Quantcast
Channel: Pinguy OS Forum - All Forums
Viewing all articles
Browse latest Browse all 1646

Enable Vulkan Support on ATI Cards

$
0
0
Simple fix.

sudo gedit /etc/default/grub

Change

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

To

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1"

Then run

sudo update-grub

Then

sudo gedit /usr/share/X11/xorg.conf.d/10-amdgpu.conf

Delete everything and add this

Section "OutputClass"
Identifier "AMDgpu"
Driver "amdgpu"
Option "DRI" "3"
Option "TearFree" "on"
Option "AccelMethod" "glamor"
EndSection

Next remove these two files

sudo rm -rf /usr/share/X11/xorg.conf.d/10-radeon.conf
sudo rm -rf /usr/share/X11/xorg.conf.d/20-intel.conf

Reboot then run

vulkaninfo | less

To see if it is working.

Viewing all articles
Browse latest Browse all 1646

Trending Articles