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

All greyed out. Card at drm/card1 (??) #43

Open
tecumses opened this issue Mar 2, 2023 · 8 comments
Open

All greyed out. Card at drm/card1 (??) #43

tecumses opened this issue Mar 2, 2023 · 8 comments

Comments

@tecumses
Copy link

tecumses commented Mar 2, 2023

Hello,

my System: RX 6700 XT, Fedora 37 Silverblue
I installed upp, but it doesn't work because my card is at /sys/class/drm/card1. I tried to adjust the python file and was able to run e.g. upp dump without a problem or the necesarity to set the input file manually. But in both cases (edit / non edited upp.py) powerup stay greyed out.
Powerupp detects my card at /sys/class/drm/card1.
What can I do? Is the wrong card id maybe the problem or something else (Silverblue?) I recently changed my card from rx 580 without reinstalling anything. Also I have anaconda installed and pip3 installs into my anaconda folder.

Thank you very much!

Bildschirmfoto vom 2023-03-03 00-32-47

@Smokolak
Copy link

Smokolak commented Apr 3, 2023

The same for me, Fedora 37, tested Fedora 38. Upp is installed fine.

@ImmortAlexGM
Copy link

ImmortAlexGM commented Aug 8, 2023

Same for me, Arch Linux, kernel 6.4.8, RX 5700 XT.
Everything worked great, but once my card became card1 and not card0 (don't know why), and powerupp became all-grayed even if I select my card in combobox.

@ImmortAlexGM
Copy link

In my case the reason is simpledrm driver in kernel, which is loading as card0 before amdgpu driver.
The workaround is to add kernel parameter initcall_blacklist=simpledrm_platform_driver_init. The only one drawback is black screen until kernel loads amdgpu module.

@azeam
Copy link
Owner

azeam commented Aug 26, 2023

Sorry for the lack of respone from my side, too busy these days. Thanks for the input @ImmortAlexGM! Does this solve the problem for all of you?

@aposhtol
Copy link

aposhtol commented Sep 1, 2023

It works intermittent. Sometimes it's just black screen. Using Garuda Linux.

@JustEnoughDucks
Copy link

This is not going to go away. An actual solution rather than a workaround has to be found I think:

https://bbs.archlinux.org/viewtopic.php?id=287936

https://www.phoronix.com/news/Linux-5.14-Initial-DRM-Misc

@ImmortAlexGM
Copy link

ImmortAlexGM commented Sep 11, 2023

This is not going to go away. An actual solution rather than a workaround has to be found I think:

https://bbs.archlinux.org/viewtopic.php?id=287936

This is actually the thread I started, and workaround with kernel parameter is from that thread.
Real solution will be the fix for powerupp to work correctly with card1.

@azeam
Copy link
Owner

azeam commented Oct 18, 2024

Embarassingly super late reply but finally looked in to this and made some quick changes, can you see if #47 works for you, also made some changes to how we run UPP, see readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants