Update X.md

This commit is contained in:
mayfrost 2018-12-29 20:33:18 -03:00 committed by GitHub
parent bdb2ce8f23
commit da882beace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
X.md
View File

@ -42,6 +42,9 @@ __OPTION 2__
Or you can create specific configuration files under the _"/etc/X11/xorg.conf.d/"_ directory for particular cases. Or you can create specific configuration files under the _"/etc/X11/xorg.conf.d/"_ directory for particular cases.
### SCREEN RESOLUTION ### SCREEN RESOLUTION
To make changes you generally need to know supported resolutions.
* List supported resolutions
`xrandr`
* Generate a modeline * Generate a modeline
`cvt <WIDTH> <HEIGHT> <REFRESH_RATE>` `cvt <WIDTH> <HEIGHT> <REFRESH_RATE>`
* Use that ouput to add changes on the configuration file _"/etc/X11/xorg.conf"_ * Use that ouput to add changes on the configuration file _"/etc/X11/xorg.conf"_