summaryrefslogtreecommitdiff
path: root/etc/X11.vax/xorg.conf
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-08-05 06:34:20 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-08-05 06:34:20 +0000
commit427d777742df37c4a4f30c14b4b6fb039c4ca787 (patch)
treee03932ff5c1d621422092d393885d962d2d9a38d /etc/X11.vax/xorg.conf
parent4efce8b58e53feee2d584824813443607cb0b24b (diff)
Start updating README and xorg.conf file for 4.8. ok miod@.
sparc64 still needs to be checked and updated.
Diffstat (limited to 'etc/X11.vax/xorg.conf')
-rw-r--r--etc/X11.vax/xorg.conf55
1 files changed, 0 insertions, 55 deletions
diff --git a/etc/X11.vax/xorg.conf b/etc/X11.vax/xorg.conf
deleted file mode 100644
index 6e48e384c..000000000
--- a/etc/X11.vax/xorg.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-Section "ServerLayout"
- Identifier "wsfb"
- Screen 0 "Screen0" 0 0
- InputDevice "wsmouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
-EndSection
-
-Section "Files"
- FontPath "/usr/X11R6/lib/X11/fonts/misc/"
- FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
- FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
- FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
-EndSection
-
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "Protocol" "wskbd"
- Option "Device" "/dev/wskbd0"
- Option "XkbRules" "xorg"
- Option "XkbModel" "lk401"
-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