Fujitsu T4310: screen rotation doesn't rotate wacom pen/mouse axes

Bug #516827 reported by H.-Dirk Schmitt
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xf86-input-wacom (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: wacom-tools

After rotating the screen with the "rotate" button, the axes of wacom pen and the mouse are not swapped.
If you move the pen/mouse horizontal , it goes vertical.

ProblemType: Bug
Architecture: amd64
Date: Thu Feb 4 00:46:44 2010
DistroRelease: Ubuntu 9.10
MachineType: FUJITSU SIEMENS LifeBook T4310
Package: wacom-tools 1:0.8.4.1-0ubuntu4
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-18-generic root=/dev/mapper/system-root ro splash i8042.reset i8042.nomux
ProcEnviron:
 LANGUAGE=de_DE:de:en_US:en
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
 LC_PAPER=de_DE.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-18.55-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu10
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.1-0ubuntu1+1
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1+1
SourcePackage: wacom-tools
Tags: ubuntu-unr
UdevDb: Error: [Errno 2] No such file or directory
Uname: Linux 2.6.31-18-generic x86_64
dmi.bios.date: 09/30/2009
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: Version 1.05
dmi.board.name: FJNB206
dmi.board.vendor: FUJITSU
dmi.board.version: G4
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: LifeBook T4310
dmi.modalias: dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.05:bd09/30/2009:svnFUJITSUSIEMENS:pnLifeBookT4310:pvr10601127925:rvnFUJITSU:rnFJNB206:rvrG4:cvnFUJITSUSIEMENS:ct10:cvrLifeBookT4310:
dmi.product.name: LifeBook T4310
dmi.product.version: 10601127925
dmi.sys.vendor: FUJITSU SIEMENS
fglrx: Not loaded
glxinfo:
 Error: couldn't find RGB GLX visual or fbconfig
 name of display: localhost:12.0
system:
 distro: Ubuntu
 architecture: x86_64kernel: 2.6.31-18-generic

Revision history for this message
H.-Dirk Schmitt (dirk-computer42) wrote :
Revision history for this message
Peter Meiser (meiser79) wrote :

There's work in progress in the following GIT repository: http://git.gnome.org/browse/gnome-settings-daemon/log/?h=randr-rotate-wacom-tablet

I tested it here and it doesn't work correctly at the moment. But I couldn't find the time to contact the maintainer.

Revision history for this message
Perkins (lperkins) wrote :

As a temporary workaround, on my Toshiba tablet I use the following script to control screen and pen rotation. You may have to adjust the device names to match your hardware.

#! /bin/bash

if [ -f /tmp/rotated ]; then
        xrandr -o normal
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Rotate none
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer eraser" Rotate none
        rm -f /tmp/rotated && exit 0
else
        xrandr -o left
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Rotate CCW
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer eraser" Rotate CCW
        echo 1 > /tmp/rotated && exit 0
fi

Bryce Harrington (bryce)
tags: added: karmic
Revision history for this message
jayprakash (jay-jay-cz) wrote :

confirming on lucid
Fujitsu siemens T4210

On karmic worked without problems.

On lucid stylus/eraser don't rotate with screen.

as workaround:

$ ls /usr/local/bin/wacom*
/usr/local/bin/wacom-ccw.sh /usr/local/bin/wacom-cw.sh /usr/local/bin/wacom-half.sh /usr/local/bin/wacom-none.sh

$ cat /usr/local/bin/wacom*
#!/bin/bash
xsetwacom set "Serial Wacom Tablet" Rotate ccw
xsetwacom set "Serial Wacom Tablet eraser" Rotate ccw

#!/bin/bash
xsetwacom set "Serial Wacom Tablet" Rotate cw
xsetwacom set "Serial Wacom Tablet eraser" Rotate cw

#!/bin/bash
xsetwacom set "Serial Wacom Tablet" Rotate half
xsetwacom set "Serial Wacom Tablet eraser" Rotate half

#!/bin/bash
xsetwacom set "Serial Wacom Tablet" Rotate none
xsetwacom set "Serial Wacom Tablet eraser" Rotate none

Revision history for this message
Bryce Harrington (bryce) wrote :

Thank you for reporting this issue with wacom-tools, we are migrating it to the new xf86-input-wacom package which has replaced it in the development version of Ubuntu.

This would be a good point for you to re-test this issue against the new package to see if is still occurring. If not, you can mark it as Fix Released in Launchpad. If it is still an issue in the current development release and you're the original reporter, please reply and attach a fresh Xorg.0.log.

Changed in wacom-tools (Ubuntu):
status: New → Incomplete
affects: wacom-tools (Ubuntu) → xf86-input-wacom (Ubuntu)
Revision history for this message
jayprakash (jay-jay-cz) wrote :

T4210 Fujitsu Siemens

Same problem on full upgraded Lucid 10 minutes ago.

Revision history for this message
Bryce Harrington (bryce) wrote :

[Resetting to incomplete since we need a response from the original reporter on this].

Changed in xf86-input-wacom (Ubuntu):
status: Incomplete → New
status: New → Incomplete
Revision history for this message
Bryce Harrington (bryce) wrote :

[This is an automatic notification.]

Hi H.-Dirk,

This bug was reported against an earlier version of Ubuntu, can you
test if it still occurs on Lucid?

Please note we also provide technical support for older versions of
Ubuntu, but not in the bug tracker. Instead, to raise the issue through
normal support channels, please see:

    http://www.ubuntu.com/support

If you are the original reporter and can still reproduce the issue on
Lucid, please run the following command to refresh the report:

  apport-collect 516827

If you are not the original reporter, please file a new bug report, so
we can work with you as the original reporter instead (you can reference
bug 516827 in your report if you think it may be related):

  ubuntu-bug xorg

If by chance you can no longer reproduce the issue on Lucid or if you
feel it is no longer relevant, please mark the bug report 'Fix Released'
or 'Invalid' as appropriate, at the following URL:

  https://bugs.launchpad.net/ubuntu/+bug/516827

Changed in xf86-input-wacom (Ubuntu):
status: Incomplete → New
status: New → Incomplete
tags: added: needs-retested-on-lucid-by-june
Revision history for this message
Bryce Harrington (bryce) wrote :

We're closing this bug since it is has been some time with no response from the original reporter. However, if the issue still exists please feel free to reopen with the requested information. Also, if you could, please test against the latest development version of Ubuntu, since this confirms the bug is one we may be able to pass upstream for help.

Changed in xf86-input-wacom (Ubuntu):
status: Incomplete → Expired
Revision history for this message
H.-Dirk Schmitt (dirk-computer42) wrote :

Problem seems to be solved in lucid.

Revision history for this message
H.-Dirk Schmitt (dirk-computer42) wrote :

Lucid: For the synaptics the problem still exist. For the pen it is solved.

Changed in xf86-input-wacom (Ubuntu):
status: Expired → New
Revision history for this message
H.-Dirk Schmitt (dirk-computer42) wrote :

retested in lucid - works

Changed in xf86-input-wacom (Ubuntu):
status: New → Fix Released
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.