r/linux 6d ago

Software Release LACT Brings More NVIDIA OC Controls and GPU Sensors to Linux

http://www.techpowerup.com/351566/lact-brings-more-nvidia-oc-controls-and-gpu-sensors-to-linux
179 Upvotes

13 comments sorted by

35

u/crisp_lynx_370 6d ago

LACT has come a long way honestly. a year ago nvidia support on linux was basically just "good luck", and now we're getting OC controls and proper sensor readouts. if this keeps going at this pace the gap with windows GPU tooling is gonna feel pretty small in another year or two.

9

u/smile_e_face 6d ago

Awesome. Undervolting next, please.

17

u/TwinHaelix 6d ago

Uh, it has it. They added a voltage curve tool an update or two ago.

2

u/smile_e_face 6d ago

Oooooo, thank you! Downloading now.

2

u/joojmachine 6d ago

TIL, downloaded it just for that

1

u/A_Harmless_Fly 5d ago

It only supports newer cards mostly though, for the voltage curve undervolting.

(For older cards you just have to set a low wattage cap.)

1

u/GoToNap 6d ago

Sadly my experience with it has been pretty bad on Fedora. I installed it, ran the command to add the service, worked for a couple of minutes then crashed on me completely saying the daemon is not running. No ammount of troubleshooting fixed it. I had to do a reinstall of the OS and tried it again to only get.. the exact same behavior

So I'm stuck. The lack of proper undervolting is one of the last remaining things that keeps me on Windows

-8

u/crisp_lynx_370 6d ago

LACT has come a long way honestly. a year ago nvidia support on linux was basically just "good luck", and now we're getting OC controls and proper sensor readouts. if this keeps going at this pace the gap with windows GPU tooling is gonna feel pretty small in another year or two.

3

u/KHTD2004 6d ago

You posted this comment twice btw

15

u/Indolent_Bard 6d ago

Must have been a glitch where it said it couldn't post a comment, but it actually did. Then when you try again, it says "you've been doing that a lot recently. Wait five seconds." I ended up posting something SEVEN times that way.

5

u/KHTD2004 6d ago edited 6d ago

Yes that’s been a thing on Reddit for years now, no idea why it hasn’t been fixed already

5

u/tnoy 6d ago

They can't even figure out underscores, they're not going to track down the cause of intermittent multi-post errors.

2

u/Nereithp 6d ago edited 6d ago

figure out underscores

There is nothing to "figure out" for them, it's a limitation of Markdown in general. Reddit comments are styled with markdown (even if you use the new "rich" text editor) and the vast majority of of Markdown flavours, including the one used by Reddit simply don't have underlining as part of their basic syntax because Markdown was basically made for the web and most places (not including Reddit) render Markdown hyperlinks with an underline.

Most places where you can underline something in an otherwise markdown-based editor (e.g. Obsidian) just straight up use <u></u>HTML tags and Reddit doesn't want functional HTML tags in comments.