forked from cuevasclemente/Lenovo-ThinkPad-Yoga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88c785a
commit 83755e8
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Lenovo Thinkpad Yoga Scripts and Drivers | ||
Lenovo Thinkpad Yoga Scripts and Drivers for Ubuntu | ||
=================== | ||
|
||
* run-chrome | ||
Runs chrome with support for the Yoga's touchscreen, comes with the google-chrome.desktop file you would put in /usr/share/applications/ | ||
|
||
* 50-synaptics.conf | ||
Put this in /etc/X11/xorg.conf.d/ to not have weird problems with the touchpad | ||
## Thouchpad fix | ||
By default on my yoga 2 pro it's really hard to use the touchpad. When you tap it, the pointer moves a bit so you will often miss your target. Adding the file "50-synaptics.conf" to the folder /etc/X11/xorg.conf.d/ solved the problems for me. If the folder xorg.conf.d/ doen't exist, just create it. |