You are not logged in.

#1 2010-07-03 15:19:35

st0ne2thedge
Member
Registered: 2010-07-03
Posts: 26

[SOLVED]Synaptics touchpad no results

[SOLVED]
Hi,

my synaptics touchpad is not responding at all. I'm using hal.

the synaptics package should be installed on my system. After i tried to follow the wiki documentation on how to install the synaptics package and configure it properly i tetsed it in my desktop enviroment, with no results what so ever.

I tested if any input happend with the following command in terminal:

sudo cat /dev/input/mice

No results from my mousepad, my usb mouse did get results.

i'm kind of new to the arch linux system so i haven't been able to solve this problem myself.

Last edited by st0ne2thedge (2010-09-08 20:37:51)

Offline

#2 2010-07-03 15:26:39

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED]Synaptics touchpad no results

Can you verify that you have installed xf86-input-synaptics ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2010-07-03 16:16:32

ApotheoZ
Member
Registered: 2009-08-10
Posts: 40

Re: [SOLVED]Synaptics touchpad no results

If it's not hardware problem, this should work.

Firstly, remove hal from your startup daemon and stop xorg.
Then

# /etc/rc.d/hal stop
# pacman -Rs xorg
# pacman -Rs xf86-input-synaptics
# pacman -Syu
# pacman -S xorg
# pacman -S xf86-input-evdev
# pacman -S xf86-input-synaptics

Finally check if you have 10-evdev.conf and 10-synaptics.conf in xorg.conf.d
remove your xorg.conf file
remove the InputClass of your touchpad from 10-evdev.conf

$ startx

If it doesn't work (really ?) I have no idea.

Offline

#4 2010-08-27 13:24:43

st0ne2thedge
Member
Registered: 2010-07-03
Posts: 26

Re: [SOLVED]Synaptics touchpad no results

It seems it was a kernel issue a while ago, after i updated with pacman -syu the problem simply disappeared tongue

thx for the responses though i had forgotten i posted this :s

Offline

#5 2010-08-27 15:02:02

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED]Synaptics touchpad no results

please mark the thread as solved, by editing the first post and prefixing the Subject line with [SOLVED]


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB