Probe #836bf04a97 of ASRock B450 Pro4 Desktop Computer
Log: xorg.conf
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/cyrillic/"
FontPath "/usr/local/share/fonts/TrueType/"
FontPath "/usr/local/share/fonts/illinoy/"
FontPath "/usr/local/share/fonts/webfonts/"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/Speedo/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/CID/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/cyrillic/"
FontPath "/usr/local/share/fonts/hebrew/"
FontPath "/usr/local/share/fonts/vietnamese/"
FontPath "/usr/local/share/fonts/indic/"
FontPath "/usr/local/share/fonts/fonts-indic/"
FontPath "/usr/local/share/fonts/ae_fonts1/AAHS"
FontPath "/usr/local/share/fonts/ae_fonts1/AGA"
FontPath "/usr/local/share/fonts/ae_fonts1/FS"
FontPath "/usr/local/share/fonts/ae_fonts1/Kasr"
FontPath "/usr/local/share/fonts/ae_fonts1/MCS"
FontPath "/usr/local/share/fonts/ae_fonts1/Shmookh"
FontPath "/usr/local/share/fonts/local/"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ZaphodHeads" # <str>
#Option "AccelMethod" # <str>
#Option "DRI3" # [<bool>]
Option "DRI3" "True"
#Option "DRI" # <i>
#Option "ShadowPrimary" # [<bool>]
#Option "TearFree" # [<bool>]
Option "TearFree" "On"
Option "DRI" "True"
Option "AccelMethod" "exa"
Option "MigrationHeuristic" "greedy"
#Option "DeleteUnusedDP12Displays" # [<bool>]
#Option "VariableRefresh" # [<bool>]
Identifier "Card0"
Driver "amdgpu"
VendorName "AMD Corporation"
BusID "PCI:9:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "metamodes" "1920x1080 +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection