On 10/01/2016 02:14 AM, Thomas Lübking wrote: > On Fri, Sep 30, 2016 at 07:20:37PM -0400, John Lewis wrote: > >> john@thunderguard:~$ xrandr --output DVI-0 --mode 1920x1080 --pos 1936x0 >> --rotate normal >> xrandr: cannot find mode 1920x1080 > > Ok, like before. > >> john@thunderguard:~$ xrandr --output HDMI-3 --mode 1920x1080 --pos 16x0 >> --rotate normal >> xrandr: cannot find output 0x95 > > WTF? > >> I don't care which output covers 0x0 I just want to have two desktops >> instead of a mirrored setup. > And does this provide it or do you get (other?) errors? > xrandr --output HDMI-3 --auto --rotate normal --output DVI-0 --auto > --rotate normal --right-of HDMI-3 > > Cheers, > Thomas
john@thunderguard:~/.screenlayout$ ./twoscreens2.sh xrandr: cannot find mode 1920x1080 john@thunderguard:~/.screenlayout$ cat twoscreens2.sh #!/bin/sh xrandr --output DisplayPort-3 --off --output HDMI-3 --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-0 --mode 1920x1080 --pos 0x0 --rotate normal Nope _______________________________________________ [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
