Probe #cd3af9a100 of HP Laptop 15s-eq2xxx
Log: xorg.conf.d
20-amdgpu.conf
--------------
Section "Device"
Identifier "AMD Graphics"
Driver "amdgpu"
Option "TearFree" "true"
Option "VariableRefresh" "true"
EndSection
40-libinput.conf
----------------
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "XkbModel" "pc101"
Option "XkbLayout" "us,ru"
Option "XkbVariant" "dvorak,"
Option "XkbOptions" "grp:win_space_toggle"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
EndSection
90-fonts.conf
-------------
Section "Files"
FontPath "/usr/local/share/fonts/"
FontPath "/usr/local/share/fonts/urwfonts/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/Manual/"
FontPath "/usr/local/share/fonts/Manual/FiraCode/"
FontPath "/usr/local/share/fonts/Manual/Hurmit/"
FontPath "/usr/local/share/fonts/Manual/Mononoki/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/urw-base35-fonts/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/Liberation/"
FontPath "/usr/local/share/fonts/kcfonts/"
EndSection
Section "Module"
Load "freetype"
EndSection