Hi,

I have recently bought a cheap Wacom Volito tablet. I have 2 monitors running 
at different resolutions (1280x1024, 1280x768), I've pasted relevant sections 
in my xorg.conf at the end.

What happens is, when I use the stylus on the left half of the tablet, it 
appears on the left half of screen0, then once it hits the halfway point, it 
jumps to the middle of screen1, and the right half of the tablet maps to the 
right half of screen1. So, the right half of screen0 and left half of screen1 
can never be reached using the stylus.

Is this a common problem? Anyone know how to resolve it?

Thanks in advance,
Ian.

--- xorg.conf: 

Section "InputDevice"
    Driver      "wacom"
    Identifier  "stylus"
    Option      "Type"          "stylus"
    Option      "Device"        "/dev/input/wacom"
    Option      "USB"           "on"
    Option      "Threshold"     "10"
    Option      "TVResolution"  "1280x1024,1280x768"
#    Option      "Twinview"      "horizontal"
EndSection
 
Section "ServerLayout"
    Identifier  "Default Layout"
    Screen 0    "screen0" 0 0
    Screen 1    "screen1" RightOf "screen0"
    InputDevice "keyboard"
    InputDevice "mx1000usb"     "CorePointer"
    InputDevice "stylus"        "SendCoreEvents"
    InputDevice "mouse"         "SendCoreEvents"
EndSection

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to