Christian Perrier wrote: > Also raising the severity. Something affecting Logitech mice will > definitely affect many users....
Well. After the installation "usbmouse" and "mousedev" were not loaded, which suggests that there was also a generic detection problem. I put them in `/etc/modules', and only after that and loading the modules manually X started up correctly after the installation. This would then be another bug in d-i, I suppose? There was a PS/2 mouse part in xorg.conf: | Section "InputDevice" | Identifier "Configured Mouse" | Driver "mouse" | Option "CorePointer" | Option "Device" "/dev/input/mice" | Option "Protocol" "ExplorerPS/2" | Option "Emulate3Buttons" "true" | EndSection But `/dev/input/mice' was inexistent due to the lack of "mousedev". (And I use an ordinary three button mouse with a scroll wheel, so the emulation option is not the best one.) Kind regards, Philipp Kern -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]