2022-01-16 18:20:39 +00:00
|
|
|
---
|
|
|
|
title: "monitor"
|
2025-02-11 19:47:50 +00:00
|
|
|
tags: [ "hardware" ]
|
2022-01-16 18:20:39 +00:00
|
|
|
---
|
2020-01-02 00:04:35 +00:00
|
|
|
See screen size
|
|
|
|
|
2025-02-12 14:01:15 +00:00
|
|
|
```sh
|
|
|
|
xrandr -q
|
|
|
|
```
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
Automatically configure:
|
|
|
|
|
2025-02-12 14:01:15 +00:00
|
|
|
```sh
|
|
|
|
xrandr --auto
|
|
|
|
```
|
2020-01-02 00:04:35 +00:00
|
|
|
|