[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian-user-digest Digest V2003 #2112





Hi all,

Installation went alright. Only X was the problem.
Error message was that unix fontpath having problem.
So I commented out the line unixfontpath :7100 in /etc/XF86Config-4
file.
Again errors, this time mouse goes unrecognised.
It is a PS2 Logitech Mouse in a PS/2 port.
It was detected without any problem in the earlier redhat and present
MDK9.1 and Win98 too.
Why it is so in debian?
Can anybody point any workaround to get X ?
For Logitech PS2 mice, you should try uisng the MouseManPlusPS/2 protocol. Here is a snippet from my XF86Config-4

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "Protocol" "MouseManPlusPS/2"
       Option          "ZAxisMapping" "4 5"
       Option          "Device" "/dev/psaux"
       Option          "SendCoreEvents" "true"
EndSection

Hope this helps,
Johnny



Reply to: