From 92c882af7883dd0c815477f4878881b4147fca65 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Thu, 28 Mar 2013 12:05:10 -0700 Subject: [PATCH] Change the default orientation to portrait since the mobile UI expects this --- i386-common/xorg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/i386-common/xorg.conf b/i386-common/xorg.conf index 6fa911d..029513f 100755 --- a/i386-common/xorg.conf +++ b/i386-common/xorg.conf @@ -15,6 +15,7 @@ EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" "true" + Option "Rotate" "left" EndSection Section "ServerFlags" -- 2.7.4