Package Details: rog-control-center 6.3.0-0.1

Git Clone URL: https://aur.archlinux.org/asusctl.git (read-only, click to copy)
Package Base: asusctl
Description: App to control asusctl
Upstream URL: https://asus-linux.org
Keywords: anime asus matrix rog
Licenses: MPL-2.0
Submitter: fabiscafe
Maintainer: fabiscafe
Last Packager: fabiscafe
Votes: 24
Popularity: 1.65
First Submitted: 2021-09-18 11:01 (UTC)
Last Updated: 2026-01-15 12:13 (UTC)

Required by (1)

Sources (1)

Pinned Comments

fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2025-08-18 17:16 (UTC) by fabiscafe)

Official Setup Guide

https://asus-linux.org/guides/arch-guide/

Merge/Pull Requests / Bugreports

https://gitlab.archlinux.org/fabiscafe/asusctl_aur

Kernel / Device Support

See: https://gitlab.com/asus-linux/asusctl#kernel-support

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

84634E1A607A commented on 2025-11-15 16:33 (UTC)

@initramfs Thanks for your response! I tried to edit this environment variable before but didn't success (I went a wrong way due to unfamaliarity with rustlog), so I posted a comment here. This patch does fix the logging problem. Thanks again for your timely reply, it helps a lot.

initramfs commented on 2025-11-15 16:07 (UTC) (edited on 2025-11-15 16:11 (UTC) by initramfs)

@84634E1A607A Issue was already submitted to upstream here:

https://gitlab.com/asus-linux/asusctl/-/issues/692

with fix in "main" branch here:

https://gitlab.com/asus-linux/asusctl/-/commit/6d8db915839872e22b7f14f3206fe10dc8f82e82

Given the fix is just adjusting the service environmental variable, you can attempt to apply the same patch by setting "Environment" to:

Environment=RUST_LOG="info,asusd=debug,rog_platform=debug,tracing::span=error"

84634E1A607A commented on 2025-11-15 15:09 (UTC) (edited on 2025-11-15 15:15 (UTC) by 84634E1A607A)

Hi, I found today that asusd is spamming a lot of tracing logs in my journal,

Nov 15 23:04:43 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:44 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:45 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:46 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:47 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:48 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:49 l asusd[10393]: [INFO  tracing::span] read_socket;
Nov 15 23:04:50 l asusd[10393]: [INFO  tracing::span] read_socket;

It looks like debugging log is somewhat enabled. I found

Environment=RUST_LOG="debug" 

in /usr/lib/systemd/system/asusd.service, Line 9; but changing it to error yeilds no improvement.

I politely request attention to remove the debug log, thanks for your time and patience.


Hmm... I investigated a bit and found no evidence that the AUR PKGBUILD enables the debug log. Maybe we'll have to dig into the code and disable it.

fabiscafe commented on 2025-10-08 20:24 (UTC)

@yochananmarqos Good to know! I'll look into that over the weekend (apparently the dependencies also need an update). Just right now, a bit in need of quality-time, without work. :)

yochananmarqos commented on 2025-10-08 20:10 (UTC)

@fabiscafe: The Makefile changed, so the _pick function is no longer necessary.

asusctl package function:

make DESTDIR="${pkgdir}" install-asusd install-asusctl install-asusd_user \
    install-data-asusd install-data-asusd_user

rog-control-center package function:

make DESTDIR="${pkgdir}" install-rog_gui install-data-rog_gui

fabiscafe commented on 2025-08-18 17:15 (UTC)

@zezba9000 check the link to the "Official Setup Guide" in the Pinned Comment.

zezba9000 commented on 2025-08-18 01:10 (UTC)

This project can take I think over 16gb to compile at times. Making it impossible to build on Rog Ally. Can we get a bin version of this? Otherwise this package listing is almost unusable on any hardware with 16gb or less of ram.

jebez commented on 2025-02-13 09:00 (UTC) (edited on 2025-02-13 09:16 (UTC) by jebez)

Does asusctl integrate ASUS OLED Care, against OLED burn-in?

E.g. https://rog.asus.com/laptops/rog-zephyrus/rog-zephyrus-g16-2025-gu605/, OLED CARE at the end.
https://www.asus.com/support/faq/1045651/#2, see ASUS OLED Care.
https://www.asus.com/support/faq/1044809/
https://www.asus.com/support/faq/1045098/

In general https://bbs.archlinux.org/viewtopic.php?id=303354

initramfs commented on 2025-02-04 18:56 (UTC) (edited on 2025-02-04 18:57 (UTC) by initramfs)

diff --git a/PKGBUILD b/PKGBUILD
index d0f5e9b..4e93032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,6 +51,9 @@ build() {
   export RUSTUP_TOOLCHAIN=stable
   export CARGO_TARGET_DIR=target

+  # Enable X11 backend
+  export X11=1
+
   make build
 }

To re-enable support for X11 in rog-control-center

fabiscafe commented on 2024-12-28 13:46 (UTC)

@evorster There has been no change since August. Could you please clarify what you mean by that?