I was running a S3 PCI video card, but I swapped it out with a NVidia GeForce2 AGP video card. In my xorg.conf file, I changed the "Device" section to the following:
Section "Device" Identifier "NVidia GForce2" Driver "nv" BusID "PCI:1:0:0" Option "UseFBDev" "true" End Section
GDM still fails to start though. The Xorg.0.log file says:
(II) S3VIRGE driver (version 1.8.6) for S3VIRGE chipsets: ... (II) Primary device is: PCI:1:0:0 (EE) No Devices Detected.
Fatal server error: no screens found
Why does the Xorg.0.log file say it is still trying to load the S3VIRGE drivers for the card? Can anyone point me in the right direction here?