Hi,
I recently acquired an Acer Aspire Timeline 1825ptz. It is very similar to the 1810, except of course for the touch screen.
I found a lot of good and useful information about the 1810 on
http://ubuntu-virginia.ubuntuforums.....php?t=1341325
I got the touch screen working with a few tricks:
- Installed kernel 2.6.35 from ppa
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.35-rc1-lucid/
- The touch screen is now recognised by X11/evdev, but as a touch
pad instead of a touch
screen. I fixed this by applying the patch described here:
https://bugzilla.redhat.com/show_bug.cgi?id=518494
( modify evdev.c: replace
if (num_buttons || TestBit(BTN_TOOL_FINGER, pEvdev->key_bitmask)) {
by
if (TestBit(BTN_TOOL_FINGER, pEvdev->key_bitmask)) {
)
(using apt-get source xserver-xorg-input-evdev)
- Now the touch screen needs to be calibrated. I used xinput_calibrator:
http://www.freedesktop.org/wiki/Soft...put_calibrator
- I haven't found out yet how to use the G sensor for automatic screen rotation. However, I remapped the P-button next to the touch screen to rotate the screen. I will edit this post later and describe how I did this.
Still to do:
- Get multitouch or other gestures working and configure it such that the panel becomes useful without a keyboard. Especially two-finger scroll would be very useful. (some more info here:
http://blogs.gnome.org/carlosg/2010/...-linuxxorggtk/ )
- Figure out how to use the G sensor.
best regards,
Tom
Bookmarks