Skip to content

Instantly share code, notes, and snippets.

@buma
Created August 13, 2016 11:17
Show Gist options
  • Save buma/558c720f819201a2deb00a44ad8d161e to your computer and use it in GitHub Desktop.
Save buma/558c720f819201a2deb00a44ad8d161e to your computer and use it in GitHub Desktop.
Section "Device"
Identifier "Intel Ivybridge "
Driver "intel"
# Using the name of the output defined by the video driver plus the identifier of a
# monitor section, one associates a monitor section with an output by adding an
# option to the Device section in the following format:
# Option "Monitor-outputname" "monitor ID"
Option "monitor-HDMI3" "desni"
Option "monitor-HDMI1" "levi"
#Option "monitor-TMDS-1" "dvi"
EndSection
Section "Monitor"
Identifier "levi"
# Option "DPMS" "false"
# specifies a mode to be marked as the preferred initial mode of the monitor
# Option "PreferredMode" "800x600"
# This optional entry specifies the position of the monitor within the X screen.
#Option "Position" "1024 0"
#This optional entry specifies that the monitor should be ignored
# entirely, and not reported through RandR. This is useful if the
# hardware reports the presence of outputs that do not exist.
#Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "desni"
# Option "DPMS" "false"
#Options LeftOf, RightOf, Above, Below specify monitors' relative position
Option "RightOf" "levi"
# This optional entry specifies whether the monitor should be
# turned on at startup. By default, the server will attempt to
# enable all connected monitors.
#Option "Enable" "true"
#This optional entry specifies the initial rotation of the given monitor.
# Valid values for rotation are "normal", "left", "right", and "inverted".
# Option "Rotate" "left"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Ivybridge "
Monitor "levi"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
EndSection
#Section "ServerLayout"
#Identifier "ServerLayout0"
#Option "BlankTime" "0"
#Option "StandbyTime" "0"
#Option "SuspendTime" "0"
#Option "OffTime" "0"
#EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment