dotfiles/.config/xorg.conf.d/08-amdgpu.conf

22 lines
347 B
Plaintext
Raw Normal View History

2022-11-28 21:58:17 +00:00
#Section "ServerLayout"
# Identifier "layout"
# Screen 0 "AMD"
# Inactive "intel"
#EndSection
2021-06-21 16:28:03 +00:00
Section "Device"
Identifier "AMD"
Driver "amdgpu"
BusID "PCI:0:1:0"
Option "TearFree" "true"
Option "DRI" "3"
Option "AccelMethod" "glamor"
EndSection
Section "Screen"
Identifier "AMD"
Device "AMD"
GPUDevice "AMD"
Monitor "HDMI1"
EndSection