Followup: On Thu, Dec 11, 2014 at 11:03 AM, Joel Rees <[email protected]> wrote: > Found an old post indicating that wacom tablets are functional: > > http://marc.info/?l=openbsd-misc&m=130458853424142&w=2 > > Wondering if they (still?) require configuration sections in xorg.conf > , and, if so, where. > > My ancient ET-0405-U isn't automatically found. > > I tried just pasting Stuart's xorg.conf entries into a file called > > /usr/X11R6/share/X11/xorg.conf.d/50_wacom-ET0405-U.conf > > and X11 refuses to start. Any hints or cluebats appreciated.
Checking the logs and the screen line is rejected. Doesn't know a screen0. Guess I need to define one. (I'll look at that when I get back.) X11 will start if I comment out the ServerLayout section. > File contents: > -------------------------- > Section "InputDevice" > Identifier "w_stylus" > Driver "usbtablet" > Option "Type" "stylus" > Option "Device" "/dev/uhid0" > Option "Mode" "Absolute" > Option "Threshold" "10" > EndSection > > Section "InputDevice" > Identifier "w_eraser" > Driver "usbtablet" > Option "Type" "eraser" > Option "Device" "/dev/uhid0" > Option "Mode" "Absolute" > EndSection > > Section "ServerFlags" > Option "AllowMouseOpenFail" "True" > Option "DontZap" "True" > EndSection > > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "w_stylus" "SendCoreEvents" > InputDevice "w_eraser" "SendCoreEvents" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "wsmouse" > Option "Device" "/dev/wsmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > -------------------------- > > - > Joel Rees > > Computer memory is just fancy paper, > CPUs just fancy pens. > All is a stream of text > flowing from the past into the future. > -- Joel Rees Be careful when you look at conspiracy. Look first in your own heart, and ask yourself if you are not your own worst enemy. Arm yourself with knowledge of yourself, as well.

