You are not logged in.
I'm using Asus Tuf a15 fa507nu with Rtx 4050 and Ryzen7 7735hs. I have several problems with using hyprland and asusctl. For last 3 days I've tried almost every nvidia driver and 3 linux distros which are vanilla arch, manjaro and the one that I'm using right now endeavour os. First problem is when I open hyprland it freezes at the starting screen. I can not open kitty, move cursor or anything else. Just stucks until i force to close my laptop via button. The problem with the asusctl and supergfxctl is I can not change the gpu to other options via these commands:
[erkamtbayoglu@erkamtb ~]$ sudo asusctl bios -D 0
Starting version 6.1.0-rc6
Error: unrecognized command `bios`
[erkamtbayoglu@erkamtb ~]$ supergfxctl -s
[AsusMuxDgpu]
[erkamtbayoglu@erkamtb ~]$ supergfxctl -m hybrid
Error: invalid argument to option `-m`: Could not parse mode name
I tried opening the rog control panel but it doesn't start. I tried opening it from terminal and the error was:
thread 'main' panicked at rog-control-center/src/main.rs:210:40:
called Result::unwrap() on an Err value: Other("Could not initialize backend.\nError from Winit backend: Error initializing winit event loop: os error at /home/mateusz/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.7/src/platform_impl/linux/mod.rs:764: neither WAYLAND_DISPLAY nor WAYLAND_SOCKET is set; note: enable the winit/x11 feature to support X11\nNo backends configured.")
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Aborted (core dumped)
ps: using dual boot with W11
Offline
and what research have you done so far regarding this issue? Where are you logs? What gpu model are you using? What linux kernel are you using? what gpu drivers are you using?
Offline
In addition to what mackin_cheese said, there seem to be at least two different user accounts involved: erkamtbayoglu (who should by default have a homedir of /home/erkamtbayoglu) and mateusz (with homedir being /home/mateusz).
So something seems wrong from that alone, or we're missing crucial information about the actual setup. Or you have some bogus dotfile/config somewhere where the original author has hardcoded their homedir?
Offline
and what research have you done so far regarding this issue? Where are you logs? What gpu model are you using? What linux kernel are you using? what gpu drivers are you using?
I have wrote my gpu model which is rtx4050, and I have tried nouveau, nvidia dkms, and the other nvidia drivers. Now using the nvidia drivers:
01:00.0 VGA compatible controller: NVIDIA Corporation AD107M [GeForce RTX 4050 Max-Q / Mobile] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device 14c3
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
kernel is:
6.12.10-arch1-1
which logs do you want? if for the hyprland it doesnt crashes it just freezes so there isn't a crash log for it.
Offline
In addition to what mackin_cheese said, there seem to be at least two different user accounts involved: erkamtbayoglu (who should by default have a homedir of /home/erkamtbayoglu) and mateusz (with homedir being /home/mateusz).
So something seems wrong from that alone, or we're missing crucial information about the actual setup. Or you have some bogus dotfile/config somewhere where the original author has hardcoded their homedir?
It's really strange. I don't have an another account. I'm pretty sure. I didn't downloaded any dotfiles at this setup because i couldn't run hyprland. And even this log belongs to rog control center run command. I just executed "rog-control-center" and that is the error.
Offline
can you please post your output of
pacman -Qm Offline
How exactly did you install rog-control-center? Nothing in the PGKBUILD brings up the "mateusz" user. And if you have installed the rest of the asus tools from the same source, then I'd say the source is buggy (some 3rd aprty repo who build their packages wrong).
According to the AUR package maintainer, you're supposed to build all these things in a clean chroot, so try that.
https://wiki.archlinux.org/title/Develo … ean_chroot
Last edited by Whoracle (2025-01-21 15:09:31)
Offline
How exactly did you install rog-control-center?
sudo pacman -S rog-control-center
for other commands i used https://asus-linux.org/guides/arch-guide/
Offline
can you please post your output of
pacman -Qm
aquamarine-git 0.7.1_r255.ge7719f9-1
cloudflare-warp-bin 2024.12.554-1
glaze 4.2.2-1
google-chrome 132.0.6834.83-1
hyprcursor-git 0.1.11.r1.g69270ba8-1
hyprgraphics-git 0.1.1.r5.g52202272-1
hyprland-git 0.46.0.r138.ga661203b-1
hyprland-protocols-git 0.6.0.r0.455c055-1
hyprland-qt-support-git 0.1.0.r5.g767e884c-1
hyprland-qtutils-git 0.1.3.r1.g534cd1ba-1
hyprlang-git 0.6.0.r5.g55608efd-1
hyprutils-git 0.3.3.r2.g72dfbf52-1
hyprwayland-scanner-git 0.4.4.r0.gde913476-1
warp-gui 0.3.0-2
warpgui-bin 2.3-1
Offline
Whoracle wrote:How exactly did you install rog-control-center?
sudo pacman -S rog-control-center
for other commands i used https://asus-linux.org/guides/arch-guide/
Ah, so you're using the 3rd party repo provided by the AUR maintainer. As I edited into my last answer, try building by hand in a clean chroot. If that works, you should report that the maintainer that there's something funky with their repo maybe.
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Whoracle wrote:How exactly did you install rog-control-center?
sudo pacman -S rog-control-center
for other commands i used https://asus-linux.org/guides/arch-guide/
I highly recommend not using any guide that isn't the Arch Wiki. Users will most likely not be willing to assist you if you don't follow the Arch Wiki
Offline
Erkamtb wrote:Whoracle wrote:How exactly did you install rog-control-center?
sudo pacman -S rog-control-center
for other commands i used https://asus-linux.org/guides/arch-guide/
I highly recommend not using any guide that isn't the Arch Wiki. Users will most likely not be willing to assist you if you don't follow the Arch Wiki
To be fair(ish), the repo/guide in question looks to be by the same person that provides the corresponding AUR package. If any 3rd party repo should work, it's that one. All the weirder that the packages in there don't seem to work.
Offline
mackin_cheese wrote:Erkamtb wrote:sudo pacman -S rog-control-center
for other commands i used https://asus-linux.org/guides/arch-guide/
I highly recommend not using any guide that isn't the Arch Wiki. Users will most likely not be willing to assist you if you don't follow the Arch Wiki
To be fair(ish), the repo/guide in question looks to be by the same person that provides the corresponding AUR package. If any 3rd party repo should work, it's that one. All the weirder that the packages in there don't seem to work.
it's best to stick with the wiki and official repo's, if that source is to be trusted and technically sound (meaning not a cause of issues), then it should be brought into the fold as part of the official repos. Unless one can guarantee that every package in that third party repo is to be trusted (hint: they can't), then users should either stay away or use at their own risk. Again, it'll make people highly unlikely to help because of that as well.
Offline