PDA

View Full Version : Problems with xorg.conf & nvidia-settings



sadrak
November 21st, 2013, 10:15 PM
I have updated from 12.04 to 13.10 and now my second monitor is not detected correctly anymore. It is a Fujitsu Siemens S17-1 ... OK, he is old, but still working!

Within nvidia-settings i only can setup 800x600 or 640x480 ... not very good :-/

After playing arround i used the following options in the screen Section to disable the automatic guessing from X



Option "UseEDID" "False"
Option "ExactModeTimingsDVI" "true"


After that i can use every combo i want in nvidia-settings and my prefered setup work! It is 1680x1050 for my first monitor and 1280x1024 for the second (S17-1). So i safed this to the xorg.conf file and all looks fine (he added only a metamodes-line).

But after a restart he dont load the metamodes. I start with 1024x768 and 1024x768 and have to use nvidia-settings every time to apply my preferred resolutions.

I already tried some settings, here is the current xorg.conf:



# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 331.20 (buildd@papaya) Fri Nov 8 07:57:40 UTC 2013


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

Section "Files"
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 "Unknown"
ModelName "DFP-0"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
Option "PreferredMode" "1680x1050_60.00"
EndSection

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "DFP-1"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
Option "PreferredMode" "1280x1024_60.00"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 660"
EndSection

Section "Screen"

# Removed Option "metamodes" "DVI-I-1: 1680x1050_60 +0+0, DVI-D-0: 1280x1024_60 +1680+0"
# Removed Option "metamodes" "DVI-I-1: 1680x1050 +0+0, DVI-D-0: 1280x1024 +1680+0"
# Removed Option "metamodes" "DFP-0: 1680x1050_60 +0+0, DFP-3: 1280x1024_60 +1680+0"
# Removed Option "metamodes" "DVI-I-1: 1680x1050_60, DVI-D-0: 1280x1024_60 +1680+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseEDID" "False"
Option "ExactModeTimingsDVI" "true"
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "DVI-I-1: 1680x1050_60 +0+0, DVI-D-0: 1280x1024_60 +1680+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection

sadrak
November 21st, 2013, 10:22 PM
I also tried with the Modeline in each Monitor section:


...
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
...
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
...


still not working :-/