You are not logged in.
I have pretty usual desktop system: i5-11400F and single AMD RX 5700 XT, so that AMD card is the only one graphic card on board.
It always was /sys/class/drm/card0, but once upon a time it became card1.
Is it normal situation?
Some software like PowerUPP fails when card is not card0...
Last edited by ImmortAlex (2023-08-25 16:19:26)
Offline
Advanced Technologies
Intel® Gaussian & Neural Accelerator
I do remember seeing articles about a new addition to the kernel specifically for such devices.
The output of
$ ls -l /dev/dri/by-path/
$ lspci -k
Should help to verify which device card0 & card1 correspond to .
Last edited by Lone_Wolf (2023-08-11 10:34:20)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Or the simpledrm/fb device?
Do you have a journal for the concerned boot?
Online
ls -l /dev/dri/by-path/
output:
lrwxrwxrwx 1 root root 8 aug 10 16:06 pci-0000:03:00.0-card -> ../card1
lrwxrwxrwx 1 root root 13 aug 10 16:06 pci-0000:03:00.0-render -> ../renderD128
lspci -k
Shows too much. What exactly should I pay attention to?
Or the simpledrm/fb device?
[ 0.518450] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 0.518956] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Is this what you're talking about?
Offline
Yes.
Shows too much.
No, doesn't. Post the entire output but more importantly the journal.
(lspci -k; sudo journalctl -b) | curl -F 'file=@-' 0x0.st
Online
Have you solved this problem? I meet the same problem today after I just unloaded my graphics card. But after reinstalling the card driver it fixed. Hope that will help you.
Offline
Sorry for delay, I got unexpected holidays...
https://0x0.st/H9jA.txt
Log just after reboot and logging to gnome.
Offline
авг 25 12:07:41 homepilot kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
авг 25 12:07:41 homepilot kernel: fbcon: Deferring console take-over
авг 25 12:07:41 homepilot kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
And there's our little PoS.
amdgpu seems to load late, so try to move it into the initramfs (kms hook or explicit entry in the MODULES array)
Online
авг 25 12:07:41 homepilot kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0 авг 25 12:07:41 homepilot kernel: fbcon: Deferring console take-over авг 25 12:07:41 homepilot kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
And there's our little PoS.
amdgpu seems to load late, so try to move it into the initramfs (kms hook or explicit entry in the MODULES array)
No, that didn't help at all. simpledrm still loads first.
In any case, it's good that I did it: font setting in /etc/vconsole.conf is not lost now I've been reading about early KMS for a long time, but never found the time to do it.
Offline
Add "initcall_blacklist=simpledrm_platform_driver_init" to the kernel parameters.
Online
Yes, it works!
And I found, that simpledrm was enabled in 6.4.8 kernel...
Offline
So here's a brief intro to that thing:
https://www.phoronix.com/news/Linux-5.1 … l-DRM-Misc
I'd say it won't go away, so get used to the second card and file bugs against "Some software like PowerUPP"
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online
I'd say it won't go away, so get used to the second card and file bugs against "Some software like PowerUPP"
Bug was sended already to developer of PowerUPP.
Thanks a lot for help!
Offline