Update X.md

This commit is contained in:
mayfrost 2018-12-31 02:18:09 -03:00 committed by GitHub
parent c3f165e9a7
commit b8de28ec57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
X.md
View File

@ -44,11 +44,11 @@ Or you can create specific configuration files under the _"/etc/X11/xorg.conf.d/
### SCREEN RESOLUTION ### SCREEN RESOLUTION
To make changes you generally don't need to know supported resolutions but it helps using defaults. To make changes you generally don't need to know supported resolutions but it helps using defaults.
* List supported resolutions * List currently supported resolutions (optional):
`xrandr` `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"_:
``` ```
Section "Device" Section "Device"
Identifier "<DEVICE_NAME>" Identifier "<DEVICE_NAME>"