mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update X.md
This commit is contained in:
parent
c3f165e9a7
commit
b8de28ec57
6
X.md
6
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>"
|
||||
|
Loading…
Reference in New Issue
Block a user