From owner-svn-doc-head@freebsd.org Sun Jul 26 10:23:04 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D99B29A75A1; Sun, 26 Jul 2015 10:23:03 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8D3CB6A; Sun, 26 Jul 2015 10:23:03 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6QAN37p068964; Sun, 26 Jul 2015 10:23:03 GMT (envelope-from dru@FreeBSD.org) Received: (from dru@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6QAN3HO068963; Sun, 26 Jul 2015 10:23:03 GMT (envelope-from dru@FreeBSD.org) Message-Id: <201507261023.t6QAN3HO068963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dru set sender to dru@FreeBSD.org using -f From: Dru Lavigne Date: Sun, 26 Jul 2015 10:23:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47098 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 10:23:04 -0000 Author: dru Date: Sun Jul 26 10:23:02 2015 New Revision: 47098 URL: https://svnweb.freebsd.org/changeset/doc/47098 Log: White space fix only. Translators can ignore. Sponsored by: Essen DevSummit Hackathon Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jul 26 10:15:23 2015 (r47097) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jul 26 10:23:02 2015 (r47098) @@ -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 - . - - - -