<div dir="ltr"><div>You can use the old style of options to rotate the screen:</div><div><br></div><div>DISPLAY=:0 xrandr -o left<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 20, 2019 at 7:51 AM djh <<a href="mailto:xorg@howorth.org.uk">xorg@howorth.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've just attached a display to a Pi 3B+. It's an old display attached<br>
through a VGA-HDMI converter (no idea whether that's relevant!). I've<br>
also attached a USB keyboard, though not yet a mouse.<br>
<br>
I want to run the display in portrait mode. When I booted it came up<br>
sideways (in landscape mode) as I expected. I started trying to use<br>
xrandr via ssh to configure the display but haven't figured out how to<br>
get it to work. Here's a sample of some output:<br>
<br>
$ xrandr -display :0 --prop<br>
xrandr: Failed to get size of gamma for output default<br>
Screen 0: minimum 1280 x 1024, current 1280 x 1024, maximum 1280 x 1024<br>
default connected 1280x1024+0+0 0mm x 0mm<br>
        non-desktop: 0 <br>
                supported: 0, 1<br>
   1280x1024      0.00* <br>
$ xrandr -display :0 --output 'default' --rotate left<br>
xrandr: output default cannot use rotation "left" reflection "none"<br>
<br>
 I searched but haven't found any articles that explain my problem. So I<br>
 thought I'd try lxrandr instead. That pops up a dialog box on screen<br>
 saying "Unable to get monitor information!" and prints an error on the<br>
 command line:<br>
<br>
$ lxrandr --display :0<br>
Can't open display<br>
<br>
Somebody then told me how to rotate it 'the pi way', by<br>
editing /boot/config.txt  That worked, but I'd like to understand why<br>
the X way doesn't. I'm also unable to access the display remotely. From<br>
my ssh session on the pi I can launch xeyes for example:<br>
<br>
$ DISPLAY=:0 xeyes<br>
^C  # terminate from keyboard<br>
<br>
and I turned off access control:<br>
<br>
$ DISPLAY=:0 xhost +<br>
access control disabled, clients can connect from any host<br>
<br>
But I can't connect to the pi from another host:<br>
<br>
$ DISPLAY=RpiBplus:0 xeyes<br>
Error: Can't open display: RpiBplus:0<br>
$ ping RpiBplus<br>
PING RpiBplus.fritz.box (192.168.1.22) 56(84) bytes of data.<br>
64 bytes from RpiBplus.fritz.box (192.168.1.22): icmp_seq=1 ttl=64<br>
time=0.314 ms<br>
$ DISPLAY=<a href="http://192.168.1.22:0" rel="noreferrer" target="_blank">192.168.1.22:0</a> xeyes<br>
Error: Can't open display: <a href="http://192.168.1.22:0" rel="noreferrer" target="_blank">192.168.1.22:0</a><br>
<br>
I'd appreciate any suggestion for places to look to explain this<br>
mystery to me, or actual solutions of course :)<br>
<br>
Thanks, Dave<br>
_______________________________________________<br>
<a href="mailto:xorg@lists.x.org" target="_blank">xorg@lists.x.org</a>: X.Org support<br>
Archives: <a href="http://lists.freedesktop.org/archives/xorg" rel="noreferrer" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
Info: <a href="https://lists.x.org/mailman/listinfo/xorg" rel="noreferrer" target="_blank">https://lists.x.org/mailman/listinfo/xorg</a><br>
Your subscription address: %(user_address)s<br>
</blockquote></div>