blob: 958ba5dfd26a66f94a1714a4dcb93f79a9c2a216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
|