I have two monitors, one landscape and the other portrait. When I rotate the portrait monitor using xrandr (or the xorg.conf option) the mouse cursor on the landscape monitor is also rotated and the "click point" is no longer below the cursor (this makes the mouse practically unusable). The cursor is correct on the rotated monitor. Setting NoAccel "False" and HWCursor "False" in xorg.conf results in a corrupted screen and lockup. <br>
<br>I am running an up-to-date i686 Arch Linux with the latest git version
of xf86-video-nouveau (I used the AUR package). xorg-server is from the
arch core repositories. My card is the GeForce9500GT (two DVI ports on the card).<br><br>The xrandr command I'm using:<br>xrandr --output DVI-I-2 --rotate left<br><br>Is this an issue with nouveau? Any help/pointers would be much appreciated. <br>
<br>Thanks.<br><br>xorg.conf for reference:<br><br>Section "ServerLayout"<br> Identifier "Tfellover"<br> Screen "Screen0"<br> InputDevice "Mouse0" "CorePointer"<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br> ModulePath "/usr/lib/xorg/modules"<br> FontPath "/usr/share/fonts/misc"<br>
FontPath "/usr/share/fonts/100dpi:unscaled"<br> FontPath "/usr/share/fonts/75dpi:unscaled"<br> FontPath "/usr/share/fonts/TTF"<br> FontPath "/usr/share/fonts/Type1"<br>
EndSection<br><br>Section "Module"<br> Load "dbe"<br> Load "dri2"<br> Load "glx"<br> Load "extmod"<br>EndSection<br><br>
Section "ServerFlags"<br> Option "AllowEmptyInput" "False"<br> Option "AutoAddDevices" "False"<br> Option "AutoEnableDevices" "False"<br>
Option "DontZap" "False"<br>EndSection<br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbLayout" "gb"<br>
EndSection<br><br>Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "auto"<br> Option "Device" "/dev/input/mice"<br>
Option "ZAxisMapping" "4 5 6 7"<br>EndSection<br><br>Section "Monitor"<br> Identifier "horizontal"<br> VendorName "Samsung"<br> ModelName "Samsung SyncMaster P2050"<br>
Option "PreferredMode" "1600x900_60.00"<br>EndSection<br><br>Section "Monitor"<br> Identifier "vertical"<br> VendorName "Unknown"<br> ModelName "Samsung SyncMaster"<br>
Option "PreferredMode" "1600x900_60.00"<br> Option "LeftOf" "horizontal"<br>EndSection<br><br>Section "Device"<br> Identifier "GF9"<br>
Driver "nouveau"<br> VendorName "NVIDIA Corporation"<br> BoardName "GeForce 9500 GT"<br> BusID "PCI:1:0:0"<br> Option "Monitor-DVI-I-1" "horizontal"<br>
Option "Monitor-DVI-I-2" "vertical"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "GF9"<br> Monitor "horizontal"<br>
DefaultDepth 24<br> SubSection "Display"<br> Depth 24<br> EndSubSection<br> Option "AIGLX" "false"<br>EndSection<br>