Hi, I have been struggling to fix the problem listed below. It was suggested on the #xorg irc that i post the question to this list. Any help solving this would be most welcome,
cheers kie # HARDWARE LIST: # 2 x dell U2311H 23" monitors # Gigabyte Silent ATI HD5750 Graphics Card 1GB DDR5 # Wacom Graphire3 tablet CTE-430/S # # running dual screens in Xinerama mode using ATI's proprietary driver # problem: # while the mouse works fine, the tablet cursor moves from the left half of screen 0 to the right half of screen 1 # meaning I cannot visit the right half of screen 0 or the left half of screen 1 with the tablet # same as this user: http://forums.debian.net/viewtopic.php?f=6&t=47855 # # I have tried the following, but it seems to make no difference. # option MMonitor "off" # # software versions: # running debian squeeze amd64 # Linux lime 2.6.32-5-amd64 #1 SMP Sat Oct 30 14:18:21 UTC 2010 x86_64 GNU/Linux #/etc/X11/xorg.conf Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "amdcccle-Screen[3]-1" 1920 0 Option "Xinerama" "1" EndSection Section "ServerFlags" Option "Xinerama" "on" EndSection Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ScreenNo" "0" Option "MMonitor" "on" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "0-DFP2" Option "VendorName" "ATI Proprietary Driver" # Option "ModelName" "Generic Autodetecting Monitor" Option "ModelName" "DELL U2311H" Option "DPMS" "true" Option "PreferredMode" "1920x1080" Option "TargetRefresh" "60" Option "Position" "0 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Monitor" Identifier "0-DFP3" Option "VendorName" "ATI Proprietary Driver" # Option "ModelName" "Generic Autodetecting Monitor" Option "ModelName" "DELL U2311H" Option "DPMS" "true" Option "PreferredMode" "1920x1080" Option "TargetRefresh" "60" Option "Position" "0 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "Monitor-DFP3" "0-DFP3" Option "XAANoOffscreenPixmaps" "true" BusID "PCI:3:0:0" EndSection Section "Device" Identifier "ATI" Driver "fglrx" Option "AddARGBGLXVisuals" "true" Option "XAANoOffscreenPixmaps" "true" EndSection Section "Device" Identifier "amdcccle-Device[3]-1" Driver "fglrx" Option "Monitor-DFP2" "0-DFP2" Option "XAANoOffscreenPixmaps" "true" BusID "PCI:3:0:0" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "amdcccle-Screen[3]-1" Device "amdcccle-Device[3]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "enable" EndSection _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
