PDA

View Full Version : [ubuntu] Ubuntu 9.10 & Nvidia 7600 GT display problems



shtaffa
January 27th, 2010, 12:21 AM
I have a Nvidia 7600GT dual head video card. I enabled the restricted drivers and I have even installed the latest drivers from the Nvidia web page. I am stuck with one display running at 640 X 480.

Suggestions?

tachuela
January 27th, 2010, 01:47 AM
http://ubuntuforums.org/showthread.php?t=221174

shtaffa
January 27th, 2010, 04:29 PM
Thanks for the link.

I've follow the instructions and kind of have it working. I've been tinkering around with settings either in my xorg.conf and the Nvidia X Server Settings and I can't figure out how to get it working correctly.

In the Nvidia X Server Settings I can now see that there is a second monitor. By default it's disabled. I'm able to enable it, change the position and change the resolution. However, I can only set it to a maximum of 640x480. If I do that and then reboot, it's turned back off.

shtaffa
January 27th, 2010, 05:14 PM
OK.

So now I can get the nvidia settings to save to xorg.conf. However, I still can't set my second monitor above 640x480.

If I set it as 640x480 and save the settings I can then open up xorg.conf and see the setting changes that I have made. I then manually edit xorg.conf to change the 640x480 to 1400x1050. I then log out, log back in and my second monitor is disabled.

shtaffa
January 27th, 2010, 10:08 PM
As I sat back and read the messages that I have posted in this thread, I saw that my description of what is happening is not clear.

First off, I have two identical Acer 20" DFP 4:3 displays. Their native resolution is 1400x1050.

After installing the Nvidia drivers I only had one display working with a resolution of 640x480. After following the instructions that tachuela gave me the link to, I now have one display that is running at 1400x1050 and one that is running at 640x480.

If I open the nvidia settings, I am unable to change the resolution of the 640x480 display to anything higher. It is also being recognized as "DFP-0" while the one that is working properly is being recognized as "Acer AL2017 A". I have included a screenshot of the nvidia setting program.

Here is a copy of my xorg.conf:


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

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: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DFP-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GT"
EndSection

Section "Screen"

# Removed Option "metamodes" "DFP-0: 1400x1050_60 +0+0, DFP-1: 1400x1050_60 +1400+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: 640x480_60 +0+0, DFP-1: 1400x1050_60 +640+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


The commented line regarding the removed metamodes option is a line that I manually edited hoping to set the 640x480 monitor to 1400x1050. After doing that and rebooting the system, the monitor that was formerly running at 640x480 was completely disabled. I was able to go back in to the nvidia settings and change it from a resolution of "none" to 640x480 again. It was once again up and running, but still at 640x480.

Anyone have any idea how I can either get the system to recognize my second monitor or at least get it to work at 1400x1050?