• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinoLinux ApplicationsRotate the screen under Ubuntu on pcDuino
Previous Next

Rotate the screen under Ubuntu on pcDuino

Posted by: Alvin Jin , March 13, 2014

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.

Tags: Linux Applications

Share!
Tweet

Alvin Jin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors