[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: permissions on /dev/wsmouse
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: permissions on /dev/wsmouse
- From: Jean-Yves Burlett <jean-yves_(_at_)_burlett_(_dot_)_org>
- Date: 13 Oct 2002 17:56:54 +0200
>>>>> "SS" == Sebastian Stark <seb_(_at_)_todesplanet_(_dot_)_de> writes:
SS> And how can I say "CorePointer" and "SendCoreEvents"
SS> respectively in XF86Config-4 for the different devices then?
SS> Assuming I want to use something like a graphics tablet.
Well, for that matter I also use a Wacom Graphire tablet
(usbtablet(4)).
Here is the configuration :
-----
Section "InputDevice"
Identifier "Souris"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/wsmouse"
Option "Protocol" "wsmouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
EndSection
Section "InputDevice"
Identifier "Stylo"
Driver "usbtablet"
Option "Type" "stylus"
Option "Device" "/dev/uhid0"
Option "Mode" "Absolute"
Option "Suppress" "5"
Option "HistorySize" "16"
EndSection
Section "InputDevice"
Identifier "Gomme"
Driver "usbtablet"
Option "Type" "eraser"
Option "Device" "/dev/uhid0"
Option "Mode" "Absolute"
Option "Suppress" "5"
Option "HistorySize" "16"
EndSection
Section "ServerLayout"
Identifier "vanilla"
Screen "FrameBuff Yaourt"
InputDevice "Souris" "CorePointer"
InputDevice "Clavier" "CoreKeyboard"
InputDevice "Stylo" "SendCoreEvents"
InputDevice "Gomme" "SendCoreEvents"
EndSection
-----
It works flawlessly, and I can use the tablet with pressure
sensitivity in gimp.
--
Jean-Yves Burlett
" input devices freak "
Visit your host, monkey.org