john@thunderguard:~/.screenlayout$ cat twoscreens.sh #!/bin/sh xrandr --output HDMI-3 --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-0 --mode 1920x1080 --pos 0x0 --rotate normal john@thunderguard:~/.screenlayout$ ./twoscreens.sh xrandr: cannot find output 0x95
That didn't seem to make a difference. On 09/28/2016 02:46 AM, Thomas Lübking wrote: > On Tue, Sep 27, 2016 at 11:00:13PM -0400, John Lewis wrote: > >> xrandr --output DisplayPort-3 --off >> ... >> DisplayPort-3 disconnected > > No idea why arandr wants to configure a disconnected output, but this is > most likely the cause. Seems an arandr bug. > > Cheers, > Thomas _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s
