17 lines
135 B
Markdown
17 lines
135 B
Markdown
---
|
|
title: "monitor"
|
|
tags: [ "hardware" ]
|
|
---
|
|
See screen size
|
|
|
|
```sh
|
|
xrandr -q
|
|
```
|
|
|
|
Automatically configure:
|
|
|
|
```sh
|
|
xrandr --auto
|
|
```
|
|
|