You are not logged in.
Pages: 1
I have a quite old DELL Inspiron 7520 with a dedicated AMD ATI Radeon 7730M GPU, but I can't get it to work under Arch. I have installed the xf86-video-ati driver and mesa too. I've also created a kernel parameter in /etc/modprobe.d/radeon.conf, which contains this line I found on the wiki: options radeon si_support=0. after regenerating the initramfs the GPU still doesn't seem to work and the system runs on the integrated Intel Graphics.
I am still kind of new to this stuff and Arch in general, so sorry if I am asking for something obvoius or something, that is clearly on the wiki, but I couldn't figure it out.
Thanks in advance!
Last edited by gfejer (2024-01-28 19:45:39)
Offline
You also need the line
options amdgpu si_support=1to properly switch to the amdgpu driver and even after to actually make use of the card you'd run things you want to run on it with DRI_PRIME=1, e.g. DRI_PRIME=1 glxinfo -B or so.
If that didn't help post your xorg log and journal
sudo journalctl -bOffline
Thanks a lot, this worked!
Offline
Pages: 1