After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 402657 - Screen rotating doesn't rotate wacom styleto
Screen rotating doesn't rotate wacom styleto
Status: RESOLVED NOTGNOME
Product: gnome-control-center
Classification: Core
Component: Display
2.16.x
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks: randr-tracker
 
 
Reported: 2007-01-31 00:13 UTC by Gilles Dartiguelongue
Modified: 2009-02-26 01:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Gilles Dartiguelongue 2007-01-31 00:13:34 UTC
Please describe the problem:
All is in the summary, when rotating the screen, the styleto is still using the normal referential to calculate it's coordinates so it's completly wrong and it's hard to manipulate. It would be cool if gnome-display-properties would take care of it. I'll try to provide a patch ASAP.

Here is a link picked up on kde planet to similar patch for kde desktop (so if someone wants to do it faster than me (s)he can look at it)

http://beta.suse.com/private/dkukawka/tabletPC/KDE-Patches/kdebase3.5-rotate-wacom-pointers.diff

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Thomas Wood 2007-02-10 02:08:02 UTC
Is the screen resolution capplet really the best place to fix this? Wouldn't it be better to fix this in the X drivers, or the RandR extension itself?
Comment 2 Gilles Dartiguelongue 2007-02-10 09:40:00 UTC
 - KDE does this this way (not a good argument, I know :)).
 - the styleto driver already supports rotating, it just don't get signaled by xrandr or whatever that the screen has be rotated
 - xrandr probably don't care about input rotation and wacom is problably the only driver that can do this.

Anyway, I'll ask xorg-devel mailing list to get their thoughts.
Comment 3 Gilles Dartiguelongue 2007-02-14 23:16:08 UTC
xorg ml doesn't seem very responsive to my questions...
Comment 4 Gilles Dartiguelongue 2007-02-26 23:30:34 UTC
after talking to xorg dev that did xorg myths and nouveau presentation at fosdem, it would probably be better if the gui would do it. What do you think ?
Comment 5 Thomas Wood 2007-02-27 00:04:58 UTC
If all that needs to happen is the driver to be signaled when the screen is rotated, this sounds like something that should be done in HAL, or some other deamon.
Comment 6 Federico Mena Quintero 2009-02-26 01:14:26 UTC
The GNOME stack is not the correct place to fix this.  This should be done in the input layer of the X server.  However, for now we have this hack available; it makes gnome-settings-daemon call xsetwacom(1) when a monitor rotates:

http://mail.gnome.org/archives/distributor-list/2009-February/msg00000.html