On Fri, June 9, 2006 4:25 am, Peter Kelly wrote:
> On Thursday 08 June 2006 20:19, Peter Kelly wrote:
>> Holas,
>>
>> Great.
>> How can I find out what protocol xorg is using now? Apparently, I'll
>> need
>> to know pretty soon.
>
> Duh. Look in /var/log/Xorg.0.log. You'll see a neat little line that
> says
> (**) Mouse1: Protocol: "ExplorerPS/2"
>
> Never mind.
>
> Peter
>
> --
> Everything that you know is wrong, but you can be straightened out.
> --
> [email protected] mailing list
>
>
Another approach is to open /etc/X11/xorg.conf and search for
"InputDevice". Here's what my xorg.conf reads in that section:
============
Section "InputDevice"
Identifier "MS Mouse"
Driver "mouse"
Option "Emulate3Buttons"
Option "ButtonNumber" "3"
Option "Device" "/dev/input/mice"
Option "InputFashion" "Mouse"
Option "Name" "USB-Mouse;IMPS/2"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Timeout" "50"
EndSection
============
--
[email protected] mailing list