LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Want to use my trackpad and USB mouse on laptop (https://www.linuxquestions.org/questions/linux-hardware-18/want-to-use-my-trackpad-and-usb-mouse-on-laptop-417045/)

ComputerMan 02-18-2006 11:04 PM

Want to use my trackpad and USB mouse on laptop
 
I've been away from Linux but have gotten back into it; I had this working before but can't remember how I did it because, as I've said, it's been awhile.

Any help would be appreciated! :study:

I'm using Slackware 10.1

cwwilson721 02-20-2006 11:03 AM

Welcome fellow slacker.

Look at my site www.cwwilson721.dyndns.org/slack It may help you with the touchpad.

What is your specific hardware?

As for getting the USB mouse also working (I'm assuming in X), try
Code:

man xorg.conf
There is a ton of info in there, and it includes how to setup a second mouse.

ComputerMan 02-20-2006 06:18 PM

Thank you for the warm welcome. The computer is a Compaq 700 US (quite old) and the USB mouse is a generic optical. I did get the USB to work but am still having issues with the trackpad. I'm going to look over your site and take it from there.

Thanks for the reply / assistance.

ComputerMan 02-21-2006 12:22 AM

Okaaaayyy, I touched something in my xorg.conf and now my USB mouse isn't responding. Unfortunately my backup file isn't up to date. :-( Here's the code:

Section "InputDevice"
Code:

# Identifier and driver

    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/mouse"
    Option "Buttons" "5"
    "ZAxisMapping" "4 5"

The protocol is also set to IMPS/2. I've fooled around with the mouseconfig and running the GMP script in pkgtool but that didn't produce any results. I'm about to scream because I know it's an easy solution... AARG!


All times are GMT -5. The time now is 10:49 PM.