this post was submitted on 10 Sep 2023
141 points (96.1% liked)

Linux

47290 readers
2358 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
 

so my old GPU died a few days ago and I was thinking which brand of GPU to get next. AMD or Nvidia? I've heard Nvidia drivers are very annoying with Linux but I've never had an AMD GPU before. Which would be better? I'll sometimee switch to Windows to play specific games as well.

you are viewing a single comment's thread
view the rest of the comments
[–] uis@lemmy.world 5 points 1 year ago (1 children)

Literally Intel or AMD. You may pick Intel dGPU as well.

[–] Imhotep@lemmy.world 5 points 1 year ago (1 children)

Intel dGPU

That's not the best idea. Performances are not even close of what they are on Windows
Also there's an idle power draw issue which can sometimes be fixed on windows but not on linux

[–] uis@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

That's not the best idea. Performances are not even close of what they are on Windows

Personal experience or rumors? First link I found says it's slightly(4%) better than on windows.

Also there's an idle power draw issue which can sometimes be fixed on windows but not on linux

Can you share how to fix it? What to write in which registers?

Upd: just set scaling governor to powersave, lol

[–] Imhotep@lemmy.world 3 points 1 year ago (1 children)

Your link is for an iGPU

Here for Intel Arc

From January but it hasn't improved all that much

The fix for power consumption is changing a setting for ASPM in motherboard (if it supports it) and pluging the monitor in the motherboard directly. It worked for me on windows but not on linux (no workaround AFAIK) This means 40W idling instead of 1W

[–] uis@lemmy.world 1 points 1 year ago

You need CONFIG_PCIEASPM in kernel for ASPM support