Created
August 30, 2016 20:28
-
-
Save r0xsh/4d1c7219ee63e4cee0c7fe1077559b28 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
## /etc/X11/xorg.conf.d | |
Section "Monitor" | |
Identifier "eDP1" | |
Option "Primary" "true" | |
Option "PreferredMode" "1920x1080_60.05" | |
EndSection | |
Section "Monitor" | |
Identifier "DP2" | |
Option "LeftOf" "eDP1" | |
Option "PreferredMode" "1366x768_59.79" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an external 5K monitor and the only way I would get proper 5k resolution is if I split the "5120x2160_30.00" as resolution and [Option "TargetRefresh" "30"]... Now even lockscreen is fixed.
I also had to create a "profile" under display and set resolution there.