• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinoLinux ApplicationsIs It Possible to Rotate Screen in pcDuino?
Previous Next

Is It Possible to Rotate Screen in pcDuino?

Posted by: admin , November 28, 2014

In this post, we shows how to rotate the screen in pcDuino (Ubuntu OS):

We can  add “Rotate” Option in /etc/X11/xorg.conf:

 

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

Save the change, and reboot pcDuino. We will observe the screen rotated!

 

IMG_2521-1024x768

Share!
Tweet

admin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors