Skip to content

Instantly share code, notes, and snippets.

@derjanb
Forked from boronology/00-monitor.conf
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derjanb/621eacd8706d2c85273b to your computer and use it in GitHub Desktop.
Save derjanb/621eacd8706d2c85273b to your computer and use it in GitHub Desktop.
# this is a config file for system to recognize WQHD monitor
# put this under /etc/X11/xorg.conf.d/
#
# Intel Graphics's HDMI(or Single-Link DVI) can not output 2560x1440 at 60Hz,
# for its limitation of dot clock
# This file provides settings of 2560x1440 by 55Hz using "reduced blanking"
# Thanks, http://blog.keshi.org/hogememo/2013/08/27/linux-hdmi-wqhd-tips
# and http://www.notebookcheck.net/2560x1440-or-2560x1600-via-HDMI.92840.0.html
Section "Device"
Identifier "Intel"
Driver "intel"
Option "Monitor-HDMI1" "Monitor HDMI1"
EndSection
Section "Monitor"
Identifier "Monitor HDMI1"
Modeline "2560x1440@55" 220.812 2560 2608 2640 2720 1440 1443 1448 1478 -hsync -vsync
EndSection
Section "Screen"
Identifier "HDMIScreen"
Device "Intel"
Monitor "Monitor HDMI1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment