Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not launching on Arch (KDE Plasma 6 with Wayland) - "Could not find dGPU" error #26

Open
linxola opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@linxola
Copy link

linxola commented Jan 3, 2025

Just installed the program from AUR and while it just won't open through GUI, when launching in terminal, I get this error message:

Traceback (most recent call last):
  File "/usr/local/bin/asusctltray", line 736, in <module>
    TrayIcon(loop)
    ~~~~~~~~^^^^^^
  File "/usr/local/bin/asusctltray", line 693, in __init__
    self.build_menu()
    ~~~~~~~~~~~~~~~^^
  File "/usr/local/bin/asusctltray", line 703, in build_menu
    GfxController().attach(self.menu)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/bin/asusctltray", line 330, in attach
    for pre in self.pre_menu:
               ^^^^^^^^^^^^^
  File "/usr/local/bin/asusctltray", line 536, in pre_menu
    power = GFX_POWER[self.proxy.Power()]
                      ~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/dbus/proxies.py", line 72, in __call__
    return self._proxy_method(*args, **keywords)
           ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dbus/proxies.py", line 141, in __call__
    return self._connection.call_blocking(self._named_service,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
                                          self._object_path,
                                          ^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
                                          args,
                                          ^^^^^
                                          **keywords)
                                          ^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dbus/connection.py", line 634, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
        message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Failed: GFX fail: get_runtime_status: Could not find dGPU

Don't know which additional info will be valuable, but here is my asusctl --version:

Starting version 6.0.12
asusctl v6.0.12

asusctl version: 6.0.12
 Product family: ROG Zephyrus G14
     Board name: GA402RJ

And I use 6.6.68-1-lts kernel

At the same time, rog-control-center works fine

@linxola linxola changed the title Not launching on Arch (KDE Plasma 6) - "Could not find dGPU" error Not launching on Arch (KDE Plasma 6 with Wayland) - "Could not find dGPU" error Jan 3, 2025
@Baldomo Baldomo self-assigned this Jan 7, 2025
@Baldomo Baldomo added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants