(→Minor issues) |
(→Touchpad) |
||
| Line 54: | Line 54: | ||
=== Touchpad === | === Touchpad === | ||
| + | |||
| + | Taps are accepted as mouse presses but not the bottom left and right clicks, see [http://bugs.meego.com/show_bug.cgi?id=4807 bug] | ||
To enable RMB in the RightBottom corner of the touchpad issue the following command: | To enable RMB in the RightBottom corner of the touchpad issue the following command: | ||
| Line 65: | Line 67: | ||
Option "RBCornerButton" "3" | Option "RBCornerButton" "3" | ||
EndSection | EndSection | ||
| + | |||
| + | For more details, see the | ||
The Lenovo S10-3t IdeaPads were given to attendees of the MeeGo Conference 2010 (Thanks Intel and Nokia!). This page aims to collect issues, solutions and hacks by the MeeGo Community for this device. It is mostly collected from the Lenovo S10-3t improvements thread on MeeGo Forums.
Contents |
It seems that some users get their wifi (and bluetooth) disabled and/or the battery status. There is some talk going on these two links, with work around that may or may not work. For the atheros folks it worked but the ones with broadcom it didn't.
options snd-hda-intel model="olpc-xo-1_5" to /etc/modprobe.d/alsa-base.conf and reboot
The ChromeTouch extension enables kinetic scrolling with the browser and the touch screen.
Firefox has a similar add-on: Grab and Drag
See the following resources
The MeeGo 1.0 Netbook FAQ has resources on
fennec -target slate
Chipset listing (for Windows Drivers)
Taps are accepted as mouse presses but not the bottom left and right clicks, see bug
To enable RMB in the RightBottom corner of the touchpad issue the following command:
synclient RBCornerButton=3
To make it permanent edit /etc/X11/xorg.conf.d/10-input-synaptics.conf to:
Section "InputClass"
Identifier "synaptics"
MatchIsTouchpad "true"
Driver "synaptics"
Option "RBCornerButton" "3"
EndSection
For more details, see the