diff --git a/X.md b/X.md index 9edc2e0..54fab76 100644 --- a/X.md +++ b/X.md @@ -42,6 +42,9 @@ __OPTION 2__ Or you can create specific configuration files under the _"/etc/X11/xorg.conf.d/"_ directory for particular cases. ### SCREEN RESOLUTION +To make changes you generally need to know supported resolutions. +* List supported resolutions +`xrandr` * Generate a modeline `cvt ` * Use that ouput to add changes on the configuration file _"/etc/X11/xorg.conf"_ @@ -53,15 +56,15 @@ EndSection Section "Monitor" Identifier "" - Modeline " + Modeline " Option "PreferredMode" "" - Option "Enable" "True" + Option "Enable" "True" EndSection Section "Screen" Identifier "" Monitor "" - Device "" + Device "" SubSection "Display" Modes "" EndSubSection