summaryrefslogtreecommitdiff
path: root/etc/X11.macppc
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/X11.macppc
parentc9b928f9d82b39ae5882dba53d9434b1ddcec30e (diff)
default xorg.conf for some architectures
Diffstat (limited to 'etc/X11.macppc')
-rw-r--r--etc/X11.macppc/xorg.conf71
1 files changed, 71 insertions, 0 deletions
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
+
+