zweiler2 / HoloISO_Tweaked

SteamOS 3 (Holo) archiso configuration
Other
121 stars 7 forks source link

Disable radeon driver for Radeon HD/R9 7000/8000/200/300; use amdgpu instead #20

Closed iamhumanipromise closed 11 months ago

iamhumanipromise commented 11 months ago

Your Request ~~ Issue~~:

*By default it would be great to have the radeon driver disabled for SI and CIK and amdgpu enabled. This will permit RADV to work with these older cards and thus: be usable with HoloISO and games.*

This is /etc/modprobe.d/amdgpu.conf from the CachyOS project by dev ptr1337:

# Force using of the amdgpu driver for Southern Islands (GCN 1.0+) and Sea
# Islands (GCN 2.x) generations.
options amdgpu si_support=1
options amdgpu cik_support=1

options radeon si_support=0
options radeon cik_support=0
zweiler2 commented 11 months ago

Looks good to me. I'll integrate it for the next ISO release. Thank you for the suggestion.