Public bug reported:

Having done a great deal of searching and finding alot of "sometimes it
works, sometimes it doesn't" information, I found out how to enable
wacom tablet pressure sensitivity under Wine on my laptop.  The wacom
drivers were already preinstalled with Ubuntu Feisty so it already
worked in native linux applications such as Gimp.

What almost worked was commenting out the Synaptics reference, as
several places instructed, but then I lost some touch pad functionality.
What worked instead and is so far allowing me full functionality in both
was to edit the xorg.conf file and moving the synaptics touchpad above
the wacom pen inputs.

Unless there is some obvious reason not to, it would be nice if they
were installed in this order as a default.

I ran: 
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.oldconf
sudo gedit /etc/X11/xorg.conf

and modified the: Section "ServerLayout" from

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

to

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

** Affects: wine (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: wacom wine

** Tags added: wacom wine

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to