this post was submitted on 09 Aug 2024
52 points (100.0% liked)

Linux

47345 readers
1407 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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!

top 13 comments
sorted by: hot top controversial new old
[–] TimeSquirrel@kbin.melroy.org 16 points 1 month ago (1 children)

so i just put this in the config:

Now the question is, is that something your wife would have thought of or found out and implemented without issues? That's the part keeping Windows users on Windows. They tend to not like messing with the scary looking code.

[–] atomkarinca@lemmygrad.ml 7 points 1 month ago

i'm not trying to convert her, it's just that i'm comfortable in doing this, it feels natural to me.

[–] Telorand@reddthat.com 11 points 1 month ago (1 children)

I like these kinds of posts. You should write up something on the Arch wiki, if you haven't. Maybe I can learn how to do such things in 20 years, too

[–] 1984@lemmy.today 3 points 1 month ago* (last edited 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.

[–] slacktoid@lemmy.ml 4 points 1 month ago (2 children)

How frustrated was your wife after that?

[–] lord_ryvan@ttrpg.network 5 points 1 month ago (1 children)

Look it's no competition

But Windows just lost

[–] slacktoid@lemmy.ml 3 points 1 month ago

Massive L spree for windows tho for a while. (I'm excluding clowdstrike)

[–] atomkarinca@lemmygrad.ml 4 points 1 month ago (1 children)

she was just happy for me.

[–] slacktoid@lemmy.ml 3 points 1 month ago* (last edited 1 month ago)

<3

Linux is a toss up with random hardware tbh

[–] electricprism@lemmy.ml 3 points 1 month ago

Sway is almost perfection, consistent, reliable, simple, doesn't lock up. If anyone hacks in window controls let me know, more convenient for HTPC Big Screen Sway.

[–] walden@sub.wetshaving.social 1 points 1 month ago (1 children)

Yeah, I suppose. I wonder how long it would take me to find out how to do that, assuming I don't give up first.

Then again, I don't even know what swaywm is, so maybe on other types of Linux it would be easier?

[–] atomkarinca@lemmygrad.ml 2 points 1 month ago (1 children)

i think gnome and kde both have graphical interfaces for this. i like doing config files.

[–] walden@sub.wetshaving.social 1 points 1 month ago

It definitely sounds easier, in that case.