# /etc/X11/xorg.conf # vim: set syntax=eruby sw=2: # # Dennis Olsson (TZPV-D), SH/S, 2018-08-03 (Plattform v3.x), reworked 2018-09-06. # -------------------------------------------------------------------------------------- # This file is generated automatically by puppet, do not edit! # -------------------------------------------------------------------------------------- # Definitions for PHOENIX primary+secondary screen resolutions "2048x2048+AFW1280x1024". # -------------------------------------------------------------------------------------- Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Screen 0 "Screen[Primary]" Absolute 0 0 Screen 1 "Screen[Secondary]" Absolute 2050 0 EndSection Section "ServerFlags" Option "AllowEmptyInput" "true" Option "AutoAddDevices" "true" # Disable CTRL-ALT-BACKSPACE, VT-Switch Option "DontVTSwitch" "true" Option "DontZoom" "true" Option "DontZap" "true" # Disable Screen Blanking and DPMS timeouts Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "InputDevice" Identifier "Keyboard[0]" Driver "evdev" Option "Protocol" "Standard" Option "XkbRules" "xfree86" Option "XkbKeycodes" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Mouse[1]" Driver "evdev" Option "Buttons" "9" Option "Device" "/dev/input/mice" Option "Protocol" "explorerps/2" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor[Primary]" EndSection Section "Monitor" Identifier "Monitor[Secondary]" EndSection Section "Device" Identifier "Card[Primary]" BusID "PCI:0:2:0" Driver "modesetting" Screen 0 Option "Monitor-VGA-2" "Monitor[Primary]" EndSection Section "Device" Identifier "Card[Secondary]" BusID "PCI:0:2:0" Driver "modesetting" Screen 1 Option "Monitor-VGA-1" "Monitor[Secondary]" EndSection Section "Screen" Identifier "Screen[Primary]" Device "Card[Primary]" Monitor "Monitor[Primary]" DefaultDepth 24 SubSection "Display" Depth 24 #Modes "2048x2048" Modes "2560x1600" EndSubSection EndSection Section "Screen" Identifier "Screen[Secondary]" Device "Card[Secondary]" Monitor "Monitor[Secondary]" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "DRI" Group "video" Mode 0666 EndSection