Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/etc/etc.zaurus Add sample xorg.conf file f...
details: https://anonhg.NetBSD.org/src/rev/3b45106bd18d
branches: trunk
changeset: 765148:3b45106bd18d
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri May 20 08:40:04 2011 +0000
description:
Add sample xorg.conf file for zaurus.
diffstat:
external/mit/xorg/etc/etc.zaurus/Makefile.inc | 3 +
external/mit/xorg/etc/etc.zaurus/xorg.conf | 57 +++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 0 deletions(-)
diffs (68 lines):
diff -r b1eda21d0095 -r 3b45106bd18d external/mit/xorg/etc/etc.zaurus/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/etc/etc.zaurus/Makefile.inc Fri May 20 08:40:04 2011 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.inc,v 1.1 2011/05/20 08:40:04 tsutsui Exp $
+
+XORGCONF_FILES= etc.${MACHINE}/xorg.conf
diff -r b1eda21d0095 -r 3b45106bd18d external/mit/xorg/etc/etc.zaurus/xorg.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/etc/etc.zaurus/xorg.conf Fri May 20 08:40:04 2011 +0000
@@ -0,0 +1,57 @@
+# $NetBSD: xorg.conf,v 1.1 2011/05/20 08:40:04 tsutsui Exp $
+
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "TouchScreen0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "XkbModel" "sl-c3x00"
+EndSection
+
+Section "InputDevice"
+ Identifier "TouchScreen0"
+ Driver "ws"
+
+ Option "device" "/dev/wsmouse"
+ Option "ZAxisMapping" "4 5"
+
+ Option "MinX" "0"
+ Option "MaxX" "479"
+ Option "MinY" "0"
+ Option "MaxY" "639"
+
+ Option "Rotate" "CW"
+EndSection
+
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+
+ Option "Rotate" "CW"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Sharp"
+ ModelName "Zaurus"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsdisplay0"
+ Monitor "Monitor"
+ DefaultDepth 16
+
+ SubSection "Display"
+ Depth 16
+ EndSubSection
+EndSection
Home |
Main Index |
Thread Index |
Old Index