Option "IgnoreABI" "True"
to the "ServerFlags" section in xorg.conf
(You may have to create one.)
To get both my lcds working i just copy my old xorg.conf since something seems strange with nvidia-settings.
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"
Option "IgnoreABI" "True"
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: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
#
Identifier "Monitor1"
VendorName "Dell"
ModelName "Dell E173FP"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 76.0
Gamma 1
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
EndSection
Section "Screen"
# Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1024+0"
# Removed Option "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: nvidia-auto-select +1024+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: nvidia-auto-select +1280+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

5 comments:
You have a similar setup to myself and I've been struggling for hours to get twinview working on jaunty so I'm gonna give you xorg.conf a try now. Love the idea of posting this stuff on the net so you can always find it again should you need it in the future.
Man! You just saved my day. Yesterday I tried the whole afternoon to get my screens running on my new Jaunty Install with a Geforce 6600. After installing all driver versions possible, I knew that 180 was the only one that was right but still only hat 1024 pixels instead of 1650. After copying some of your lines into my xorg.conf, everything was ok... thank you!
Just had to adjust the horizontal/vertical sync according to my monitor specifications...
If anybody is interested how my xorg.conf looks like, here it is. Its for the folloing system:
Ubuntu Jaunty Jackalope 9.04 64bit, Nvidia GeForce 6600, with HP L2208w as main and a Dell E156FP.
----------xorg.conf---------------
# X configuration
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 "ServerFlags"
Option "xinerama" "0"
Option "IgnoreABI" "True"
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 "HP"
ModelName "CRT-0"
#FYI: Model is HP L2208w
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 76.0
Option "PreferredMode" "1680x1050"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Dell"
ModelName "Dell E156FP"
HorizSync 30.0 - 60.0
VertRefresh 56.0 - 76.0
Option "PreferredMode" "1024x768"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1680x1050 +0+0, CRT-1: 1024x768 +1680+0"
SubSection "Display"
Depth 24
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
--------------------------
they look so real that it becomes really difficult to distinguish the real.
http://www.watchestoo.com
IWC
SWISS ROLEX DATEJUST 116203A
SWISS ROLEX DATEJUST 116234GA
SWISS ROLEX SUBMARINER DATE 16613A
rolex-air_king-62722
ROLEX DATEJUST 116139
ROLEX DATEJUST 116139A
ROLEX DATEJUST 116139C
ROLEX DATEJUST 116200
ROLEX DATEJUST 116200A
ROLEX DATEJUST 116200B
ROLEX DATEJUST 116200C
ROLEX DATEJUST 116200D
ROLEX DATEJUST 116200E
ROLEX DATEJUST 116200F
Post a Comment