CachyOS / CachyOS-Settings

Settings used for CachyOS
GNU General Public License v3.0
98 stars 23 forks source link

modprobe.d: Force using of amdgpu driver for older graphics cards by default #25

Closed ventureoo closed 1 year ago

ventureoo commented 1 year ago

We have already received a lot of issues from users about Vulkan not working on old AMD cards due to lack of amdgpu driver. I think it makes sense to force its use by default, since users will want to do it anyway and our kernel supports this feature.

Refs: https://wiki.archlinux.org/title/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support https://github.com/ValveSoftware/Proton/wiki/For-AMD-users-having-issues-with-non-OpenGL-games https://gitlab.freedesktop.org/drm/amd/-/issues/1776

SoongVilda commented 1 year ago

@ventureoo Is that everything for now? Can we merge?