PDA

View Full Version : Touchpad stopped functioning


Greens
7th February 2008, 12:53 AM
Running: Fedora 8
Laptop: Toshiba Satellite 1115-S103
ETC: 256MB RAM, 1.5GHz Celeron
will provide other details if necessary

I'm not sure how or why it happened. I can't recall modifying anything that had anything to do with the touchpad, but it recently stopped responding all together. Where would be the best place to start troubleshooting?

I thought it might be something in xorg.conf.. but I can't really tell. I've attached in in case there's something I can do with it to make it work.

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "SHMConfig" "true"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 64.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 2560 1600
Depth 16
EndSubSection
EndSection
Any help would be greatly appreciated,
Greens

glennzo
7th February 2008, 01:04 AM
That's a pretty elaborate looking Input Device section. May I suggest reverting to the original for test purposes, or did the touch pad not work originally?

Greens
7th February 2008, 01:38 AM

The touchpad had been working since I installed Fedora on my laptop; it just stopped working yesterday. Where might I find what the original settings would've been? I'm actually fairly certain that all of those have been there since install(apart from SHMConfig, which is the only one I added myself -- didn't have any negative effects when I did).

I cut out everything that didn't seem absolutely necessary, but to no avail. It reads as follows now:

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
EndSection

Thanks for the help. Any other suggestions?

glennzo
7th February 2008, 10:00 AM
I assumed that you may have done some tweaking to the settings since that section in your xorg.conf was twice as long as the settings in my xorg.conf. It actually looks quite elaborate. Had you made the changes yourself there would have been a backup of the original file that you could have reverted to. Here's mine:
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "Touchpad Off" "1"
Option "SHMConfig" "true"
EndSection
The last 2 lines are part of my efforts to turn off the touchpad completely.

Greens
7th February 2008, 08:57 PM
Hmm.. well your setup is essentially mine now too, minus the "Touchpad Off"/"Emulate 3 Buttons" Options, but my Touchpad isn't working. So I think the problem would have to be elsewhere on my system. Any other leads?

glennzo
7th February 2008, 09:06 PM
No. Do you also run Windows or another OS where the touchpad works?

Greens
7th February 2008, 09:15 PM
Presently no, though the laptop used to run on Windows XP and the touchpad worked fine(it's never been an issue whatsoever up 'til now). I suppose it's possibly a hardware failure(the laptop's very much in bad shape), but it just stopped working all together: not even with partial functionality.

Dangermouse
7th February 2008, 09:17 PM
Hi just a thought. but most laptops have shortcut keys to turn the touchpad off, are you sure you havent done that accidently.

Greens
7th February 2008, 10:29 PM
*sigh*

..you know what, Dangermouse, that was the issue. x_x I feel so stupid now. I swear I thought I'd tried that already though. Thank's for suggesting it.

glennzo, thanks very much for your help; sorry for wasting your time. >_<

FIN,
Greens

glennzo
7th February 2008, 10:41 PM
*sigh*

..you know what, Dangermouse, that was the issue. x_x I feel so stupid now. I swear I thought I'd tried that already though. Thank's for suggesting it.

glennzo, thanks very much for your help; sorry for wasting your time. >_<

FIN,
GreensHey. You're not wasting my time. I enjoy this forum immensely. Love trying to help others with their Linux problems. Sometimes I'm even right :p