i have a problem with TwinView and wrong Resolution.
I am using my 2 19" TFT Monitors, it works but only to 2x 1024x800 (2048x800).
I Need 1280x1024 for a clear view on my TFTs.
startx -- -layout xinerama works fine, but i want TwinView.
Some help needed.[/code]
Here the Code from xorg.conf
Code: Select all
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "v4l"
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "blank time" "1"
Option "standby time" "2"
Option "suspend time" "3"
Option "off time" "4"
EndSection
Section "InputDevice"
Identifier "Keyboard_Labtec"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "deadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse_Logitech"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Resolution" "1600"
Option "Buttons" "8"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "SamsungTFT"
# Option "dpms"
HorizSync 31.5-61.0
VertRefresh 60-60
# DisplaySize 376 301
EndSection
Section "Monitor"
Identifier "ProviewCRT"
Option "dpms"
HorizSync 31.5-61.0
VertRefresh 60-60
DisplaySize 376 301
EndSection
Section "Monitor"
Identifier "TwinMoni"
Option "dpms"
HorizSync 31.5-61.0
VertRefresh 60-60
DisplaySize 752 301 #SamsungTFT horizontal size *2 to get 86*86 dpi
EndSection
#----- Single BEGIN ------------------------------------------------------------------------------
Section "ServerLayout"
Identifier "single"
Screen 0 "Screen0"
InputDevice "Mouse_Logitech" "CorePointer"
InputDevice "Keyboard_Labtec" "CoreKeyboard"
EndSection
#----- Single END --------------------------------------------------------------------------------
#----- Twinview BEGIN ----------------------------------------------------------------------------
Section "Device"
Identifier "NvidiaTwin"
VendorName "MSI"
BoardName "GeForce 6800XT"
Driver "nvidia"
# BusID "PCI:1:0:0"
Option "NoLogo" "0"
Option "TwinView" "1"
# Option "MetaModes" "1280x1024,1280x1024; 1280x1024"
Option "MetaModes" "1600x1200,1600x1200; 1600x1200; 1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
Option "TwinViewOrientation" "CRT-0 RightOf DFP-0"
Option "HorizSync" "DFP-0: 31.5-61; CRT-0: 31.5-61"
Option "VertRefresh" "DFP-0: 60-60; CRT-0: 60-60"
Option "ConnectedMonitor" "DFP-0,CRT-0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Screen"
Identifier "ScreenTwin"
Device "NvidiaTwin"
Monitor "TwinMoni"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "twinview"
Screen 0 "ScreenTwin"
InputDevice "Mouse_Logitech" "CorePointer"
InputDevice "Keyboard_Labtec" "CoreKeyboard"
# Option "Xinerama" "0"
EndSection
#----- Twinview END ------------------------------------------------------------------------------
#----- Xinerama BEGIN ----------------------------------------------------------------------------
Section "Device"
Identifier "Nvidia0"
VendorName "Gainward"
BoardName "Ultra/1960 Golden Sample"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
#SINCE NVIDIA VERSION 1.0-8756 YOU MUST USE UseDisplayDevice INSTEAD OF ConnectedMonitor TO GET XINERAMA WORK:
#Option "ConnectedMonitor" "DFP"
Option "UseDisplayDevice" "DFP"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Device"
Identifier "Nvidia1"
VendorName "Gainward"
BoardName "Ultra/1960 Golden Sample"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
#SINCE NVIDIA VERSION 1.0-8756 YOU MUST USE UseDisplayDevice INSTEAD OF ConnectedMonitor TO GET XINERAMA WORK:
#Option "ConnectedMonitor" "CRT"
Option "UseDisplayDevice" "CRT"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Nvidia0"
Monitor "SamsungTFT"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Nvidia1"
Monitor "ProviewCRT"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "xinerama"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse_Logitech" "CorePointer"
InputDevice "Keyboard_Labtec" "CoreKeyboard"
Option "Xinerama" "1"
EndSection
#----- Xinerama END ------------------------------------------------------------------------------Here the log from xorg.log
http://www.phpfi.com/114034

