this post was submitted on 02 Jun 2025
63 points (95.7% liked)

Linux

54907 readers
377 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
 

Just curious to know if anyone has been using the same distro for multiple years/decades and what or if you have it takes for you to want to switch to a different distro?

you are viewing a single comment's thread
view the rest of the comments
[–] Hadriscus@lemm.ee 1 points 4 days ago* (last edited 4 days ago) (1 children)

I had my Intel card work pretty well in Blender 3D,except it couldn’t do BVH calculations in cycles, and I couldn’t for the life of me figure out how to make it work, because the thing that is supposed to make it work breaks the render kernels for Blender.

BVH building is always done on CPU (unless that changed)

[–] Tattorack@lemmy.world 1 points 4 days ago (1 children)

Well, apparently for Intel cards you can use "embree" to build BVH. But it requires a component of OneAPI.

[–] Hadriscus@lemm.ee 1 points 4 days ago

Intel render devices do use an Embree BVH, but I think that BVH is still built using the cpu? it's possible that I am mistaken