Probe #85bebeaea0 of Gigabyte Z68MA-D2H-B3 Desktop Computer
Log: xorg.conf.d
driver-nvidia.conf
------------------
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "AccelMethod" "none"
Option "TripleBuffer" "True"
Option "MetaModes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
EndSection
fonts.conf
----------
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/urwfonts-ttf/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
FontPath "/usr/local/lib/X11/fonts/ubuntu-font/"
FontPath "/usr/local/lib/X11/fonts/freefont-ttf/"
FontPath "/usr/local/lib/X11/fonts/win7"
FontPath "/usr/local/share/fonts/terminus-font/"
EndSection
keyboard.conf
-------------
Section "InputClass"
Identifier "KeyboardDefaults"
MatchDevicePath "/dev/input/event*"
MatchIsKeyboard "on"
Driver "libinput"
Option "XkbRules" "evdev"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbVariant" ",qwerty"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
monitor0-freq.conf
------------------
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
mouse.conf
----------
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
screen-resolution.conf
----------------------
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection