Intuos4 Medium touch wheel doesn't scroll web pages

Bug #980809 reported by klerfayt
26
This bug affects 6 people
Affects Status Importance Assigned to Milestone
gnome-settings-daemon (Ubuntu)
Triaged
Low
Unassigned

Bug Description

It used to be that by default Intuos4 touch wheel scrolled web pages in web browsers, now it doesn't happen anymore.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-input-wacom 1:0.14.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
Date: Fri Apr 13 16:33:26 2012
DistUpgraded: 2012-04-13 00:11:18,624 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MachineType: Gigabyte Technology Co., Ltd. GA-880GM-USB3
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=b6a73a08-d07b-4219-8993-86d3bba6442b ro quiet splash vt.handoff=7
SourcePackage: xf86-input-wacom
UpgradeStatus: Upgraded to precise on 2012-04-12 (0 days ago)
dmi.bios.date: 03/14/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FC
dmi.board.name: GA-880GM-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrFC:bd03/14/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-880GM-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-880GM-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-880GM-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2

Revision history for this message
klerfayt (klerfayt-deactivatedaccount) wrote :
Revision history for this message
klerfayt (klerfayt-deactivatedaccount) wrote :

xsetwacom set "Wacom Intuos4 6x9 pad" AbsWheelDown "key Down"
and
xsetwacom set "Wacom Intuos4 6x9 pad" AbsWheelUp "key Up"

fixes nonexistent scrolling

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

It's due to gnome-settings-daemon's wacom plugin defaults. This could also be a "wontfix", since you can map them as you please, and the driver defaults might not be the "correct" ones in the long run..

affects: xf86-input-wacom (Ubuntu) → gnome-settings-daemon (Ubuntu)
Changed in gnome-settings-daemon (Ubuntu):
importance: Undecided → Low
status: New → Triaged
Revision history for this message
KEIII (cashagent) wrote :

In "Map Buttons..." setting dialog I can set only keyboard value like "Up" and "Down"
How to set "Scroll Up" and "Scroll Down"? This setting available only for pen buttons.

Revision history for this message
Alex Fraser (alex-phatcore) wrote :

Thanks for the tip about xsetwacom. Note the exact command will change depending on the tablet; you need to find out the device name first:

~$ xsetwacom --list devices | grep PAD
Wacom Intuos4 8x13 pad id: 18 type: PAD
~$ xsetwacom set "Wacom Intuos4 8x13 pad" AbsWheelDown "key Down"
~$ xsetwacom set "Wacom Intuos4 8x13 pad" AbsWheelUp "key Up"

Revision history for this message
Alex Fraser (alex-phatcore) wrote :

Actually, "key Down" and "key Up" don't quite work like the mouse wheel, since it only affects the window that is in focus. This works better:

xsetwacom set "Wacom Intuos4 8x13 pad" AbsWheelUp "Button 4"
xsetwacom set "Wacom Intuos4 8x13 pad" AbsWheelDown "Button 5"

Revision history for this message
Martin Capitanio (capnm) wrote :

@timo thank's for the tip!

sudo rm /usr/lib/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
fixes the regression

@alex even this seems to be broken - try it after waking up from a suspend

Revision history for this message
Alex Fraser (alex-phatcore) wrote :

@Martin, you're right. Thank you for the tip about deleting that file - it fixed it for me too. Now it works even after power-cycling my USB hub, which it didn't when using only xsetwacom.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.