|
Computer /
T5010TwinHeadNote: here are parameters from Xorg.0.log (==) Wacom using pressure threshold of 15 for button 1 (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=28808 maxY=18080 maxZ=255 resX=2540 resY=2540 tilt=disabled (==) Wacom device "stylus" top X=0 top Y=0 bottom X=28808 bottom Y=18080 resol X=2540 resol Y=2540 (==) Wacom device "eraser" top X=0 top Y=0 bottom X=28808 bottom Y=18080 resol X=2540 resol Y=2540 xorg.conf.wacom.twinhead now contains Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 3200 1200
EndSubSection
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "Twinview" "horizontal"
Option "ScreenNo" "0"
Option "TVResolution" "1280x800,1920x1200"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "36000"
Option "BottomY" "27000"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "Twinview" "horizontal"
Option "ScreenNo" "0"
Option "TVResolution" "1280x800,1920x1200"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "36000"
Option "BottomY" "27000"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
|