this post was submitted on 29 Jun 2025
47 points (96.1% liked)

Linux

55760 readers
768 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 6 years ago
MODERATORS
 

I never really see hardware lacking Linux support mentioned, which got me caught by surprise when a computer with a Broadcom network card couldn't use the card. What other hardware don't work with Linux?

you are viewing a single comment's thread
view the rest of the comments
[–] Aatube@kbin.melroy.org 6 points 15 hours ago (2 children)

Intel Arc discrete GPUs released 2022

[–] HumanPerson@sh.itjust.works 2 points 12 hours ago

I've run AMD, Intel, and Nvidia on linux and I would say my intel experience was by far the best. I use an a380 in my server for transcoding, and I had an a750 in my desktop but switched to a b580. AMD gets the graphics stuff right, but intel does the graphics and compute right on linux where AMD ROCM is a major pain in the ass. It may not be great if you do tons of gaming, but it works quite well for me.

[–] mat@linux.community 2 points 14 hours ago (1 children)

Hmm, I run an Arc GPU at work without any issues. Just using plain mesa on NixOS. The Intel devs were quite responsive when we ran into issues as well.

[–] Flatfire@lemmy.ca 4 points 14 hours ago (1 children)

Arc support was added after release to Linux Kernel 6.2 and it's steadily improved since. Older Linux distros, or "LTS" oriented distros that favour stability may still not have support for them. I know Unraid was very slow to pick up on it and I had to settle for passing the pcie device through to a VM to get it working. Intel is keen to made these viable though, and I love having the AV1 encoder from my A380.

[–] mat@linux.community 1 points 10 hours ago

Ah I see, haven't been on "stable" distros for a long time so I wasn't affected. I've enjoyed the good support and the video stuff is definitely nice. On the AMD side, still no idea how to encode or decode anything on my Framework 16, meanwhile Intel is acing it.