Tiny Core Base > CorePlus

Can the recent Xorg detect a serial mouse?

<< < (3/6) > >>

t18:
Installed TCL 5.4 but evdev doesn't detect any pointer.

Installed also xf86-input-mouse without any changes. I haven't found any reference on how configuring it (if necessary). The posts available on the web are generally outdated and it's difficult to align them to a specific Xorg version.

Yes, Xvesa supports serial mice but the available screen resolutions are lower than on Xorg.

Juanito:
Do you need something like this:
--- Code: --- Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
# Option     "Protocol" "auto"
# Option     "Device" "/dev/mouse"
# Option     "ZAxisMapping" "4 5 6 7"
    Option "Protocol"    "Microsoft"
    Option "Device"      "/dev/ttyS0"
    Option "Emulate3Buttons"
EndSection

--- End code ---

CNK:
I can't find the exact man pages for the Xorg version in TC15, but this is for Debian with Xorg 21.1.7 vs 21.1.9 in TC15:
xorg.conf(5)
mouse(4)
evdev(4)
libinput(4)

t18:

--- Quote from: CNK on December 21, 2024, 10:45:32 PM ---I can't find the exact man pages for the Xorg version in TC15...

--- End quote ---

It seems some pages are just missing.

t18:

--- Quote from: Juanito on December 21, 2024, 11:33:31 AM ---Do you need something like this:
--- Code: --- Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
# Option     "Protocol" "auto"
# Option     "Device" "/dev/mouse"
# Option     "ZAxisMapping" "4 5 6 7"
    Option "Protocol"    "Microsoft"
    Option "Device"      "/dev/ttyS0"
    Option "Emulate3Buttons"
EndSection

--- End code ---

--- End quote ---

Putting it in a 01-mouse.conf file, either alone or along with the above posted InputClass, has no effect.

Also putting Xorg-7.7 after the xf86-input-mouse entry in onboot.lst has no effect.

Finally, I haven't found the manner to disable hotplugging without locking the whole system.

Attached is my Xorg.0.log.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version