Log: xorg.conf
##############################################################################
## Configuration file for Xorg. See xorg.conf
##############################################################################
##############################################################################
Section "ServerFlags"
Option "Xinerama" "True"
Option "DRI2" "True"
Option "GlxVisuals" "all"
EndSection
##############################################################################
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
##############################################################################
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/cyrillic/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/encodings/"
FontPath "/usr/local/share/fonts/hack-font/"
FontPath "/usr/local/share/fonts/kanjistrokeorders/"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/noto/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/urw-base35-fonts/"
FontPath "/usr/local/share/fonts/util/"
FontPath "/usr/local/share/fonts/xscreensaver/"
FontPath "catalogue:/usr/local/etc/X11/fontpath.d"
EndSection
##############################################################################
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "xtrap"
Load "dri"
Load "freetype"
EndSection
##############################################################################
Section "Extensions"
Option "Composite" "Enable"
EndSection
##############################################################################
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
##############################################################################
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
##############################################################################
Section "Monitor"
Identifier "Monitor0"
VendorName "LGPhilipsLCD"
ModelName "LP154WX4-TLC3"
EndSection
##############################################################################
Section "Device"
Identifier "Card0"
Driver "intel"
# From ArchLinux wiki about Intel Graphics
Option "AccelMethod" "UXA"
Option "DRI" "i915"
# Option "TearFree" "False"
# Option "TripleBuffer" "False"
# Option "SwapbuffersWait" "False"
# Local system
#Option "ReprobeOutputs" "False"
Option "VSync" "True"
Option "VideoKey" "0"
Option "ColorKey" "0"
Option "Accel" "True"
Option "BufferCache" "True"
Option "XvMC" "True"
Option "RenderAccel" "True"
#VideoRam 131072 # No need for i945GM
#Option "LinearFramebuffer" "True"
#Option "RelaxedFencing" "True"
#Option "Backlight" # <str>
#Option "CustomEDID" # <str>
#Option "Present" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "HWRotation" # [<bool>]
#Option "PageFlip" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "VirtualHeads" # <i>
#Option "PerCrtcPixmaps" # [<bool>]
BusID "PCI:0@0:2:0"
EndSection
##############################################################################
Section "Device"
Identifier "Card1"
BusID "PCI:0@0:2:1"
Driver "intel"
EndSection
##############################################################################
Section "Screen"
Identifier "Screen0"
Device "Card0"
GPUDevice "Card1"
Monitor "Monitor0"
DefaultDepth 24
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