mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
24
Base/usr/share/man/man1/chres.md
Normal file
24
Base/usr/share/man/man1/chres.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
## Name
|
||||
|
||||
chres - change display resolution
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ chres <width> <height> [scale factor]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`chres` changes the display resolution to <width>x<height>@<scale factor>x.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
# Change resolution to 1920x1080, scale 2x:
|
||||
$ chres 1920 1080 2
|
||||
```
|
||||
|
||||
## Files
|
||||
|
||||
* `/tmp/portal/window` to communicate with WindowServer
|
Loading…
Add table
Add a link
Reference in a new issue