# xorg.conf (X.Org X Window System server configuration file) Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Module" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Card0" Driver "intel" # Driver "i810" # BusID "PCI:0:2:0" Option "DevicePresence" "true" Option "DRI" "true" EndSection Section "Monitor" Identifier "Monitor0" ModelName "Sceptre 24 + Hanns 19" HorizSync 31 - 80 VertRefresh 55 - 76 Option "DPMS" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1920x1200_60" "1920x1080_60" "1680x1050_59.883" "1360x768_59.8" "1600x1200" "1280x1024_60" "1280x800" "1024x768_60" EndSubSection SubSection "Display" Depth 16 Modes "1920x1200_60" "1920x1080_60" "1680x1050_59.883" "1360x768_59.8" "1600x1200" "1280x1024_60" "1280x800" "1024x768_60" EndSubSection SubSection "Display" Depth 24 Modes "1920x1200_60" "1920x1080_60" "1680x1050_59.883" "1360x768_59.8" "1600x1200" "1280x1024_60" "1280x800" "1024x768_60" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection