View previous topic :: View next topic |
Author |
Message |
dlworld Tux's lil' helper


Joined: 20 Jun 2003 Posts: 89 Location: Vigo, Spain
|
Posted: Thu Nov 20, 2003 2:57 pm Post subject: Synaptics touchpad: no click |
|
|
Hi all:
I merged gentoo-dev-sources (2.6 kernel), and selected the 'Synaptics touchpad' option, during the 'make config'. It didn't work propperly, and I recompiled the kernel without this option. But my problem now is that I have no click (either single or double) on my touchpad (hitting the pad with the finger), and have to use the pad button to do a left-click.
I have a copy of my previous kernel (gentoo-sources-2.4.20-r8 ), and have the same problem with my touchpad... Any ideas?
Thanks a lot... _________________ Registered Linux user #184323. "The software said Windows95 or better, so I got a Gentoo..." |
|
Back to top |
|
 |
Weejoker n00b


Joined: 11 Sep 2002 Posts: 69 Location: Scotsman in England
|
|
Back to top |
|
 |
dlworld Tux's lil' helper


Joined: 20 Jun 2003 Posts: 89 Location: Vigo, Spain
|
Posted: Thu Nov 20, 2003 3:25 pm Post subject: emerge synaptics |
|
|
Hello...
I tried to emerge synaptics, but it says than it cannot satisfy its dependences: XFree86 >= 4.3.0-r4, but the newest ebuild I have is from 4.3.0-r3... what can I do? install the source downloaded from the official web? _________________ Registered Linux user #184323. "The software said Windows95 or better, so I got a Gentoo..." |
|
Back to top |
|
 |
Weejoker n00b


Joined: 11 Sep 2002 Posts: 69 Location: Scotsman in England
|
Posted: Thu Nov 20, 2003 3:51 pm Post subject: |
|
|
I used the one from the website some time ago.
I installed the synaptics binary included within the source archive. See the docs on the website/in the archive for details about the installation procedure.
John |
|
Back to top |
|
 |
dizzey n00b

Joined: 03 Oct 2003 Posts: 40
|
Posted: Thu Nov 20, 2003 6:21 pm Post subject: |
|
|
you could unmask the never verions of xfree
im running xfree 4.3.99 an it has support for the synaptics drivers
edit /usr/portage/profile/package.mask
find this section
# xfree development series
>=x11-base/xfree-4.3.99
and put ah # before xfree
#>=x11-base/xfree-4.3.99
now you should be able to emerge xfree and get the newer version
you migth havet to add
USE="~x86"
in /etc/make.conf |
|
Back to top |
|
 |
|