This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/ulogisk on 2023-08-23 16:29:02.


Hi,

I’m running garuda and my card bios is in setting 1 furthest away from the IO bracket and i’ve been trying to get access to my gpu settings via corectrl i’ve modified the line in etc/default/grub as so:

GRUB_CMDLINE_LINUX_DEFAULT=‘quiet quiet rd.udev.log_priority=3 vt.global_cursor_default=0 loglevel=3 amdgpu.ppfeaturemask=0xffffffff’ # Modified by garuda-migrations: splash

then I ran:

sudo grub-mkconfig -o /boot/grub/grub.cfg

And rebooted, get back in and i launch corectrl as su, in advanced performance mode i only get access to power limit and power profile.

When i launch the application in terminal i get these messages:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-root’

qrc:/qml/GPUForm.qml:31:7: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { … }

qrc:/qml/CPUForm.qml:31:7: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { … }

kf.notifications: env says KDE is running but SNI unavailable – check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP

^C⏎

Am I doing something wrong or maybe the card is not yet supported by corectrl?

Any suggestions or links would be greatly appreciated i’m currently just looking to undervolt atm.