LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   [HP xe4500] mouse, touchpad and multi keys trouble (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/%5Bhp-xe4500%5D-mouse-touchpad-and-multi-keys-trouble-132786/)

Zym0tiC 01-08-2004 02:02 PM

[HP xe4500] mouse, touchpad and multi keys trouble
 
Hello people,

I've some problems with my mouse/ mousepad/ and multimedia keys @ mine HP xe4500 laptop.

The problem is that when I startup with a ps/2 mouse I first have to move te mouse +/- 10 times from the left to the right before he will work. Or up of down :D

Second problem is that my tochpad wo'nt klik when I tap the surface. Also the scrollbar at the side of it won't work.

Third problem is that my multimedia keys don't work, except the mail, www and vol up & down. mute and the other 3 keys that can be programmed won't this is possible because omke hasn't released the source for kernel 2.6.0

Someone who can help me with this?

Info:
HP xe 4500
Slackware 9.1 (Current with swaret)
Kernel 2.6.0
Dropline Gnome

XF86Config:
Code:

load      "synaptics"

Section "InputDevice"
  Driver        "synaptics"
  Identifier    "Mouse0"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "ImPS/2"
  Option        "LeftEdge"      "1900"
  Option        "RightEdge"    "5400"
  Option        "TopEdge"      "1900"
  Option        "BottomEdge"    "4000"
  Option        "FingerLow"    "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.02"
  Option        "MaxSpeed"      "0.18"
  Option        "AccelFactor" "0.0010"
  Option        "SHMConfig"    "on"
  Option        "EmulateMidButtonTime"  "75"
#  Option      "Repeater"      "/dev/ps2mouse"
EndSection
                                                                               
Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto"
        Option          "Emulate3Buttons"      "yes"
        Option          "ZAxisMapping"          "4 5"
        Option          "SendCoreEvents"
EndSection

InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse0" "SendCoreEvents"



All times are GMT -5. The time now is 06:17 AM.