LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Touchpad doesnt work (https://www.linuxquestions.org/questions/linux-newbie-8/touchpad-doesnt-work-760870/)

lepass_7 10-09-2009 06:13 PM

Touchpad doesnt work
 
hi i am a tottaly newbie with linux, i recently installed suse 11.1 on my laptop (acer aspire 3100). It seems that all works perfectly excepts touchpad. What can i do?

P.S: I dont know if the touchpad is faulty, maybe it is. On the laptop was installed Vista and worked perfectly, one day the laptop stoped working and now i cant install windows so i am trying linux.

jstephens84 10-10-2009 12:21 AM

Try searching through YAST2 for the synaptics package and change the mouse driver from auto to synaptics.

lepass_7 10-10-2009 03:56 AM

Quote:

Originally Posted by jstephens84 (Post 3714209)
Try searching through YAST2 for the synaptics package and change the mouse driver from auto to synaptics.

I did that. But didn't fix the problem, after restarting laptop either touchpad or usb mouse seems to work!

jstephens84 10-10-2009 07:53 PM

Ok I would change the protocol back to PS/2 and then try this and see if that helps. try installing gsynaptics. Also take a look at this. Then try adding this to your xorg.conf file.

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Name" "Touchpad"
Option "SHMConfig" "on"
Option "Vendor" "Synaptics"
Option "ZAxisMapping" "4 5"
EndSection


This may help.

lepass_7 10-11-2009 04:05 AM

Quote:

Originally Posted by jstephens84 (Post 3714934)
Ok I would change the protocol back to PS/2 and then try this and see if that helps. try installing gsynaptics. Also take a look at this. Then try adding this to your xorg.conf file.

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Name" "Touchpad"
Option "SHMConfig" "on"
Option "Vendor" "Synaptics"
Option "ZAxisMapping" "4 5"
EndSection


This may help.

First of all thank you. I tried to do that but i cant because i dont have the rights to do it, how do i log in as root? I also want to know i modify xorg.conf file after installing gsynaptics? And how do i install gsynaptics?

repo 10-11-2009 04:28 AM

Quote:

And how do i install gsynaptics
open a terminal
type
Code:

su
type the root password
Code:

yum install gsynaptics

lepass_7 10-12-2009 10:50 AM

Quote:

Originally Posted by repo (Post 3715211)
open a terminal
type
Code:

su
type the root password
Code:

yum install gsynaptics

bash: yum: command not found
I get that when i use your command (yum install gsynaptics)


All times are GMT -5. The time now is 07:50 PM.