[oe-commits] David Lanzendörfer : xserver-xorg-conf/htcdream/xorg. conf: Add htcdream specific Xorg.conf

git version control git at git.openembedded.org
Sun Jan 24 07:39:04 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4dc62bce4122ce276e546e215fc2a558e7bea342
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4dc62bce4122ce276e546e215fc2a558e7bea342

Author: David Lanzendörfer <david.lanzendoerfer at o2s.ch>
Date:   Sun Nov  8 02:47:23 2009 +0000

xserver-xorg-conf/htcdream/xorg.conf: Add htcdream specific Xorg.conf

Added xorg.conf for htcdream in xserver-xorg.

Signed-off-by: David Lanzendörfer <david.lanzendoerfer at o2s.ch>

---

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

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
new file mode 100644
index 0000000..8d07550
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
@@ -0,0 +1,81 @@
+Section "Monitor"
+	Identifier "Monitor0"
+	Mode "320x480"
+        	DotClock 0		
+		HTimings 320 320 320 320
+		VTimings 480 480 480 480
+		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 "320x480"
+	EndSubSection
+EndSection                                              
+
+Section "Screen"
+        Identifier "320x480x16"
+        Device  "fbdev"
+        Monitor "Monitor"
+        DefaultFbBpp 16
+        SubSection "Display"
+                Depth 16
+                Modes "320x480"
+        EndSubSection
+EndSection
+
+
+Section "ServerLayout"                                 
+        Identifier      "Builtin Default Layout"                                     
+        Screen  "Framebuffer"        
+	#InputDevice "Trackball" "CorePointer"
+	InputDevice "Touchscreen" "CorePointer"
+        InputDevice "Keyboard" "CoreKeyboard"
+EndSection        
+
+Section "InputDevice"
+    Identifier "Trackball"
+    Driver     "evdev"
+    Option     "Device"        "/dev/input/event2"
+    Option     "ScreenNumber"  "0"
+    Option     "ReportingMode" "Raw"    
+    #Option     "ReportingMode" "Scaled"
+    #Option     "ButtonNumber"  "1"
+    #Option     "SendCoreEvents"
+EndSection
+
+Section "InputDevice"
+	Identifier 	"Touchscreen"
+	Driver     	"tslib"
+	Option     	"Device"        "/dev/input/event1"
+	Option  	"ScreenNumber"  "0"
+	Option 		"CorePointer"           "true"
+	Option          "SendCoreEvents"        "true"
+	Option          "Protocol"              "Auto"
+	Option          "Width"                 "320"
+	Option          "Height"                "480"
+	Option          "EmulateRightButton"    "1"
+	Option		"CorePointer"		"true"
+EndSection
+
+Section "InputDevice"
+        Identifier  "Keyboard"
+        Driver      "kbd"
+        Option      "XkbLayout" "en_US"
+EndSection





More information about the Openembedded-commits mailing list