|
05/05/2008 9:42 AM
post7655
|
Do you have a /lib/dll/devg-vmware.so ?
Basic command line is:
io-display -dvid,did -c /etc/system/config/display.conf
it is usually:
io-display -d0x15ad,did=0x405 -c /etc/system/config/display.conf
You need a corresponding 0x15ad,0x405 section in your display.conf:
device {
drivername=vmware
vid=0x15ad
did=0x405
display {
xres=800
yres=600
refresh=60
pixel_format=argb8888
}
I think the format changed slightly depending on the version of AGTDK you are using, so cross reference the above with
the other ones in your file ... you can also do:
use /sbin/io-display
which gives some information on the file format.
Regards.
|
|
|
|
|