Probe #b579f405bc of Dell 0W2F8G A00 Desktop Computer (OptiPlex 9010)
Log: xorg.conf.d
driver-radeon.conf
------------------
Section "Device"
Identifier "Card0"
Driver "modesetting"
BusID "PCI:1:0:0"
Option "TearFree" "true"
EndSection
extensions.conf
---------------
fonts.conf
----------
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "catalogue:/usr/local/etc/X11/fontpath.d"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/dina/"
FontPath "/usr/local/share/fonts/roboto-fonts-ttf/"
FontPath "/usr/local/share/fonts/terminus-font/"
FontPath "/usr/local/share/fonts/urwfonts/"
EndSection
keyboard.conf
-------------
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "kinesis"
Option "XkbLayout" "us"
EndSection
layout.conf
-----------
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen1"
Screen "Screen0" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
module.conf
-----------
Section "Module"
Load "glx"
EndSection
monitor.conf
------------
Section "Monitor"
Identifier "DVI-I-2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "Primary" "true"
Option "PreferredMode" "1920x1080"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "DVI-I-1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "RightOf" "DVI-I-2"
Option "PreferredMode" "1920x1080"
Option "DPMS" "true"
EndSection
mouse.conf
----------
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ButtonMapping" "1 2 3 4 5 6 7 9 2 8"
EndSection
screen.conf
-----------
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DVI-I-1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "DVI-I-2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
serverflags.conf
----------------
Section "ServerFlags"
Option "StandbyTime" "10"
Option "SuspendTime" "20"
Option "OffTime" "30"
Option "BlankTime" "30"
EndSection