|
Re: Where I can find a driver for my hp dv 1000 touchpad?
If you are saying that you cannot use the touchpad in X Windows ... then there probably is a problem with your X configuraton (xorg.conf).
You should be able to use the touchpad without a driver.
Look in your /dev/input directory for your mouse devices.
If you run:
$ cat < /dev/input/mouse0
then try the touchpad
do this for each device until you find the touchpad.
Then edit your /etc/X11/xorg.conf file to use this device under the "InputDevice" section.
You can also install the synaptics touchpad driver to obtain more control and options.
|