summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-26 19:35:31 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-26 19:35:31 +0000
commit1bbf79c10209eed220220add2b8657f774d8a46c (patch)
tree30ead1c6cdf4d23167a0dc49f5cf387c42d043a6 /etc
parentc9b928f9d82b39ae5882dba53d9434b1ddcec30e (diff)
default xorg.conf for some architectures
Diffstat (limited to 'etc')
-rw-r--r--etc/X11.alpha/xorg.conf62
-rw-r--r--etc/X11.hp300/xorg.conf62
-rw-r--r--etc/X11.mac68k/xorg.conf59
-rw-r--r--etc/X11.macppc/xorg.conf71
-rw-r--r--etc/X11.sparc/xorg.conf82
-rw-r--r--etc/X11.vax/xorg.conf60
-rw-r--r--etc/X11.zaurus/xorg.conf64
7 files changed, 460 insertions, 0 deletions
diff --git a/etc/X11.alpha/xorg.conf b/etc/X11.alpha/xorg.conf
new file mode 100644
index 000000000..e827102b1
--- /dev/null
+++ b/etc/X11.alpha/xorg.conf
@@ -0,0 +1,62 @@
+Section "ServerLayout"
+ Identifier "TGA wsfb Config"
+ Screen 0 "Screen0" 0 0
+ InputDevice "Mouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/CID/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "type1"
+# Load "freetype"
+ Load "glx"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "pc104"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "Mouse0"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse0"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Generic"
+EndSection
+
+Section "Device"
+ Identifier "Card0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Card0"
+ Monitor "Monitor"
+ SubSection "Display"
+ Depth 8
+ EndSubSection
+ SubSection "Display"
+ Depth 16
+ EndSubSection
+ SubSection "Display"
+ Depth 24
+ EndSubSection
+EndSection
diff --git a/etc/X11.hp300/xorg.conf b/etc/X11.hp300/xorg.conf
new file mode 100644
index 000000000..7ba309b59
--- /dev/null
+++ b/etc/X11.hp300/xorg.conf
@@ -0,0 +1,62 @@
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "wsmouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "freetype"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "keyboard"
+ Option "Protocol" "standard"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "pc101"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "wsmouse0"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Unknown"
+ ModelName "Unknown"
+ HorizSync 31.5-60
+ VertRefresh 50-70
+EndSection
+
+# All frame buffers
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+# All framebuffers
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsdisplay0"
+ Monitor "Monitor"
+ SubSection "Display"
+ Depth 1
+ EndSubSection
+ SubSection "Display"
+ Depth 8
+ EndSubSection
+EndSection
diff --git a/etc/X11.mac68k/xorg.conf b/etc/X11.mac68k/xorg.conf
new file mode 100644
index 000000000..dd00656ad
--- /dev/null
+++ b/etc/X11.mac68k/xorg.conf
@@ -0,0 +1,59 @@
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "wsmouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "freetype"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "keyboard"
+ Option "Protocol" "standard"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "pc101"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "wsmouse0"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Unknown"
+ ModelName "Unknown"
+ HorizSync 31.5-60
+ VertRefresh 50-70
+EndSection
+
+# All frame buffers
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+# All framebuffers
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsdisplay0"
+ Monitor "Monitor"
+ SubSection "Display"
+ Depth 1
+ EndSubSection
+EndSection
diff --git a/etc/X11.macppc/xorg.conf b/etc/X11.macppc/xorg.conf
new file mode 100644
index 000000000..2db363334
--- /dev/null
+++ b/etc/X11.macppc/xorg.conf
@@ -0,0 +1,71 @@
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "Mouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/CID/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "freetype"
+ Load "glx"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "Protocol" "standard"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "macintosh"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "Mouse0"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse"
+ Option "ZAxisMapping" "4 5"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Unknown"
+ ModelName "Unknown"
+# Adjust those to your monitor before using another device than wsfb
+# or you can destroy it !!
+ HorizSync 31.5-60
+ VertRefresh 50-70
+EndSection
+
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsdisplay0"
+ Monitor "Monitor"
+ DefaultDepth 8
+ SubSection "Display"
+ Depth 8
+ EndSubSection
+ SubSection "Display"
+ Depth 16
+ EndSubSection
+ SubSection "Display"
+ Depth 24
+ EndSubSection
+EndSection
+
+
diff --git a/etc/X11.sparc/xorg.conf b/etc/X11.sparc/xorg.conf
new file mode 100644
index 000000000..7f179f3ce
--- /dev/null
+++ b/etc/X11.sparc/xorg.conf
@@ -0,0 +1,82 @@
+#
+# Unaccelerated, single display configuration
+#
+# $OpenBSD: xorg.conf,v 1.1 2007/03/26 19:35:30 matthieu Exp $
+#
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "zsmouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/CID/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "freetype"
+ Load "glx"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "Protocol" "wskbd"
+ Option "Device" "/dev/wskbd0"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "sun"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "zsmouse0"
+ Driver "mouse"
+ Option "Protocol" "SunMouse"
+ Option "Device" "/dev/ttyc"
+ Option "Baudrate" "1200"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Unknown"
+ ModelName "Unknown"
+# Adjust these to your monitor before using device other than wsfb
+# or you could damage it!
+ HorizSync 31.5-60
+ VertRefresh 50-70
+EndSection
+
+# All framebuffers
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+# All framebuffers
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsdisplay0"
+ Monitor "Monitor"
+ SubSection "Display"
+ Depth 1
+ EndSubSection
+ SubSection "Display"
+ Depth 8
+ EndSubSection
+ SubSection "Display"
+ Depth 16
+ EndSubSection
+ SubSection "Display"
+ Depth 24
+ EndSubSection
+ SubSection "Display"
+ Depth 32
+ EndSubSection
+EndSection
diff --git a/etc/X11.vax/xorg.conf b/etc/X11.vax/xorg.conf
new file mode 100644
index 000000000..428bed87f
--- /dev/null
+++ b/etc/X11.vax/xorg.conf
@@ -0,0 +1,60 @@
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "wsmouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "freetype"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "Protocol" "wskbd"
+ Option "Device" "/dev/wskbd0"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "lk401"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "wsmouse0"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse0"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor"
+ VendorName "Unknown"
+ ModelName "Unknown"
+ HorizSync 31.5-60
+ VertRefresh 50-70
+EndSection
+
+# All frame buffers
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+# All framebuffers
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsdisplay0"
+ Monitor "Monitor"
+ SubSection "Display"
+ Depth 8
+ EndSubSection
+EndSection
diff --git a/etc/X11.zaurus/xorg.conf b/etc/X11.zaurus/xorg.conf
new file mode 100644
index 000000000..f147ab3ce
--- /dev/null
+++ b/etc/X11.zaurus/xorg.conf
@@ -0,0 +1,64 @@
+Section "ServerLayout"
+ Identifier "wsfb"
+ Screen 0 "Screen0" 0 0
+ InputDevice "TouchScreen0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+EndSection
+
+Section "Files"
+ RgbPath "/usr/X11R6/lib/X11/rgb"
+ FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "freetype"
+ Load "glx"
+ Load "extmod"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "Protocol" "standard"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "zaurus"
+ Option "XkbLayout" "us"
+EndSection
+
+Section "InputDevice"
+ Identifier "TouchScreen0"
+ Driver "ws"
+ Option "device" "/dev/wsmouse"
+ Option "ZAxisMapping" "4 5"
+ # this can be used to use the screen in vertical mode
+ # Option "Rotate" "CCW"
+EndSection
+
+Section "Device"
+ Identifier "Wsdisplay0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+ # Comment out to use the screen in vertical mode
+ 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
+
+