dotfiles/resources/xorg.conf

64 lines
1.8 KiB
Xorg
Raw Normal View History

2016-09-13 15:10:57 -06:00
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
2016-09-22 22:37:28 -06:00
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
2016-09-13 15:10:57 -06:00
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "DVI-D-0"
Option "Primary" "true"
2016-09-16 13:57:44 -06:00
Option "DPI" "96 x 96"
2016-09-22 22:37:28 -06:00
Option "DPMS" "false"
2016-09-13 15:10:57 -06:00
EndSection
Section "Monitor"
Identifier "HDMI-0"
Option "Above" "DVI-D-0"
2016-09-22 22:37:28 -06:00
Option "DPMS" "false"
2016-09-13 15:10:57 -06:00
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1070"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "DVI-D-0"
DefaultDepth 24
Option "RegistryDwords" "PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"
Option "TripleBuffer" "True"
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "DVI-D-0: nvidia-auto-select +640+2160 { ForceFullCompositionPipeline = On }, HDMI-0: nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSectionSub "Display"
Depth 24
EndSubSection
EndSection