Город МОСКОВСКИЙ
00:02:24

Linux amdgpu driver for Amd Kaveri

Аватар
Seafront Showcases
Просмотры:
23
Дата загрузки:
14.03.2024 17:36
Длительность:
00:02:24
Категория:
Технологии и интернет

Описание

In the Video are most important Linux kernel settings to make amdgpu to work with a Amd A8-7600 Kaveri Apu. The amdgpu driver is as fast as Crimson in games and games look better.
Use kernel 4.7.-rc5 or newer and latest firmware. Install latest Mesa, for example from:
https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa/+packages

In /etc/default/grub I have amdgpu.exp_hw_support=1.
Configure your xorg.conf and reboot, correct indentation:
sudo leafpad /etc/X11/xorg.conf:
Section "Monitor"
Identifier "Monitor0"
EndSection

Section "Device"
Identifier "Device0"
Driver "amdgpu"
Option "DRI" "3"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

If you use the monitor with hdmi and you have slow desktop startup at boot, edit /etc/default/grub and put setting amdgpu.audio=0 to the kernel command line. It reduces 60% of the startup time.

Рекомендуемые видео