Comment 2 for bug 34146

Revision history for this message
Tristan Wibberley (tristan-wibberley) wrote :

Xorg configuration:

Section "InputDevice"
        Identifier "Tablet"
        Driver "hyperpen"
        Option "Device" "/dev/ttyS0"
        Option "Mode" "absolute"
        Option "Cursor" "stylus"
        Option "XSize" "600"
        Option "YSize" "450"
        Option "BaudRate" "19200"
        Option "ZThreshold" "100"
        Option "ZMin" "50"
        Option "Pressure" "soft"
EndSection

I wonder, actually, how it is possible for this to work. The device is /dev/ttyS0, yet some of th data comes in through the keyboard - how is this supposed to be configured?