Touchpad problem after reboot

  • casablanca
  • Proficient
  • Proficient
  • User avatar
  • Joined: May 29, 2007
  • Posts: 481
  • Status: Offline

Post June 2nd, 2007, 1:23 am

Whenever I do a warm reboot on my laptop (without powering off the system) from Linux (FC5) and boot into WinXP, the touchpad no longer responds to tap-clicks. I can still move the cursor and click using the touchpad buttons. If I power off the whole system and switch it back on, the touchpad is back to normal.

I'm suspecting that Linux isn't somehow resetting the hardware properly.

This isn't really too much of a problem, but has anyone else had this problem and does anyone a solution?
No Strings Attached: A JavaScript graphics demo.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 2nd, 2007, 1:23 am

  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post June 3rd, 2007, 10:19 am

Have you set the synaptics driver in your xorg.conf?

Code: [ Select ]
Section "InputDevice"
  Identifier "Synaptics"
  Driver   "synaptics"
  Option   "Device"     "/dev/input/mice"
  Option   "Protocol"    "auto-dev"
  Option   "Emulate3Buttons" "yes"
  Option   "SHMConfig"    "on"       # insert this line
EndSection
  1. Section "InputDevice"
  2.   Identifier "Synaptics"
  3.   Driver   "synaptics"
  4.   Option   "Device"     "/dev/input/mice"
  5.   Option   "Protocol"    "auto-dev"
  6.   Option   "Emulate3Buttons" "yes"
  7.   Option   "SHMConfig"    "on"       # insert this line
  8. EndSection
"It's always a long day, 86,400 won't fit into a short."

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 85 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.