Summary: After today's apt-get dist-upgrade, my mouse cursor won't move
back from the right screen (screen 1) to screen 0.
Detail: this is debian testing, kernel 2.6.24, using the radeon drivers
for a two-headed setup. Login and the original cursor are on screen 0.
After moving the cursor to screen 1, it will no longer move back to
screen 0; pushing it to the left of screen 1 just leaves it at the left
there.
This worked fine as of last week using the same xorg.conf, pasted below
for reference.
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "radeon"
BusID "PCI:10:9:0"
Option "MonitorLayout" "TMDS,TMDS"
Option "AccelMethod" "XAA"
Option "AccellDFS" "1"
# 1/0 On for PCIE, off for AGP
# Manpage: Use or don't use accelerated EXA DownloadFromScreen
hook
# when possible.
Option "AGPMode" "1"
# 1-8 Does not affect PCIE models.
Option "AGPFastWrite" "1"
# 1/0 Does not affect PCIE models.
Option "GARTSize" "64"
# 0-64 Megabytes of gart (system) memory used.
# Wrongly defaults to 8MB sometimes, see your logfile.
# Bigger seems better.
Option "EnablePageFlip" "1"
# 1/0 Increases 3D performance substantially
# seemingly in XAA mode only
Option "ColorTiling" "1"
# 1/0 Increases 3D performance substantially
# affected stability only positively on my system
Option "SWcursor" "off"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "radeon"
BusID "PCI:10:9:0"
Option "MonitorLayout" "TMDS,TMDS"
Screen 1
Option "AccelMethod" "XAA"
Option "AccellDFS" "1"
# 1/0 On for PCIE, off for AGP
# Manpage: Use or don't use accelerated EXA DownloadFromScreen
hook
# when possible.
Option "AGPMode" "1"
# 1-8 Does not affect PCIE models.
Option "AGPFastWrite" "1"
# 1/0 Does not affect PCIE models.
Option "GARTSize" "64"
# 0-64 Megabytes of gart (system) memory used.
# Wrongly defaults to 8MB sometimes, see your logfile.
# Bigger seems better.
Option "EnablePageFlip" "1"
# 1/0 Increases 3D performance substantially
# seemingly in XAA mode only
Option "ColorTiling" "1"
# 1/0 Increases 3D performance substantially
# affected stability only positively on my system
Option "SWcursor" "off"
EndSection
----------------------------------------------------------------------
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Associate Professor of Sociology; Book Review Editor, _Social Forces_
University of North Carolina - CB#3210, Chapel Hill, NC 27599-3210 USA
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org