Jump to content
CommandLine726

Rotate the screen 180 degrees

Recommended Posts

Hi!

How do you rotate the screen 180 degrees? I have an original Raspberry touchscreen installed on an Asus Tinker Board S running Tinker OS and the image is upside down, I would like to rotate it 180 degrees, how do I do that?

Thanks

Share this post


Link to post
Share on other sites

hello @CommandLine726

sorry for the very late reply. unfortunaly if you're using a dsi panel there's no way to rotate the screen; however if you're using a hdmi monitor, you cand rotate the screen by editing the /etc/X11/xorg.conf.d/20-modesetting.conf

1. sudo su
2. cat /etc/X11/xorg.conf.d/20-modesetting.conf 
			(if the configuration exisits, you will see the last section: 
			Section	"Monitor"
  			Identifier	"Default Monitor"
    			Option	"Rotate" "normal")

3. vim /etc/X11/xorg.conf.d/20-modesetting.conf
change the Option "Rotate" "normal" to "inverted" "normal"

4. reboot now

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...