SLOW Display fixed...kind of

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok, so I figured out the reason my display was slow. The drivers where not being installed. The only way I can get them installed properly is to use devcon in the command prompt

devcon install c:\windows\inf\chips5.inf "PCI\VEN_102C&DEV_00C0
devcon restart "PCI\VEN_102C&DEV_00C0

This is annoying...can anyone tell me why they don't get installed by fba? I tried to add these 2 devcon statements in runonce key in registry, but during fba, the screen goes black and system locks up?! thanks in advance

-saaby
 
Please Zip the SLD and INF only (no other files) and attach it to the mail
in this thread so i can look at it. That may show why you're having problems
with it.

Andy

--

This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================


Saaby said:
Ok, so I figured out the reason my display was slow. The drivers where
not being installed. The only way I can get them installed properly is to
use devcon in the command prompt:
devcon install c:\windows\inf\chips5.inf "PCI\VEN_102C&DEV_00C0"
devcon restart "PCI\VEN_102C&DEV_00C0"

This is annoying...can anyone tell me why they don't get installed by fba?
I tried to add these 2 devcon statements in runonce key in registry, but
during fba, the screen goes black and system locks up?! thanks in advance,
 
It looks that driver is installed during the FBA.

What error do you see if you look at driver from Device Manager?
Also add component "Device: Display" and resolve all dependencies.

Regards,
Slobodan
 
This can be a problem.

#E339 Add Service: Binary "C:\WINDOWS\System32\DRIVERS\swenum.sys" for service "swenum" is not present.

Check if this file is on its place. If not you will have to find a reason.

Start by adding component: "Plug and Play Software Device Enumerator"

Regards,
Slobodan


Saaby said:
Might be helpful to note that in device manager, under system devices, there is a yellow exclamation mark next to "Plug and Play
Software Device Enumerator"...?
 
Are there any more components that I should install...that are display related? I have device: display, display adapters, chips and tech 69000, vga boot driver, vga save...

-saaby
 
Sorry Saaby,

Silly me I amost always forget to mention that you need AGP driver present in image. I remember of everything else but this always
just slip my mind (I have automated this so I don't worry about this in my images)

Regards,
Slobodan
 
Back
Top