Index: chapter.xml
===================================================================
--- chapter.xml
+++ 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
- .
-
-
-
-