Rotate Raspberry Pi screen image
I am using the server software on a raspberry pi 3 touch screen. It works great, however the screen is upside down. Can I rotate it anywhere in the settings? I can remount the screen, but don't really want to do that. Is it somewhere in the terminal application I can do this?
Thanks very much.
Thanks very much.
Comments
Rotate Display
Depending on how you have mounted the display, you may need to rotate the screen. To do this, login and run
and search for a line
A value of 0 is no rotation, 2 = 180°.
Dve
ssh pi@ipnumber
Since windows 10 even windows has the command natively on board, otherwise use putty.
Password is raspberry
export DISPLAY=:0
and then call the program you want on desktop. It will then open in front of the chromium browser.
FYI - using the BTT HDMI5 display HDMI + USB
https://www.repetier-server.com/download-images/
Quote:
Solution one is m our config tool, just go to 8 Run raspi-config 6 Interfaces Options 1 Legacy Camera an select the legacy solution.
Unfortunately this menu is incorrect. Also - why I would go to the legacy camera settings seems unusual.
The second solution provided also does not work:
Reverting to the legacy driver is possible:
1. Run:
sudo raspi-config
Select:
6) Advanced Options
A2) GL Driver
G1) Legacy
2. edit /boot/config.txt e.g.
/usr/share/X11/xorg.conf.d/40-libinput.conf
I have added the transformation solution for touch screen in case someone else needs this. This mainly depends on rotation option. The hdmi rotate solution I used to pi display did not need that, but if display is rotated software side I guess it needs to do the same with input needing this.
Thanks.