Quote:
|
Originally Posted by my7Fedora
yeah, I am just curious about why without the corresponding model.
by the way , how can I configure the driver if I work in the X
|
You can manually edit /etc/X11/xorg.conf and enter the parameters you need into the Monitor, Device, and Screen sections as needed. You would need to restart your X server to see the results. I am pasting what is in mine below.
Section "Monitor"
Identifier "Monitor0"
VendorName "Sceptre"
ModelName "X9 Naga II"
HorizSync 24.0 - 80.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Mad Dog Multimedia"
BoardName "NVIDIA FX5200 plus"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
The monitor I have is a flat-screen LCD monitor, but I had to do this manually for FC2 and FC3. FC4 did detect the monitor properly, but I was prepared to manually edit it again if I had needed to. In any case, I still needed to edit it to be able to use the NVIDIA driver.