It every simple to rotate the screen under Ubuntu system.
Edit the file /etc/X11/xorg.conf
Add a “Rotate” option
Section "Device"
Identifier "Mali FBDEV"
Driver "mali"
Driver "fbdev" ## This is what changed
Option "fbdev" "/dev/fb0"
Option "DRI" "false"
Option "DRI2" "true"
Option "DRI2_PAGE_FLIP" "true"
Option "DRI2_WAIT_VSYNC" "false"
Option "Debug" "true"
Option "Rotate" "CW" ## This is what changed
EndSection
Edit the file /etc/X11/xorg.conf
Add a “Rotate” option
Save the file and reboot the pcDuino, you will see the screen ratated.

Leave a Reply
You must be logged in to post a comment.