Package Details: rog-control-center 5.0.10-0.3

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: 15
Popularity: 1.76
First Submitted: 2021-09-18 11:01 (UTC)
Last Updated: 2024-04-01 20:52 (UTC)

Pinned Comments

fabiscafe commented on 2023-06-13 21:53 (UTC)

Merge/Pull Requests / Bugreports

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Sharky009 commented on 2023-07-02 12:42 (UTC)

I tried to install this on a fresh Manjaro KDE system on an Asus ROG machine. But i noticed there some missing build dependencies. What's exactly missing is: make and pkgconf. It would be nice if you add them :)

Thanks and have a nice day

fabiscafe commented on 2023-06-13 21:53 (UTC)

Merge/Pull Requests / Bugreports

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

ModYokosuka commented on 2023-06-13 19:20 (UTC)

If you are having a problem with very long load times for rog-control-panel and it locking up when clicking around the user interface try deleting ~/.config/rog/rog-control-center.cfg.

fabiscafe commented on 2023-06-11 15:05 (UTC) (edited on 2023-06-11 15:06 (UTC) by fabiscafe)

@rackrall asusd is supposed to be started by udev on supported systems. So you might just run an unsopported system. Please ask upstream - this is not a problem with the PKGBUILD.

@labaman from my commit it looks like this was required for rogcc. I can remember that it would fail if not available at install time, yet on my test I could build it without. Hmm. I might remove it with the next version.

rackrall commented on 2023-06-11 09:34 (UTC)

There is a problem with control panel because of asusd. If I try to run rog-control-center when asusd is not enabled system hangs up. Asusd starts fine but enabling it on systemctl doesn't work. Had to add my custom [Install] to /lib/systemd/system/asusd.service

labaman commented on 2023-06-11 06:43 (UTC)

Can you tell me why supergfx is in the compulsory(make?) dependencies for the assembly?

labaman commented on 2023-04-26 10:19 (UTC) (edited on 2023-04-26 10:21 (UTC) by labaman)

Compiling uhid-virt v0.0.5 error[E0793]: reference to packed field is unaligned --> /home/wmw/.cargo/registry/src/github.com-1ecc6299db9ec823/uhid-virt-0.0.5/src/codec.rs:187:35 | 187 | let payload = &event.u.start; | ^^^^^^^^^^^^^^ | = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use read_unaligned/write_unaligned (loads and stores via *p must be properly aligned even when using raw pointers)

For more information about this error, try rustc --explain E0793. error: could not compile uhid-virt due to previous error warning: build failed, waiting for other jobs to finish... make: *** [Makefile:114: build] Ошибка 101

willemw commented on 2022-12-30 11:44 (UTC)

The conflicts=('asusctl-git') does not need to be there anymore and should be removed.

kojq commented on 2022-12-07 03:01 (UTC) (edited on 2022-12-07 03:02 (UTC) by kojq)

I suppose it may be helpful for some to note 4.5.4 changes:

  • ROGCC:: Allow ROGCC to run without supergfxd
  • ROGCC: Tray/notifs now reads dGPU status directly via supergfx crate (supergfxd not required)
  • Add rust-toolchain to force minimum rust version

kojq commented on 2022-12-05 15:13 (UTC)

@fabiscafe Sounds good, thanks.