Change the default orientation to portrait since the mobile UI 40/3240/1
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 28 Mar 2013 19:05:10 +0000 (12:05 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 28 Mar 2013 19:05:10 +0000 (12:05 -0700)
expects this

i386-common/xorg.conf

index 6fa911d..029513f 100755 (executable)
@@ -15,6 +15,7 @@ EndSection
 Section "Monitor"
        Identifier              "Monitor0"
        Option                  "DPMS"  "true"
+       Option                  "Rotate" "left"
 EndSection
 
 Section "ServerFlags"