[oe-commits] Lukas Gorris : [xorg-xserver] add xorg.conf for machine htcleo

git version control git at git.openembedded.org
Fri Jul 2 12:53:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d9d930c48612873ddfabc19620e8bb6290792795
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d9d930c48612873ddfabc19620e8bb6290792795

Author: Lukas Gorris <lukas at htc-linux.org>
Date:   Fri Jul  2 14:52:45 2010 +0200

[xorg-xserver] add xorg.conf for machine htcleo

---

 .../xserver-xorg-conf/htcleo/xorg.conf             |   73 ++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/htcleo/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/htcleo/xorg.conf
new file mode 100644
index 0000000..4153a26
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/htcleo/xorg.conf
@@ -0,0 +1,73 @@
+Section "Monitor"
+	Identifier "Monitor0"
+	Mode "480x800"
+        	DotClock 0		
+		HTimings 480 480 480 480
+		VTimings 800 800 800 800
+		Flags    "-HSync" "-VSync"
+	EndMode
+EndSection    
+
+
+
+Section "Device"                                  
+        Identifier      "fbdev"
+        Driver  "fbdev"
+	Option "ShadowFB" "on" 
+	#Option "Rotate" "CW" 
+EndSection                                                
+
+
+Section "Screen"                                        
+        Identifier "Framebuffer"     
+        Device  "fbdev"            
+        Monitor "Monitor"               
+	DefaultFbBpp 16
+	SubSection "Display"
+		Depth 16
+        	Modes "480x800"
+	EndSubSection
+EndSection                                              
+
+Section "Screen"
+        Identifier "480x800x16"
+        Device  "fbdev"
+        Monitor "Monitor"
+        DefaultFbBpp 16
+        SubSection "Display"
+                Depth 16
+                Modes "480x800"
+        EndSubSection
+EndSection
+
+
+Section "ServerLayout"                                 
+        Identifier      "Builtin Default Layout"                                     
+        Screen  "Framebuffer"        
+	InputDevice "Touchscreen" "CorePointer"
+        InputDevice "Keyboard" "CoreKeyboard"
+EndSection        
+
+Section "InputDevice"
+    Identifier     "Mouse0"
+    Driver         "mouse"
+    Option         "Protocol" "auto"
+    Option         "Device" "/dev/input/mice"
+    Option         "Emulate3Buttons" "no"
+    Option         "ZAxisMapping" "4 5"
+EndSection
+
+
+Section "InputDevice"
+    Identifier     "Touchscreen"
+    Driver         "tslib"
+    Option         "Protocol" "auto"
+    Option         "Device" "/dev/input/event0"
+    Option         "CorePointer"    "true"
+EndSection
+
+Section "InputDevice"
+        Identifier  "Keyboard"
+        Driver      "kbd"
+        Option      "XkbLayout" "en_US"
+EndSection





More information about the Openembedded-commits mailing list