lk/hardware/monitor.md
2025-02-12 15:01:15 +01:00

17 lines
135 B
Markdown

---
title: "monitor"
tags: [ "hardware" ]
---
See screen size
```sh
xrandr -q
```
Automatically configure:
```sh
xrandr --auto
```