mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b8de28ec577e0fbcb299fdcce1c5baadbde76103
parent c3f165e9a79b1f76497fd9aaf7bd8a21e9716000
Author: mayfrost <mayfrost@cock.li>
Date:   Mon, 31 Dec 2018 02:18:09 -0300

Update X.md
Diffstat:
MX.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/X.md b/X.md @@ -44,11 +44,11 @@ Or you can create specific configuration files under the _"/etc/X11/xorg.conf.d/ ### SCREEN RESOLUTION 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` -* Generate a modeline +* Generate a modeline: `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" Identifier "<DEVICE_NAME>"