Probe #4e2e9f1f7f of ASRock X570 Phantom Gaming ... Desktop Computer (X570 Phantom Gaming X)
Log: xorg.conf.d
00-keyboard.conf
----------------
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "be"
EndSection
10-dri.conf
-----------
Section "Device"
Identifier "5700XT"
Driver "amdgpu"
EndSection
Section "DRI"
Mode 0666
EndSection
41-monitor.conf
---------------
Section "Device"
Identifier "5700XT"
Option "Monitor-DP-0" "DP screen"
Option "Monitor-HDMI" "HDMI screen"
EndSection
Section "Monitor"
Identifier "DP screen"
Option "LeftOf" "HDMI"
Option "PreferredMode" "2560x1440"
EndSection
Section "Monitor"
Identifier "HDMI screen"
Option "RightOf" "HDMI screen"
Option "PreferredMode" "1280x1024"
EndSection
50-video.conf
-------------
Section "Device"
Identifier "5700XT"
Option "Monitor-DP" "DP"
Option "Monitor-HDMI" "HDMI"
Option "ForceLowPowerMode" "On"
Option "DRI" "3"
Option "Driver" "amdgpu"
Option "MonitorLayout" "LVDS, AUTO"
EndSection
Section "Monitor"
Identifier "DP"
EndSection
Section "Monitor"
Identifier "HDMI"
Option "RightOff" "DP"
EndSection
force-modesetting.conf
----------------------
Section "Device"
Identifier "modesetting"
Driver "modesetting"
EndSection
10-amdgpu.conf
--------------
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
10-quirks.conf
--------------
Section "InputClass"
Identifier "ThinkPad HDAPS accelerometer blacklist"
MatchProduct "ThinkPad HDAPS accelerometer data"
Option "Ignore" "on"
EndSection
Section "InputClass"
Identifier "Xen Virtual Pointer axis blacklist"
MatchProduct "Xen Virtual Pointer"
Option "IgnoreAbsoluteAxes" "off"
Option "IgnoreRelativeAxes" "off"
EndSection
Section "InputClass"
Identifier "Tag trackballs as XI_TRACKBALL"
MatchProduct "trackball"
MatchDriver "evdev"
Option "TypeName" "TRACKBALL"
EndSection
Section "InputClass"
Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
MatchProduct "La-VIEW Technology Naos 5000 Mouse"
MatchDriver "evdev"
Option "TypeName" "MOUSE"
EndSection
10-radeon.conf
--------------
Section "OutputClass"
Identifier "Radeon"
MatchDriver "radeon"
Driver "radeon"
EndSection
40-libinput.conf
----------------
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection