Hello all.
I experience a weird behavior, not seen on Xorg for years:
This is a three display config, left, center, right, all same model ACER 1920x1080.
The first GTX760 drives the screens #1 and #3 (left and right) by DVI and the mouse is visible.
The second GTX760 drive the center screen (#2) by DVI and the mouse disapears after been moved on either display left or right.
At xinit, the logon pane is in center of screen #2, the mouse is visible, and behave perfectely. When loged-in the mouse is visible. But when the mouse is moved outside center screen #2, either left on screen #1 or right on screen #3, it is still visible, but becomes invisible when back to center screen #2.
I say that the mouse is “invisible” because it is still functionnal, i.e you can see its effect on objets displayed on center screen #2 (clik/double/left/drag…)
It seems that, regardless of positions of screens in Xorg and on my desk, the mouse is only visible on one card, even if it is active on both, resulting in mouse visible on two displays managed by first card and invisible on one display managed by second card.
My exact config (relevant parts only):
MB MSI GD65 Z97
2 x MSI GTX760 2Gb “TwinFrozer IV” not in SLI
3 x ACER 1920x1080 G246HL, two on first 760 @DVI, one on second 760 @DVI
Linux Fedora20 x80-64 latest update
Kernel 3.16.3-200.fc20.x86_64
Nv drivers 340.46
Xorg 11.0 / 11404000
Nv-Ctrl 1.29
I tried software cursor or instead of hardware, same.
I tried HDMI, DP or whatever I could imagine, the mouse is “invisible but active” on second 760 after beeing moved on displays managed by the other card.
Everything else is perfect, the perfs are awsome, but losing the cursor on one card is…
My xorg.conf:
nvidia-settings: X configuration file generated by nvidia-settings
nvidia-settings: version 340.24 (buildmeister@swio-display-x64-rhel04-07) Wed Jul 2 15:50:31 PDT 2014
Section “ServerLayout”
Identifier “Layout0”
Screen 0 “Screen0” 1920 0
Screen 1 “Screen1” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “1”
EndSection
Section “Files”
FontPath “/usr/share/fonts/default/Type1”
EndSection
Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “Emulate3Buttons” “no”
Option “ZAxisMapping” “4 5”
EndSection
Section “InputDevice”
Identifier “Keyboard0”
Driver “keyboard”
EndSection
Section “Monitor”
# HorizSync source: edid, VertRefresh source: edid
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Acer G246HL”
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 76.0
Option “DPMS”
EndSection
Section “Monitor”
# HorizSync source: edid, VertRefresh source: edid
Identifier “Monitor1”
VendorName “Unknown”
ModelName “Acer G246HL”
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 76.0
Option “DPMS”
EndSection
Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “GeForce GTX 760”
BusID “PCI:1:0:0”
Option “SWCursor” “off”
EndSection
Section “Device”
Identifier “Device1”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “GeForce GTX 760”
BusID “PCI:2:0:0”
Option “SWCursor” “off”
EndSection
Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “Stereo” “0”
Option “metamodes” “nvidia-auto-select +0+0”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection
Section “Screen”
Identifier “Screen1”
Device “Device1”
Monitor “Monitor1”
DefaultDepth 24
Option “Stereo” “0”
Option “metamodes” “DVI-I-1: nvidia-auto-select +3839+0, DVI-D-0: nvidia-auto-select +0+0”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection
Section “Extensions”
Option “Composite” “Disable”
EndSection
Regards.