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 &quot;click point&quot; is no longer below the cursor (this makes the mouse practically unusable). The cursor is correct on the rotated monitor. Setting NoAccel &quot;False&quot; and HWCursor &quot;False&quot; 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&#39;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 &quot;ServerLayout&quot;<br>    Identifier     &quot;Tfellover&quot;<br>    Screen         &quot;Screen0&quot;<br>    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>    ModulePath      &quot;/usr/lib/xorg/modules&quot;<br>    FontPath        &quot;/usr/share/fonts/misc&quot;<br>
    FontPath        &quot;/usr/share/fonts/100dpi:unscaled&quot;<br>    FontPath        &quot;/usr/share/fonts/75dpi:unscaled&quot;<br>    FontPath        &quot;/usr/share/fonts/TTF&quot;<br>    FontPath        &quot;/usr/share/fonts/Type1&quot;<br>
EndSection<br><br>Section &quot;Module&quot;<br>    Load           &quot;dbe&quot;<br>    Load           &quot;dri2&quot;<br>    Load           &quot;glx&quot;<br>    Load           &quot;extmod&quot;<br>EndSection<br><br>
Section &quot;ServerFlags&quot;<br>    Option         &quot;AllowEmptyInput&quot; &quot;False&quot;<br>    Option         &quot;AutoAddDevices&quot; &quot;False&quot;<br>    Option         &quot;AutoEnableDevices&quot; &quot;False&quot;<br>
    Option         &quot;DontZap&quot; &quot;False&quot;<br>EndSection<br>Section &quot;InputDevice&quot;<br>    Identifier     &quot;Keyboard0&quot;<br>    Driver         &quot;kbd&quot;<br>    Option         &quot;XkbLayout&quot; &quot;gb&quot;<br>
EndSection<br><br>Section &quot;InputDevice&quot;<br>    Identifier     &quot;Mouse0&quot;<br>    Driver         &quot;mouse&quot;<br>    Option         &quot;Protocol&quot; &quot;auto&quot;<br>    Option         &quot;Device&quot; &quot;/dev/input/mice&quot;<br>
    Option         &quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier     &quot;horizontal&quot;<br>    VendorName     &quot;Samsung&quot;<br>    ModelName      &quot;Samsung SyncMaster P2050&quot;<br>
    Option         &quot;PreferredMode&quot; &quot;1600x900_60.00&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier     &quot;vertical&quot;<br>    VendorName     &quot;Unknown&quot;<br>    ModelName      &quot;Samsung SyncMaster&quot;<br>
    Option         &quot;PreferredMode&quot; &quot;1600x900_60.00&quot;<br>    Option         &quot;LeftOf&quot; &quot;horizontal&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>    Identifier     &quot;GF9&quot;<br>
    Driver         &quot;nouveau&quot;<br>    VendorName     &quot;NVIDIA Corporation&quot;<br>    BoardName      &quot;GeForce 9500 GT&quot;<br>    BusID          &quot;PCI:1:0:0&quot;<br>    Option         &quot;Monitor-DVI-I-1&quot; &quot;horizontal&quot;<br>
    Option         &quot;Monitor-DVI-I-2&quot; &quot;vertical&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier     &quot;Screen0&quot;<br>    Device         &quot;GF9&quot;<br>    Monitor        &quot;horizontal&quot;<br>
    DefaultDepth    24<br>    SubSection     &quot;Display&quot;<br>        Depth       24<br>    EndSubSection<br>    Option         &quot;AIGLX&quot; &quot;false&quot;<br>EndSection<br>