howto:monitors
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howto:monitors [2025/08/16 22:49] – created Wuff | howto:monitors [2025/08/19 00:18] (current) – Wuff | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * Disable DCC/CI in the monitor settings. This will disable bidirectional communication between the monitor and the pc. | * Disable DCC/CI in the monitor settings. This will disable bidirectional communication between the monitor and the pc. | ||
| - | * Enabling DisplayPort 1.2 settings in monitor may help (required for MST anyway) | + | * Enabling |
| * Disabling screensaver/ | * Disabling screensaver/ | ||
| Line 16: | Line 16: | ||
| env DISPLAY=:0 xset dpms force on | env DISPLAY=:0 xset dpms force on | ||
| </ | </ | ||
| + | |||
| + | Removing kernel parameters like the ones below from grub bootloader for the graphics driver may help: | ||
| + | <code - / | ||
| + | # | ||
| + | </ | ||
| + | < | ||
| + | sudo update-grub | ||
| + | </ | ||
| + | |||
| + | If using lightdm or similar and a specific monitor configuration is set, remove or alter it to avoid not being able to see the login screen: | ||
| + | < | ||
| + | sudo vi / | ||
| + | </ | ||
| + | |||
| + | Some Sources: | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | The autorandr package is able to save and restore the settings based on the monitor edid, thus bypassing the issue of the monitors getting re-arranged: | ||
| + | https:// | ||
| + | https:// | ||
| + | < | ||
| + | wget http:// | ||
| + | sudo dpkg -i autorandr_1.15-1_all.deb | ||
| + | rm autorandr_1.15-1_all.deb | ||
| + | autorandr --match-edid --save user | ||
| + | </ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | https:// | ||
howto/monitors.1755380981.txt.gz · Last modified: by Wuff