vmware vga driver not setting resolution to 1024x768

B

black_13

I have created a configuration that contains the vmware svga II driver
where the cmd shell is the shell.
however screen is 640x480. I there something else I should do to set
the resolution to super vga.
thanks
black_13
 
K

KM

Did you properly componentize the video driver? If so, go to the driver node in your project loaded in TD and check out its settings
page. There should be resolution related options.

Also, make sure the driver installs correctly on your image. If it is not, check out setupapi.log for the driver install errors.
 
B

black_13

Did you properly componentize the video driver? If so, go to the driver node in your project loaded in TD and check out its settings
page. There should be resolution related options.

Also, make sure the driver installs correctly on your image. If it is not, check out setupapi.log for the driver install errors.

[2008/03/30 04:30:14 256.233 Driver Install]
#-019 Searching for hardware ID(s): pci
\ven_15ad&dev_0405&subsys_040515ad&rev_00,pci
\ven_15ad&dev_0405&subsys_040515ad,pci\ven_15ad&dev_0405&cc_030000,pci
\ven_15ad&dev_0405&cc_0300
#-018 Searching for compatible ID(s): pci\ven_15ad&dev_0405&rev_00,pci
\ven_15ad&dev_0405,pci\ven_15ad&cc_030000,pci\ven_15ad&cc_0300,pci
\ven_15ad,pci\cc_030000,pci\cc_0300
#-199 Executing "C:\WINDOWS\fba\fba.exe" with command line: ..\fba
\fba.exe
#I022 Found "PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00" in C:
\WINDOWS\inf\vmx_svga.inf; Device: "VMware SVGA II"; Driver: "VMware
SVGA II"; Provider: "VMware, Inc."; Mfg: "VMware, Inc."; Section name:
"vmx_svga".
#I023 Actual install section: [vmx_svga]. Rank: 0x00000000. Effective
driver date: 09/23/2005.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [vmx_svga] in "c:\windows
\inf\vmx_svga.inf".
#I320 Class GUID of device remains: {4D36E968-E325-11CE-
BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of "PCI
\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78".
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [vmx_svga.Interfaces] from "c:\windows\inf
\vmx_svga.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of "PCI
\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78".
#I121 Device install of "PCI
\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78" finished
successfully.

It didnt include the full log obviously. This seems to be the relevant
section. If I am reading this correctly
the driver did install correctly. Did it?
thanks
black_13
 
S

Sean Liming \(MVP\)

Does the video driver appear in Device Manager?
Per KM's question - do you see a settings page with the driver component in
Target Designer?

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit


black_13 said:
Did you properly componentize the video driver? If so, go to the driver
node in your project loaded in TD and check out its settings
page. There should be resolution related options.

Also, make sure the driver installs correctly on your image. If it is
not, check out setupapi.log for the driver install errors.

[2008/03/30 04:30:14 256.233 Driver Install]
#-019 Searching for hardware ID(s): pci
\ven_15ad&dev_0405&subsys_040515ad&rev_00,pci
\ven_15ad&dev_0405&subsys_040515ad,pci\ven_15ad&dev_0405&cc_030000,pci
\ven_15ad&dev_0405&cc_0300
#-018 Searching for compatible ID(s): pci\ven_15ad&dev_0405&rev_00,pci
\ven_15ad&dev_0405,pci\ven_15ad&cc_030000,pci\ven_15ad&cc_0300,pci
\ven_15ad,pci\cc_030000,pci\cc_0300
#-199 Executing "C:\WINDOWS\fba\fba.exe" with command line: ..\fba
\fba.exe
#I022 Found "PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00" in C:
\WINDOWS\inf\vmx_svga.inf; Device: "VMware SVGA II"; Driver: "VMware
SVGA II"; Provider: "VMware, Inc."; Mfg: "VMware, Inc."; Section name:
"vmx_svga".
#I023 Actual install section: [vmx_svga]. Rank: 0x00000000. Effective
driver date: 09/23/2005.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [vmx_svga] in "c:\windows
\inf\vmx_svga.inf".
#I320 Class GUID of device remains: {4D36E968-E325-11CE-
BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of "PCI
\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78".
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [vmx_svga.Interfaces] from "c:\windows\inf
\vmx_svga.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of "PCI
\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78".
#I121 Device install of "PCI
\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78" finished
successfully.

It didnt include the full log obviously. This seems to be the relevant
section. If I am reading this correctly
the driver did install correctly. Did it?
thanks
black_13
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top