ulix wrote:Hi,
grrr.....

Nothing work on the Thinkpad 600E! And now, I installed the 2.6 kernel testing the mouse doesn't react!!!
Can you help?
cheers
If your mouse is not working, presumably under KDE you need to look at your xorg.conf file, which lives in /etc/X11/.
This is created and edited by running the following command, xorgconfig.
This page gives full details of what it does:
http://www.slackware.com/config/x.php
Here is mouse section of my xorg.conf. The ZAxis line allows scrolling on my simple MS Wheelmouse, yours may well be different depending on the mouse connection and the number of buttons etc.
Code: Select all
# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Running through the options in the xorgconfig script should get your mouse working, although I would strongly recommend that you take a back up of your current xorg.conf file as it can be quite easy to misconfigure your display settings and end up with a non-functioning X, and you then have to go through the entire process again.
Regards,
dkpw