[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2009-04-10 Thread Roger E Critchlow Jr
I'm going to confirm this and add the Lenovo X200 Tablet to the machines referenced by this bug. These hotkey events have been available for incorporation into acpi-support for years now, yet they still have to be researched by users and added manually to make them work. There are also two

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-11-22 Thread yositune
I'm not sure what the status is but rotation has never worked for me from 7.10. acpi_listen receives the ibm/hotkey HKEY 0080 5009 ibm/hotkey HKEY 0080 500a and /etc/acpi/events and scripts should be executing but they simply.. don't. I did notice that acpi also did not

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-09-10 Thread Bug Watch Updater
** Changed in: acpi-support (Fedora) Status: Unknown = In Progress -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-09-09 Thread Jorge O. Castro
** Also affects: acpi-support (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=366211 Importance: Unknown Status: Unknown -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are a

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-29 Thread Tom Verdaat
These pages contain some nice insights and scripts as well: * http://www.thinkwiki.org/wiki/Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet * http://www.krizka.net/2008/02/13/thinkpad-x61-tablet-automatic-screen-rotation-under-linux/ *

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-29 Thread Tom Verdaat
forgot one: http://ostebaronen.dk/?p=32 -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Florian Hackenberger
The scripts as well as the rotate daemon work fine on Ubuntu Hardy on an X61t here. I modified the scripts as follows to start/stop the rotate daemon as needed. The daemon is only useful when in tablet mode, therefore starting it using an init script is not ideal IMO. Adding / removing the kernel

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Craig Magina
Removing the hdaps_ec kernel module isn't needed and having it is probably beneficial as that module is the IBM Hard Drive Active Protection System (HDAPS) driver. Granted I have not looked at the code to see if it really does park the hard drive if it detects the laptop is in a free fall. A

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Tom Verdaat
I'm not a programmer so excuse me if this remark is completely illogical. I was reading this and wondering why we need a rotate_daemon? There seem to be a number of actions related to screen rotation: * rotating the screen to and from tablet mode * vertically rotating the laptop itself * pushing

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Florian Hackenberger
Everything but the * vertically rotating the laptop itself action trigger ACPI events / xserver key events. The laptop contains an accelerometer sensor which can be read by user space software (the rotate_daemon). The daemon has to read the sensors continously to detect a physical rotation over a

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Craig Magina
I have plans to work on improving my tablets configuration and creating/modifying packages to automatically configuring my tablet for me. Is there a project page where we can create a tablet support project, if one does not already exist, and add in all of these instructions there and also have a

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Florian Hackenberger
Since all that is quite distribution specific (each distribution has their own acpi scripts), I would recommend creating a project on launchpad and creating a wiki page on http://help.ubuntu.com/community for communication with users. https://help.ubuntu.com/community/TabletPC could need some more

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Craig Magina
That sounds like a good idea. The problem I can foresee is there are a lot of different things that need to be configured/installed on a default Ubuntu system to get it configured for a tablet. I don't know much about the Ubuntu/Debian build system, so help there would be greatly appreciated.

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-26 Thread Craig Magina
This is what I get when I rotate my X61 tablet running Kubuntu 8.04. This started with Hardy as it used to work with the 7.10. [ 7744.482309] thinkpad_acpi: unknown LID-related HKEY event: 0x500c [ 7748.771977] thinkpad_acpi: unknown LID-related HKEY event: 0x500b [10932.697538] thinkpad_acpi:

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-26 Thread Craig Magina
OK, I got the rotation to work and the auto rotation as well. It took a reboot. I can't find a way to autostart the daemon though. I've tried an event.d file, rc.local, and an init.d script. The init.d script itself works but even though it is linked in rc5.d, it doesn't start. I will attach

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-04-20 Thread Florian Hackenberger
Sorry, I forgot to mention that you need to execute sudo modprobe hdaps_ec before running rotate_daemon. After loading the module a 'dmesg' should give a line like: input: ThinkPad HDAPS accelerometer data as /devices/platform/hdaps/input/input37 which confirms that the accelerometer values are

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-04-20 Thread Florian Hackenberger
Hi Tom! I quicked implemented a daemon which reads sensors values from the accelerometer using the hdaps_ec kernel driver and rotates the screen and the wacom stylus accordingly. The code is not mature yet, but it works quite nicely on my machine. Please download the code from

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-04-19 Thread Tom Verdaat
I support this request. Florian, there is also a sensor on my X60 that senses which side of the screen is down when holding it vertically (in stead of laying it down on a table). Windows uses it to rotate the screen accordingly automatically. Is that included in your scripts? If not, could you

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-03-23 Thread Florian Hackenberger
** Attachment added: Debdiff for the changes outlined above http://launchpadlibrarian.net/12821841/acpi_support_thinkpad_swivel_events.debdiff -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-03-21 Thread Florian Hackenberger
I'd like to propose the following additions in order to support panel rotation: /etc/acpi/events/thinkpad-swivel-panel-down # called when tablet head swivels down event=ibm/hotkey HKEY 0080 5009

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-03-21 Thread Florian Hackenberger
Ops, forget the killall cellwriter line in the /etc/acpi/swivel-panel-up.sh script. That's a leftover from my personal script. -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are a member of Ubuntu

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-03-21 Thread Daniel Hahler
To get your fix included in Ubuntu, it would help if you tried transforming it into a debdiff (http://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff) and submit it for review (http://wiki.ubuntu.com/SponsorshipProcess). If you prefer somebody else to do that, that's fine - please just indicate if

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2007-11-05 Thread Christian Kellner
** Summary changed: - Lenovo Thinkpad x41 rotate events + Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2007-11-05 Thread Christian Kellner
This also applies to the X60 Tablet. I therefore changed the Subject to better describe the situation. The HKEY events for tablet mode close/tablet mode open or identical. So is the not yet mapped rotate button. But instead of the up and down buttons it has a wheel, i.e. a up, down, right and