Start updating README and xorg.conf file for 4.8. ok miod@.
sparc64 still needs to be checked and updated.
This commit is contained in:
parent
c2b89fcb39
commit
5c91d4a314
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/05/08 14:15:29 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/08/05 06:34:19 matthieu Exp $
|
||||
|
||||
FILE= README.${MACHINE}
|
||||
|
||||
@ -15,8 +15,7 @@ install: ${FILE}.generated
|
||||
if [ -d ${DESTDIR}/var/db/pkg/${set}-${OSREV} ]; then \
|
||||
${INSTALL_DATA} DESCR.${set} \
|
||||
${DESTDIR}/var/db/pkg/${set}-${OSREV}/+DESCR; \
|
||||
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 755 \
|
||||
DEINSTALL \
|
||||
${INSTALL_DATA} DEINSTALL \
|
||||
${DESTDIR}/var/db/pkg/${set}-${OSREV}/+DEINSTALL; \
|
||||
fi
|
||||
.endfor
|
||||
|
@ -3,8 +3,7 @@ Post-installation instructions for X.Org on OpenBSD/alpha
|
||||
|
||||
OpenBSD uses the X.Org X server on alpha.
|
||||
|
||||
Currently, TGA video hardware as well as a few VGA cards are
|
||||
supported.
|
||||
Currently, only TGA video cards are supported.
|
||||
|
||||
The wsfb driver supports the TGA as a dumb framebuffer at 8 or 24 bits
|
||||
per pixel, depending on the card model.
|
||||
@ -12,28 +11,6 @@ A default /etc/X11/xorg.conf is installed that uses this driver. So
|
||||
you can just use 'startx' or xdm to start X without further
|
||||
configuration.
|
||||
|
||||
VGA cards support is available only on BWX based machines.
|
||||
The following cards have been successfully tested:
|
||||
|
||||
* 3DFX Interactive Banshee
|
||||
* 3DLabs Permedia 2 (8, 15, 16 and 24 bits depth)
|
||||
* ATI Rage Pro (works with 'Option "NoAccel"')
|
||||
* ATI Rage 128
|
||||
* Cirrus Logic CL5430 (works with 'Option "NoAccel"')
|
||||
* Cirrus Logic GD5446 (8, 16 and 24 bits depth)
|
||||
* Matrox MGA 2064 (8, 16 and 24 bits depth)
|
||||
|
||||
Make sure your system has support for X enabled:
|
||||
|
||||
You must have 'option APERTURE' in your kernel configuration and
|
||||
uncomment the line that says:
|
||||
|
||||
machdep.allowaperture=1
|
||||
|
||||
in /etc/sysctl.conf. See xf86(4) for more details about security
|
||||
issues related to this. After changing this variable in sysctl.conf,
|
||||
you will need to reboot for the change to take effect.
|
||||
|
||||
See the tga(4) manual page for instructions on setting
|
||||
the resolution of a TGA card.
|
||||
|
||||
@ -48,4 +25,4 @@ Start either xdm(1) or startx(1).
|
||||
|
||||
problem_blurb
|
||||
|
||||
$OpenBSD: README.alpha,v 1.2 2008/08/31 07:33:29 matthieu Exp $
|
||||
$OpenBSD: README.alpha,v 1.3 2010/08/05 06:34:19 matthieu Exp $
|
||||
|
@ -7,9 +7,8 @@ Currently, the X server is supported on the Lemote Yeelong and EMTEC
|
||||
Gdium Liberty netbooks with a smfb(4) frame buffer. The wsfb driver
|
||||
provides an unaccelerated frame buffer for use with the X server.
|
||||
|
||||
The default /etc/X11/xorg.conf which is installed, provides a ready-to-run
|
||||
configuration. Due to the current lack of dynamic object lazy binding on
|
||||
OpenBSD/loongson, A few modules modules need to be force loaded.
|
||||
No xorg.conf is needed in this configuration, unless you want to
|
||||
change default options.
|
||||
|
||||
To start xdm, the X display manager, activate the xdm_flags option in
|
||||
/etc/rc.conf. You will need to disable the console getty in /etc/ttys.
|
||||
@ -18,4 +17,4 @@ Alternatively, you can log in at the console and run `startx'.
|
||||
|
||||
problem_blurb
|
||||
|
||||
$OpenBSD: README.loongson,v 1.2 2010/02/13 09:15:16 matthieu Exp $
|
||||
$OpenBSD: README.loongson,v 1.3 2010/08/05 06:34:19 matthieu Exp $
|
||||
|
@ -7,9 +7,8 @@ Currently, the X server is only supported on SGI O2 workstations with a gbe(4)
|
||||
frame buffer. The wsfb driver provides an unaccelerated frame buffer for use
|
||||
with the X server.
|
||||
|
||||
The default /etc/X11/xorg.conf which is installed, provides a ready-to-run
|
||||
configuration. Due to the current lack of dynamic object lazy binding on
|
||||
OpenBSD/sgi, a few modules need to be force loaded.
|
||||
No xorg.conf is needed in this configuration, unless you want to
|
||||
change default options.
|
||||
|
||||
To start xdm, the X display manager, activate the xdm_flags option in
|
||||
/etc/rc.conf. You will need to disable the console getty in /etc/ttys.
|
||||
@ -18,4 +17,4 @@ Alternatively, you can log in at the console and run `startx'.
|
||||
|
||||
problem_blurb
|
||||
|
||||
$OpenBSD: README.sgi,v 1.4 2010/01/31 22:11:35 matthieu Exp $
|
||||
$OpenBSD: README.sgi,v 1.5 2010/08/05 06:34:19 matthieu Exp $
|
||||
|
@ -1,24 +1,8 @@
|
||||
Post-installation instructions for X.Org on OpenBSD/vax
|
||||
-------------------------------------------------------
|
||||
|
||||
Currently, an X server is supported on the VAXstation 4000 models
|
||||
with either lcg(4) or lcspx(4) frame buffers. Other frame buffers
|
||||
are not supported yet, even though some of them are supported by
|
||||
the OpenBSD kernel.
|
||||
|
||||
Typical Xorg use on VAX machines requires no special configuration.
|
||||
The provided /etc/X11/xorg.conf will work in most setups.
|
||||
|
||||
You can run the X server either with xdm(1) or startx(1).
|
||||
|
||||
a. Start xdm(1), the X display manager by activating the xdm_flags option
|
||||
in /etc/rc.conf(8) or /etc/rc.conf.local(8). You do not need to disable
|
||||
the console getty.
|
||||
|
||||
b. Start startx(1) from a console shell. It is the X script that starts
|
||||
the X server and a few X applications, including a window manager.
|
||||
|
||||
There is no X server for vax. Only userland X.
|
||||
|
||||
problem_blurb
|
||||
|
||||
$OpenBSD: README.vax,v 1.1.1.1 2006/11/27 11:25:45 matthieu Exp $
|
||||
$OpenBSD: README.vax,v 1.2 2010/08/05 06:34:19 matthieu Exp $
|
||||
|
@ -1,11 +0,0 @@
|
||||
#
|
||||
# $OpenBSD: xorg.conf,v 1.1 2010/01/31 14:28:45 matthieu Exp $
|
||||
#
|
||||
# Force loading of modules
|
||||
#
|
||||
Section "Module"
|
||||
Load "shadow"
|
||||
Load "fb"
|
||||
Load "dri"
|
||||
Load "dri2"
|
||||
EndSection
|
@ -1,11 +0,0 @@
|
||||
#
|
||||
# $OpenBSD: xorg.conf,v 1.4 2009/12/12 09:37:22 matthieu Exp $
|
||||
#
|
||||
# Force loading of modules
|
||||
#
|
||||
Section "Module"
|
||||
Load "shadow"
|
||||
Load "fb"
|
||||
Load "dri"
|
||||
Load "dri2"
|
||||
EndSection
|
@ -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"
|
||||
SubSectionSub "Display"
|
||||
Depth 8
|
||||
EndSubSection
|
||||
EndSection
|
Loading…
Reference in New Issue
Block a user