resolution

Statically set a very specific resolution for X11.

$ cat /etc/X11/xorg.conf.d/50resolution.conf
Section "Screen"
    Identifier "Default"
    SubSection "Display"
        Modes "1920x1080"
    EndSubSection
EndSection