PDA

View Full Version : [ubuntu] Gave up on ATI - switched to NVIDIA



jarhead8286
February 21st, 2009, 11:53 PM
I recently posted (http://ubuntuforums.org/showthread.php?t=1071830) a thread seeking help with the ATI video card. Well, after trying everything suggested, I gave up on the ATI and pulled out an NVIDIA GeForce4 Ti 4200 card out of another system which had 128MB of RAM and installed it. Ubuntu "offered" to install NVIDIA drivers which I did and ran "sudo nvidia-xconfig". That generated a new xorg.conf file. The resolution is much higher but there is still something not right with the display (i.e. when I launch xterm, all I get is a white window).

Here's the xorg.conf file that got generated:



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Mon Oct 27 14:37:20 PST 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 27.0 - 86.0
VertRefresh 50 - 160
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Panzor
February 21st, 2009, 11:55 PM
Uh, can you further explain the error? Maybe with a screenshot? :/

jarhead8286
February 22nd, 2009, 04:43 AM
Uh, can you further explain the error? Maybe with a screenshot? :/It's not so much as an error, but the fact that some windows are totaly white. When I launched Application --> System Tools -->NTFS Configuration Tool, everything in the background got grayed out, the window was all white. Later I realized that it was prompting me for a password but I couldn't see the prompt. I also noticed that after logging in, the little window that pops up informing that the workstation is connected to a wireless network is also all white.

I ran NVIDIA X Server Settings and it reconfigured the xorg.conf file:



# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Mon Nov 3 08:46:46 UTC 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "DELL"
ModelName "DELL 1905FP"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 Ti 4200 with AGP8X"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection