You are not logged in.
Dear all,
I need help configuring graphics (Xorg, Plasma) with a built-in Radeon Graphics please. I was going by the book:
lspci -v | grep -A1 -e VGA -e 3D
[AMD/ATI] Cezanne (rev c8) (prog-if 00 [VGA controller])I installed the AMDGPU drivers with:
pacman -S xf86-video-amdgpu mesaI generated an Xorg configuration file with:
Xorg :0 -configureThe Xorg log file contains an error:
/var/log/Xorg.0.log
(EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:06:00.1: Invalid argumentI'm a little bit lost here and don't know how to debug this issue. Would you please direct me? Thank you!
Last edited by mabalenk (2022-03-02 16:48:30)
Offline
Xorg -configure might not be what you want. Check out /etc/X11 xorg.conf xorg.conf.d/* what that did.
Is the amdgpu module loaded at all? dmesg | grep amdgpu?
Offline
Remove the xorg.conf file that you generated and try again without it.
It shouldn't be necessary and the automatic config usually breaks things.
Note: Arch supplies default configuration files in /usr/share/X11/xorg.conf.d/, and no extra configuration is necessary for most setups.
Offline
Dear all,
Thank you for your suggestions. The amdgpu module seems to be loaded:
dmesg | grep amdgpu
[drm] Initialized amdgpu 3.44.0 20150101 for 0000:06:00.0 on minor 0I'm not sure for what to check in /etc/X11/xorg.conf.d/. Currently the directory is empty.
Offline
It's probably a file in /etc/X11/xorg.conf. In any case remove it and try again, should it still not work post the full Xorg log.
Offline
There was nothing in the /etc/X11/xorg.conf either. I think I made a simple mistake of not installing all of the required Xorg packages. After I install 'xorg-init' and 'xterm' I'm able to start the X server with 'startx'. It opens three terminal windows. This is an achievement already!
Now to launch KDE Plasma at boot time I installed the 'plasma' package group and the 'sddm' package. After enabling the SDDM service with 'sudo systemctl enable sddm' and restarting I can login to Plasma! Hurrah! Thank you very much for all your help!
Offline
What's also possible if it "suddenly" works is that you are seeing issues with the early KMS loading race, should this randomly return from boot to boot try setting that up: https://wiki.archlinux.org/title/Kernel … _KMS_start
In any case please mark this as [SOLVED] by editing the title in your first post.
Offline