hmm
aight i typed
urpmi nvidia
and it said the driver was already installed. so right now im really confused that everytime i select
"nvidia geforce fx and later"
it get an error whenever i test it that says
Code:
An error occurred:
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:0:16:0.
(EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
Try to change some parameters
ive been messing with it for a while now and can't really find anything that works
edit:
if this helps, here is my xorg.conf file
Code:
Section "Device"
Identifier "device1"
Driver "vesa"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1440x900" "1280x800"
EndSubsection
Subsection "Display"
Depth 15
Modes "1440x900" "1280x800"
EndSubsection
Subsection "Display"
Depth 16
Modes "1440x900" "1280x800"
EndSubsection
Subsection "Display"
Depth 24
Modes "1440x900" "1280x800"
EndSubsection
EndSection