Christophe Rhein wrote:
Hello,
I did what you sad about opening mousedrake and changing my mouse... but it didn't work. I still couldn't use my notebook glider.
What I did this morning I pluged again the Usb mouse and it was ok... I unplug it with mandrake running and I could use it.
I closed my computer and started it again.
Here again i got mandrake telling me that some thing is changeg in my config and I chose to cancel the modifications...
And so I got my mouse back and I have also now the USB one.
Well I don't try to understand... I just use it!


Christophe

Edit your /etc/X11/XF86Config-4 file and configure it on the way I show below; remove all other references to a mouse (all other Section "InputDevice" refering to a mouse). Note that one mouse must have the option "CorePointer" and the other "SendCoreEvents" (see the Section "ServerLayout"). After having changing this file, log out, press CTRL-ALT-BACKSPACE to restart the X server.


Olivier Esser

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    Screen "screen1"
EndSection







------------------------------------------------------------------------

Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to