Skip to content

Instantly share code, notes, and snippets.

@r0xsh
Created August 30, 2016 20:28
Show Gist options
  • Save r0xsh/4d1c7219ee63e4cee0c7fe1077559b28 to your computer and use it in GitHub Desktop.
Save r0xsh/4d1c7219ee63e4cee0c7fe1077559b28 to your computer and use it in GitHub Desktop.
## /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
@neocollin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment