-
-
Save derjanb/621eacd8706d2c85273b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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