"Andrey Borzenkov" <[EMAIL PROTECTED]> writes:
> Pixel, are you back?
yes!
[...]
> You do not have direct access to hardware anymore. What you can get
> for mouse is either /dev/psaux or /dev/input/mouseN that is EMULATED
> Microsoft Intellimouse for ANY mouse-like backed available or event
> interface /dev/input/eventN.
does this mean mouse configuration in XFree will always be:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection
when linux 2.4 compatibility is no more a pb?
(or only choose Emulate3Buttons or not)
what about "ExplorerPS/2" protocol ?
[...]
> 3. mouse type is really hard. if we keep specific mouse type for gpm
> and X11 for 2.4 we cannot use it in 2.6. Possible solutions are
for X11, maybe we could configure both devices and rely on
AllowMouseOpenFail to choose the right one?