ok, i have two monitors, one QVA LM -191 monitor (1080x1024) and another smaller toshiba one. (1024-768)
Currently when I log in the destop loads on my big main screen and on my toshiba one i get the background and the little app button thingy in the top right corner - the mouse runs freely between monitors and i can get the right click menu on the toshiba etc.
Currently in my nvidia server settings the set tup is set to individual screens. When i set them to twin view and restart x its right back to single again.
I had a look at my config file and it seems a bit odd.
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 "Toshiba Matsu****a Display Technology Co., Ltd LCD-MONI"
HorizSync 29.0 - 61.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Toshiba Matsu****a Display Technology Co., Ltd LCD-MONI"
HorizSync 29.0 - 61.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
# Removed Option "TwinViewXineramaInfoOrder" "CRT-1"
# Removed Option "TwinViewXineramaInfoOrder" "CRT-0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-1"
Option "metamodes" "CRT-0: 1024x768 +1280+0, CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-0: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
As you can see it seems to have the toshiba in twice and no mention of the QVM one - yet when i restart x server it always remembers the 2 different resolutions and always puts the desktop on my main QVM screen.
My question - wtf
Currently when I log in the destop loads on my big main screen and on my toshiba one i get the background and the little app button thingy in the top right corner - the mouse runs freely between monitors and i can get the right click menu on the toshiba etc.
Currently in my nvidia server settings the set tup is set to individual screens. When i set them to twin view and restart x its right back to single again.
I had a look at my config file and it seems a bit odd.
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 "Toshiba Matsu****a Display Technology Co., Ltd LCD-MONI"
HorizSync 29.0 - 61.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Toshiba Matsu****a Display Technology Co., Ltd LCD-MONI"
HorizSync 29.0 - 61.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
# Removed Option "TwinViewXineramaInfoOrder" "CRT-1"
# Removed Option "TwinViewXineramaInfoOrder" "CRT-0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-1"
Option "metamodes" "CRT-0: 1024x768 +1280+0, CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-0: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
As you can see it seems to have the toshiba in twice and no mention of the QVM one - yet when i restart x server it always remembers the 2 different resolutions and always puts the desktop on my main QVM screen.
My question - wtf
Comment