From: Limer <ls...@ma...> - 2002-12-29 01:52:05
|
>>> No idea. Normally, it should use the resolution you provide on the >>> bootstrap line as a kernel parameter. Does it use this one or does it >>> use something else? Maybe your monitor has some troubles synchronising. >> >> no resolution is given when I launch bootstrap, only video=pm2fb: > > So maybe you try to provide one. > Ok now I specified video=pm2fb:1024x768-118 but still got 3 switching screens after the command "starting X display manager : xdm". Maybe it is because I installed only the base system and X, nothing else. > [ snip first part of XF86Config ] > >> (**) Option "Protocol" "ImPS/2" >> (**) Configured Mouse: Protocol: "ImPS/2" > > You are using the wrong protocol. > >> (**) Option "CorePointer" >> (**) Configured Mouse: Core Pointer >> (**) Option "Device" "/dev/input/mice" > > You are using the wrong device. > >> (EE) xf86OpenSerial: Cannot open device /dev/input/mice >> No such device. >> (EE) Configured Mouse: cannot open input device >> (EE) PreInit failed for input device "Configured Mouse" >> (II) UnloadModule: "mouse" >> (WW) No core pointer registered >> No core pointer >> >> Fatal server error: >> failed to initialize core devices > > No wonder it doesn't work.. ;) > > Please replace your "InputDevice" Section in your XF86Config with the > following snipplet: > > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/amigamouse" > Option "Protocol" "BusMouse" > EndSection > Dammed it is WORKING (did not include the 2 lines below though)! Thank you so much. I got an ugly screen with only twm. Now I should look how to install KDE and the rest. Again thanks I really appreciate your help. I have a logitech mouseman with a roll, 3rd and 4th buttons. Is there another option to fully use this mouse ? > > PS: add > > Option "NoInt10" > > to your "Device" section (that's where you put the glint and BusID stuff > in), you don't need it (it may only cause problems). > Regards Lio |