Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "Files" #ModulePath "/raven/lib/xorg/modules" #ModulePath "/raven/lib/dri" ModulePath "/usr/local/lib/xorg/modules" ModulePath "/usr/local/lib/dri" FontPath "/usr/local/share/fonts/TerminusTTF/" FontPath "/usr/local/share/fonts/terminus-font/" FontPath "/usr/local/share/fonts/noto/" FontPath "/usr/local/share/fonts/profont/" FontPath "/usr/local/share/fonts/proggy_fonts/" FontPath "/usr/local/share/fonts/TTF/" FontPath "/usr/local/share/fonts/OTF/" FontPath "/usr/local/share/fonts/dejavu/" FontPath "/usr/local/share/fonts/cantarell/" EndSection Section "Module" Load "glx" Load "freetype" EndSection Section "InputClass" Identifier "Evdev keyboard" MatchDevicePath "/dev/input/event*" MatchIsKeyboard "on" Option "XkbRules" "evdev" EndSection Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" #Driver "evdev" EndSection Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" #Driver "evdev" EndSection #Section "InputClass" # Identifier "libinput keyboard catchall" # MatchIsKeyboard "on" # MatchDevicePath "/dev/input/event*" # Driver "libinput" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "Device" Identifier "Card0" # Driver "intel" #Option "AccelMethod" "SNA" Driver "modesetting" Option "AccelMethod" "glamor" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" 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