I have been using linux for almost 20 years now and it never stopped to amaze me.

recently we bought a drawing tablet (screen ones). my wife uses windows so she installed the drivers, installed the configuration program and so on. After hours and hours she called me to say “i finally got it working” and i felt the frustration in her voice.

i just tried to get it working on my machine, i’m using swaywm mind you. as i connected the hdmi it just got recognized as a second monitor. but the mapping was off, it tried to map the whole width of the working area to the tablet. so i just put this in the config:

input INPUT_NAME { map_to_output OUTPUT_NAME map_to_region OUTPUT_X OUTPUT_Y WIDTH HEIGHT }

and that’s it! no drivers no nothing. i love linux!

  • @1984
    link
    3
    edit-2
    1 month ago

    It really isn’t magic, which is exactly why Linux is so amazing. You can use any tiling window manager and it will act the same way. It will detect the screen of the device and give you ways of altering it to your liking with a few lines of text. And it’s all documented how to do it.