PDA

View Full Version : Smal defects



pulsar
05-19-2004, 08:21 PM
Hi,

Installed the last two versions of knoppix 3.4 and two smal defects still keep coming back. The mousewheel does not function when using 2.6 kernel. And when the names of the desktop-icons are changed they are not saved, so after a reboot the original names come back.
Can someting be done about this? I,m relatively new with knoppix.

mzilikazi
05-19-2004, 08:31 PM
You need to edit /etc/X11/XF86Config-4


Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection


Likely you just need to change to /dev/input/mice
Desktop icons? I have no idea....

pulsar
05-20-2004, 09:04 AM
Thanx!