From 3af9c4c0e8d4d6eecec88259a3f071120ed82361 Mon Sep 17 00:00:00 2001 From: Dru Lavigne Date: Sun, 26 Jul 2015 10:23:02 +0000 Subject: [PATCH] White space fix only. Translators can ignore. Sponsored by: Essen DevSummit Hackathon --- .../books/handbook/x11/chapter.xml | 259 +++++------------- 1 file changed, 64 insertions(+), 195 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index 88ef1b53d4..9f322963c7 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -266,59 +266,6 @@ &prompt.root; pkg install xorg - - Quick Start - - In most cases, &xorg; is - self-configuring. When started without any configuration file, - the video card and input devices are automatically detected and - used. Autoconfiguration is the preferred method, and should be - tried first. - - - - Check if HAL is used by the X - server: - - &prompt.user; pkg info xorg-server | grep HAL - - If the output shows HAL is - off, skip to the next step. If - HAL is on, enable - needed services by adding two entries to - /etc/rc.conf. Then start the - services: - - hald_enable="YES" -dbus_enable="YES" - - &prompt.root; service hald start ; service dbus start - - - - Rename or delete old versions of - xorg.conf: - - &prompt.root; mv /etc/X11/xorg.conf ~/xorg.conf.etc -&prompt.root; mv /usr/local/etc/X11/xorg.conf ~/xorg.conf.localetc - - - - Start the X system: - - &prompt.user; startx - - Test the system by moving the mouse and typing text into - the windows. If both mouse and keyboard work as expected, - see and . - - If the mouse or keyboard do not work, continue with - . - - - -