User Tools

Site Tools


howto:monitors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:monitors [2025/08/16 22:56] Wulf Rajekhowto:monitors [2025/08/19 00:18] (current) Wulf Rajek
Line 33: Line 33:
 https://superuser.com/questions/630555/turning-displayport-monitor-off-disables-monitor-completely https://superuser.com/questions/630555/turning-displayport-monitor-off-disables-monitor-completely
  
 +https://unix.stackexchange.com/questions/584088/how-can-i-get-stable-video-output-names
 +
 +
 +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://github.com/phillipberndt/autorandr
 +https://packages.debian.org/sid/all/autorandr/download
 +<code>
 +wget http://ftp.de.debian.org/debian/pool/main/a/autorandr/autorandr_1.15-1_all.deb
 +sudo dpkg -i autorandr_1.15-1_all.deb
 +rm autorandr_1.15-1_all.deb
 +autorandr --match-edid --save user
 +</code>
 +
 +https://askubuntu.com/questions/1333688/how-to-get-external-monitor-to-reconnect-after-sleep-or-power-off
 +
 +
 +https://wiki.archlinux.org/title/AMDGPU
howto/monitors.1755381368.txt.gz · Last modified: by Wulf Rajek