![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Just Give Me the Beans!
![]() |
Laptop Touchpad How-To
What everyone has been waiting for:
Laptop Touchpad How-To ---------------------------------------------------------- This How-To guide applies to all synaptics touchpads (if you have a laptop, it's more than likely what you have in it as the touchpad). Open a terminal window and type: sudo gedit /etc/X11/XF86Config-4 Go to the section: Section "Module" Add this line inside this section: Load "synaptics" This line loads your synaptics touchpad settings at startup. Now, as you scroll down, there should be a section that starts like this: Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" In this section, delete the line that says: Option "CorePointer" This will make sense later on, as the external mouse will be secondary to the touchpad. As you scroll down further, you should see this section: Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" EndSection Delete the line that says: Option "SendCoreEvents" Add a line that says: Option "SHMConfig" "on" The line you deleted will make sense later, as we will make the touchpad the primary pointer device. The additional line enables your touchpad settings. Finally scroll down to the bottom and you'll see this section: Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Change the last two lines to look like this: InputDevice "Configured Mouse" "SendCoreEvents" InputDevice "Synaptics Touchpad" "CorePointer" These additions will make the system set the touchpad to the primary pointer device and the external mouse as the secondary device. Save the file and reboot! You thought it was over? Almost. We now want to set our settings: If you open a terminal window and type: synclient -l This shows you all of your touchpad settings. If you reset any of the settings, you will lose them when you log out, so what we need to do is open the config file again: sudo gedit /etc/X11/XF86Config-4 Now, scroll down to the section that starts like this: Section "InputDevice" Identifier "Synaptics Touchpad" Inside this section, you will want to add your settings. Open another terminal window and type: synclient -l Now look at the setting you would like to change (I'm going to demonstrate turning off the tap click and the vertical and horizontal scrolling on the side and bottom of the touchpad). Look at the name of the setting and enter it in this fashion: Option "MaxTapTime" "0" Option "VertScrollDelta" "0" Option "HorizScrollDelta" "0" Now save your file and reboot. All done!! If you go out on the net, you can find more references to synclient. I have even caught wind of a GUI version of the settings manager, but this is the most effective way I found to get it done. I hope this helps. I was frustrated and finally figured it out, so good luck, and if you have questions about it, feel free to message me. - Jake a.k.a. DoubleDangerClub
__________________
Running - Home: Apple MacBook Pro (C2D 2.2Ghz, 2gb ram, 160gb hd, 128mb graphics, Mac OS X 10.4.9 Tiger & Ubuntu Feisty Fawn 7.04) |
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2005
Location: NYC
Beans: 2
|
Re: Laptop Touchpad How-To
Disclaimer: I am an almost total newbie. Please don't assume I know anything.
I'm trying to get Ubuntu up and running on a POS Sony PCG-FX250K laptop, and I've been pretty happy so far except that I can't get the scroll function on my touchpad to work. I've tried fllowing the directions in this thread, and when I make the suggested changes GNOME breaks after the first restart. Restoring the original XF86Config-4 file and rebooting restores GNOME. I've double-checked everything and am pretty sure I've followed the directions perfectly. Is there perhaps a typo in these directions? |
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2005
Beans: 42
Ubuntu 9.10 Karmic Koala
|
I don't claim to understand the X configuration file, but I found I was able to change the touchpad behavior without the lengthy process DoubleDangerClub describes. I simply added the line
Code:
Options "HorizScrollDelta" "0" Two other links that may be of interest: http://www.ubuntulinux.org/wiki/SynapticsTouchpadHowto http://wiki.debian.net/index.cgi?SynapticsTouchpad |
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2005
Location: NYC
Beans: 2
|
Re: Laptop Touchpad How-To
Thanks for the reply.
I've since tried this a couple more times, all with the same results: gnome fails to start after altering the XF86Config-4 file. But I think I may have found the problem: in Windows, my computer says it has an Alps pointing device, not Synaptics. So maybe I need a different driver altogethr if I'm going to get vertical scrolling to work? The touchpad works otherwise. I just want vertical scrolling. |
|
|
|
|
#5 | |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2005
Beans: 42
Ubuntu 9.10 Karmic Koala
|
Re: Laptop Touchpad How-To
Yes, the scrolling feature is great. I find the touchpad really annoying to use without it. That feature was configured and turned on by default when I installed Warty, though, so it seems likely that it's an issue of you having a different kind of touchpad.
On this page http://web.telia.com/~u89404340/touchpad/ I found the following line, "Can I use this driver with an ALPS Glidepoint device? Yes, see the README.alps file included in the package for more information." I will post the contents of /usr/share/doc/xfree86-driver-synaptics here so hopefully someone can tell us what we actually need to do. Quote:
|
|
|
|
|
|
#6 |
|
Just Give Me the Beans!
![]() |
Re: Laptop Touchpad How-To
I can't seem to get Horay to recognize my touchpad on my Dell Laptop. It's an Inspiron 8600. For some reason, when I open the sudo gedit /etc/X11/XF86Config-4 file, it gives me a blank file when I open it. I'm guessing it's not detecting anything. Any Ideas how I can rectify this situation. It does have tapping enabled, though, which is annoying as hell, so I dunno if there is a different config file in Horay or what. Thanks for anyone who can help.
|
|
|
|
|
#7 | |
|
Just Give Me the Beans!
![]() Join Date: Mar 2005
Beans: 73
|
Re: Laptop Touchpad How-To
Quote:
ps: if u got any error (u cannot go in graphical mode) dont worry couse gedit always creates a backup of edited files (in this case xorg.conf~) so restart pc, in grub select recovery mode, when finished loading type "cp /etc....../xorg.conf~ /etc..../xorg.conf" and restart byez ps: anyway i have a problem too with touch pad, i dunno exactly how to say that in english but my cursor seem to ride on ice, not too quick but difficult to control in little moves or when u have to select little thinks, any idea? Last edited by iomicifikko; April 6th, 2005 at 05:03 AM.. |
|
|
|
|
|
#8 | |
|
Just Give Me the Beans!
![]() |
Re: Laptop Touchpad How-To
Quote:
Well, I failed miserably with the whole thing, but I did get the backup restored. thanks for letting me know it could be restored |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
My beans are hidden!
|
Re: Laptop Touchpad How-To
This has crashed my computer. My graphcis card won't load anymore. I've gone in under emacs and edited the conf file, but bootup now fails halfway through. HELP.
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|