https://bugzilla.kernel.org/show_bug.cgi?id=100871
--- Comment #15 from Reg <reg at regproctor.com> ---
Hm, I can't edit that last message. Here are a couple of corrections:
Where I showed:
xrandr --output DisplayPort-${1} --mode 1920x1080
sleep
xrandr --output DisplayPort-${1} --mode 2560x1440
It should have been:
xrandr --output DisplayPort-${1} --mode 1920x1080
sleep 5
xrandr --output DisplayPort-${1} --mode 2560x1440
Where I showed:
from /module/...
It should have been:
from /sys/module/...
--
You are receiving this mail because:
You are watching the assignee of the bug.