LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mous Problems (https://www.linuxquestions.org/questions/slackware-14/mous-problems-325811/)

Kenji Miyamoto 05-21-2005 08:47 PM

Mous Problems
 
I'm using an old MS Intellimouse Explorer in the console (runlevel 3) with the PS/2 mouse driver. It's connected via a USB-to-PS/2 adapter, and has never had a single problem in any operating system. It can only move from left to right with this configuration, though. Did I choose the wrong driver? If so, where and what should I change?

comprookie2000 05-21-2005 09:16 PM

Post /etc/X11/xorg.conf this part;
Code:

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier        "Mouse1"
    Driver        "mouse"
    Option      "CorePointer"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"

# Mouse-speed setting for PS/2 mouse.


Kenji Miyamoto 05-21-2005 10:03 PM

Code:

# Identifier and driver

    Identifier        "Mouse1"
    Driver        "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"


comprookie2000 05-21-2005 10:45 PM

Try this no guarantee;
Code:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse1"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Emulate3Buttons" "false"
Option "Name" "AutoDetected"
Option "Vendor" "AutoDetected"
EndSection


Kenji Miyamoto 05-21-2005 10:58 PM

How could I copy it within the console to xorg.conf without a working mouse?

dx0r515t 05-21-2005 11:06 PM

Quote:

Originally posted by Kenji Miyamoto
How could I copy it within the console to xorg.conf without a working mouse?
manually type it......


All times are GMT -5. The time now is 12:22 PM.