Probe #aac1eeb66a of HP 158A Desktop Computer (Z620 Workstation)
Log: xorg.conf.d
files.conf
----------
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "/usr/local/share/fonts/ChromeOS/"
FontPath "/usr/local/share/fonts/Comfortaa/"
FontPath "/usr/local/share/fonts/Droid/"
FontPath "/usr/local/share/fonts/GentiumPlus/"
FontPath "/usr/local/share/fonts/Liberation/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/SourceCodePro/"
FontPath "/usr/local/share/fonts/SourceSansPro/"
FontPath "/usr/local/share/fonts/SourceSerifPro/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/anonymous-pro/"
FontPath "/usr/local/share/fonts/cantarell"
FontPath "/usr/local/share/fonts/cyrillic/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/google-fonts/"
FontPath "/usr/local/share/fonts/material-icons/"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/noto/"
FontPath "/usr/local/share/fonts/orbitron/"
FontPath "/usr/local/share/fonts/powerline-fonts/"
FontPath "/usr/local/share/fonts/roboto-fonts-ttf/"
FontPath "/usr/local/share/fonts/ubuntu-font/"
FontPath "/usr/local/share/fonts/vollkorn-ttf/"
FontPath "/usr/local/share/fonts/webfonts/"
EndSection
input.conf
----------
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "XkbRules" "evdev"
EndSection
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
xserver.conf
------------
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection