A recap of the problems for my configuration: Centos 5.2, x86_64, PNY 9600 GT 512 Mb video, Rosewill R913J 19" LCD monitor, Gigabyte GA-P35-DS3L mobo, Intel Core 2 Duo, 8 Gb RAM.
Using the latest Nvidia x86_64 driver package (177.82) I could not get the 1280x1060 resolution (I could get nothing but 640x480).
Additionally, while attempting various fixes, the monitor base color turned blue.
Cure:
0. I set run level 3 in /etc/inittab and then executed 'telinit 3' to work from a text display.
1. I set the Rosewill in VGA (analog) mode--that is the only mode that will work with the Nvidia driver (discovered by trial and error).
2. I deleted the existing xorg.conf file (at /etc/X11).
3. I used nvidia-xconfig to write a new xorg.conf file.
4. I initially tested with startx, but that didn't work with my set up. I found that using "gdm" let me see a successful X server.
5. After a successful X start at the desired resolution, I then set run level 5 and executed 'telinit 5'.
Weird monitor base color:
6. To reset the monitor base color back to normal I had to clear the BIOS CMOS memory and reload the BIOS defaults.
Note that the Nvidia list of Linux-capable video cards at http://www.nvidia.com/object/IO_18897.html (thanks to John Stanley) is the one to consult to ensure a card is usable under Linux.
I have found no card manufacturers with any significant degree of tech support for Linux, so I cannot recommend one over the other (over the years I have tried cards from MSI, XFX, EVGA, PNY, and others, but it was always hit or miss--I usually looked at the READMEs with the Nvidia driver packages but that has proved to be unreliable for me--once more, thanks to John Stanley for pointing out the other list that I have always overlooked).
I hope this helps others with weird video problems.
-Tom
Tom Browder Niceville, Florida USA
Tom Browder wrote:
- I used nvidia-xconfig to write a new xorg.conf file.
Attached is my config file. I'm curious how they differ.
# Xorg configuration created by livna-config-display
Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Files" ModulePath "/usr/lib64/xorg/modules/extensions/nvidia" ModulePath "/usr/lib64/xorg/modules" EndSection
Section "ServerFlags" Option "AIGLX" "on" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection
Section "Device" Identifier "Videocard0" Driver "nvidia" Option "AddARGBGLXVisuals" "True" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Extensions" Option "Composite" "Enable" EndSection
2008/11/17 Michael A. Peters mpeters@mac.com: ...
Attached is my config file. I'm curious how they differ.
Mike, my current xorg.conf is attached. It is a little different than the first one made because I've diddled with the Nvidia settings utility. I've also attached a virgin one generated from scratch.
-Tom