|
From: Jason G. <kil...@gm...> - 2012-12-03 18:11:58
|
That snippet will have your CTE-440 use the evdev driver, though I'm not sure how evdev will respond. I don't know about Ubuntu, but GNOME appears to have a problem with the pad device's scroll wheel. The driver works (using e.g.: `xsetwacom set "Wacom Graphire4 4x5 pad" relwheelup key a` will make it press 'a' when I scroll down), but GNOME doesn't appear to map its default of button 4/5 to anything... Care to start a new mail thread for this to keep the discussion separate? Jason --- When you're rife with devastation / There's a simple explanation: You're a toymaker's creation / Trapped inside a crystal ball. And whichever way he tilts it / Know that we must be resilient We won't let them break our spirits / As we sing our silly song. On Mon, Dec 3, 2012 at 7:24 AM, Trude Bergh <tib...@ya...> wrote: > will this work for my Wacom CTE-440? no scrolling :( > Trude > > On 12/01/2012 10:42 PM, Maximilian Federle wrote: > > Hello Favux, > > thanks for your extensive reply! Following your suggestion I edited > /usr/share/X11/xorg.conf.d/50-wacom.conf in Ubuntu to change the following > rule: > > Section "InputClass" > Identifier "Wacom class" > MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL" > MatchDevicePath "/dev/input/event*" > Driver "wacom" > EndSection > > to > > Section "InputClass" > Identifier "Wacom class" > MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL" > MatchDevicePath "/dev/input/event*" > Driver "evdev" > EndSection > > I confirmed in Xorg.0.log that the evdev driver recognized the wacom > device as a touch device. However testing this config revealed (with xinput > test-xi2 11) that the driver reports being capable of using two fingers > only. With synaptics I had no luck whatsoever, it refused to load for the > wacom finger device. > I attached the Xorg log with the evdev driver and the wacom driver for the > sake of completeness ;-) > > evdev: http://paste.ubuntu.com/1402984/ > wacom: http://paste.ubuntu.com/1402991/ > > Is it planned to add support for more fingers to the wacom driver? This > notebook would totally kick ass with this enabled. I can do gestures with > easystroke, but atm only with one finger at time. > > Greetings > Max > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > INSIGHTS What's next for parallel hardware, programming and related areas? > Interviews and blogs by thought leaders keep you ahead of the curve.http://goparallel.sourceforge.net > > > > _______________________________________________ > Linuxwacom-discuss mailing lis...@li...://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss > > > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > BUILD Helping you discover the best ways to construct your parallel > projects. > http://goparallel.sourceforge.net > _______________________________________________ > Linuxwacom-discuss mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss > > |