Jump to content

PS/2 Mouse Stops Working After 10.1 Install


Guest geofgiff
 Share

Recommended Posts

Guest geofgiff

Just installed 10.1 on my Dell P3 1GHz. I've got a regular ole serial Microsoft Ps/2 mouse plugged in and the mouse worked fine during installation. After installation and reboot, it stops working. Doesn't matter whether I use KDE or Gnome.

 

I've got a couple of problems:

- i'm a newbie

- the mouse doesn't work

- since the mouse doesn't work, i can't navigate around within mandrive to do much in the way of troubleshooting.

 

Any help would be greatly appreciated.

Link to comment
Share on other sites

You can move the mouse from your keyboard (arrow keys) in KDE after clicking alt-f12 (space is leftclick).

 

For your mouse: open de Mandrake Control Center, hardware, mouse and select an appropriate one from the list.

 

Good luck.

Link to comment
Share on other sites

this is a bit of a bug for sure . it happens when you set security to "higher"

you can set the mouse over and over but when you reboot the mouse will not work

two options

1. change security setting

2. edit the file /etc/x11 /XF86Config

edit this section :

Section "InputDevice"

 

copy n paste this :

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ExplorerPS/2"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "6 7"

EndSection

Link to comment
Share on other sites

Guest geofgiff

Worked like a charmer. Had to make one small change to recommendation below, however. Instead of [Option "Device" "/dev/input/mice"], use [Option "Device" "/dev/mice"]. Thanks for the help, both of you guys above. I could never have solved this problem without you.

 

this is a bit of a bug for sure . it happens when you set security to "higher"

you can set the mouse over and over but when you reboot the mouse will not work

two options

1. change security setting

2. edit the file  /etc/x11 /XF86Config

edit this section  :

Section "InputDevice"

 

copy n paste this :

    Identifier "Mouse1"

    Driver "mouse"

    Option "Protocol" "ExplorerPS/2"

    Option "Device" "/dev/input/mice"

    Option "ZAxisMapping" "6 7"

EndSection

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...