Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31st August 2011, 06:54 PM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,095
linuxfedorafirefox
Synaptics Touchpad Orientation Patch (for netbooks/laptops) - flip X/Y axes

Synaptics Touchpad Orientation Patch (for netbooks/laptops)
==================================================

On many intel based netbooks you can rotate the display sideways using 'xrandr -o normal/inverted/left/right' or 'xrandr -o 0/1/2/3' which is useful for certain things like ebook/comic book readers, calculator emulators (eg see this thread), games etc.

Unfortunately the touchpad doesn't change orientation and is virtually impossible to use with a rotated screen.

There is a patch available (see here) which enables the touchpad orientation to match the xrandr orientation, and this is how to apply it in Fedora (tested on Fedora 14 but should work on 15 too)

Make sure you have main development tools and libraries installed:
Code:
sudo yum groupinstall "Development Tools" "Development Libraries"
you will also need these:
Code:
sudo yum groupinstall "X Software Development"
sudo yum install libtool xorg-x11-util-macros xorg-x11-server-sdk
I used version 1.4.0 of the synaptics driver since there was a working patch available. Get v1.4.0 of the patch and driver from

http://cc.oulu.fi/~rantalai/synaptics/ (direct download)
http://cgit.freedesktop.org/xorg/dri...put-synaptics/ (Direct Download)

(alternative download here and here)

Now build the patched driver

Code:
tar xvf  xf86-input-synaptics-1.4.0.tar.bz2
cd  xf86-input-synaptics-1.4.0
patch  -p1 <  ..full path to patch file..
./autogen.sh
./configure --prefix=/usr
make
sudo make install
now reboot, check your synclient verison is 1.4.0 with 'synclient -V'.

'Orientation' parameter should appear in the list when you type 'synclient'

now change screen and touchpad orientation together using something like

Code:
xrandr -o 3
synclient Orientation=3
and return to normal with

Code:
xrandr -o 0
synclient Orientation=0
You can alias these commands or assign them to a hotkey in gnome keyboard shortcuts.

Don't forget to enable touchpad tapping in the Gnome Mouse menu if required (under preferences - > mouse -> touchpad)

(you should hide the gnome toolbar before rotating (eg add hide buttons to it by right clicking -> properties)

---------- Post added at 06:54 PM ---------- Previous post was at 06:46 PM ----------


Last edited by Gödel; 31st August 2011 at 07:03 PM.
Reply With Quote
Reply

Tags
axes, flip, netbooks or laptops, orientation, patch, synaptics, touchpad, x or y

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC2 and laptops using the Synaptics Touchpad... k3ant Hardware & Laptops 10 19th August 2009 01:13 PM
Synaptics Touchpad uncholowapo Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 6 10th March 2009 03:55 PM
Synaptics touchpad with F10 Cuvou Hardware & Laptops 3 26th November 2008 08:11 PM
Synaptics touchpad DLH Hardware & Laptops 6 17th April 2005 02:24 PM
Synaptics Touchpad movery Hardware & Laptops 4 29th July 2004 11:43 AM


Current GMT-time: 15:16 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat