this post was submitted on 18 Dec 2024
77 points (95.3% liked)

Linux

48637 readers
1171 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 primarily use my pc for gaming, and want to avoid upgrading to Windows 11. Beginning the journey of looking into alternatives.

I am ignorant, trying to be less so. I have a hard time understanding what exactly makes a game not work just because of OS.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 21 hours ago* (last edited 21 hours ago)

Most "normal" programs use some "abstraction" libraries, so the programmer doesn't need to know which platform it is running on. This "platform" is important because it is the layer that actually talks to things like your SSD, RAM, GPU, etc.

Videogames, tho, are very very specific programs that really benefit from very optimized code, so some of these "abstraction" libraries simply will be worked on for a specific operative system.

Thankfully, the people from the WINE project and lots of work from Valve themselves have made it possible to "trick" these libraries into thinking they are talking to Windows. It's not perfect, tho, so some stuff is still not working, but you'd be surprised how much we've got already. Check out the ProtonDB project.