diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-04-28 07:04:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-04-28 07:04:51 +0000 |
commit | ace91ab7f9ffaaa44781f4db03241f1e3fb606f4 (patch) | |
tree | 9a6cec9d411982544fece0323d360f924a340420 /distrib/notes/README.i386 | |
parent | 606784b3a6382daa206974e818f6e333400e5a65 (diff) |
Stop providing /usr/X11R6/README. It contains mostly oudated information
and few people found it. Discussed with schwwarze@, sthen@.
Diffstat (limited to 'distrib/notes/README.i386')
-rw-r--r-- | distrib/notes/README.i386 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/distrib/notes/README.i386 b/distrib/notes/README.i386 deleted file mode 100644 index dbcc9f7fc..000000000 --- a/distrib/notes/README.i386 +++ /dev/null @@ -1,32 +0,0 @@ -Post-installation instructions for X.Org on OpenBSD/i386 --------------------------------------------------------- - -Conventions used in this document: - - somename(1) implies that "somename" is a program, and there is a - manual page available in section 1 of the manual pages for further - reading, viewed by typing "man 1 somename". - -1. Start either xenodm(1) or startx(1). - - a. Start xenodm(1), the X display manager by activating xenodm in - /etc/rc.conf.local(8): - - # rcctl enable xenodm - - 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. - -2. If needed, Create the configuration file for your server. - - For many users of X.Org's servers, an xorg.conf file is not needed, - X, will automatically detect and use your hardware. - - For the few cases where your hardware is not properly autodetected - or supported or not supported as you wish, you will have to create - a configuration file. - - See Xorg(1) and xorg.conf(5) for details. - -problem_blurb - -$OpenBSD: README.i386,v 1.12 2017/02/27 21:16:05 matthieu Exp $ |