this post was submitted on 11 Apr 2024
7 points (100.0% liked)

Framework Laptop Community

2654 readers
1 users here now

Related links:

Related communities:

founded 3 years ago
MODERATORS
 

I know the drivers come in the distro package manager, but, is there a set straight from AMD? Trying to use Brave causes freezes and black screen flashes, which I'm pretty sure is a driver thing.

you are viewing a single comment's thread
view the rest of the comments
[–] SteveTech@programming.dev 1 points 7 months ago (12 children)

Trying to use Brave causes freezes and black screen flashes, which I'm pretty sure is a driver thing.

If this is the same common issue, there's a thread on the forum about it, but IIRC you can add amdgpu.sg_display=0 to your kernel parameters.

I know the drivers come in the distro package manager, but, is there a set straight from AMD?

If you really want, you could try the AMDGPU Pro drivers, but I'm not sure if they're compatible with integrated graphics if you don't have the expansion GPU.

[–] TheButtonJustSpins@infosec.pub 2 points 7 months ago (9 children)

Hm. It doesn't want to accept amdgpu.sg_display=0. It looks right from here, but..

$ sudo update-grub
/usr/sbin/grub-mkconfig: 42: /etc/default/grub: amdgpu.sg_display=0: not found
[–] SteveTech@programming.dev 2 points 7 months ago (8 children)

Grub doesn't actually validate the parameters themselves, but the whole config, so you've pasted it into the wrong spot. It should go in the string that follows GRUB_CMDLINE_LINUX_DEFAULT.

If it still happens, could you post your grub config?

Also some people have had success setting the GPU to game mode in the BIOS too.

Here's the forum link: https://community.frame.work/t/tracking-graphical-corruption-in-fedora-39-amd-3-03-bios/39073

[–] TheButtonJustSpins@infosec.pub 2 points 7 months ago

Ah, I had put it at the bottom of the file. I've put it in the right place now; thank you! I'll try game mode if this doesn't fix it.

load more comments (7 replies)
load more comments (7 replies)
load more comments (9 replies)