From: florianh Date: Sat, 27 Nov 2010 17:23:22 +0000 (-0800) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/d0f4eeeb2dbea083ee205f6dc3e26bf82d483146 --- diff --git a/docs/how_to_get_to_the_desktop/index.mdwn b/docs/how_to_get_to_the_desktop/index.mdwn index 113a15c0..4ae4b2e9 100644 --- a/docs/how_to_get_to_the_desktop/index.mdwn +++ b/docs/how_to_get_to_the_desktop/index.mdwn @@ -16,13 +16,13 @@ First choose a mirror next to you which provides a git repo containing the pkgsr Now execute as root - # cd /usr && make pkgsrc-create + # cd /usr && make pkgsrc-create to initally create the pkgsrc tree. ### Searching a package Since there are many different packages in the pkgsrc tree you can use a small tool to find the one you are looking for in a short time. For example if you are looking for the ruby package just do -# pkg_search ruby + # pkg_search ruby and you will get a list of packages containing ruby in their name. If you want to install the ruby-1.9.2pl0 package now, just do # pkg_search -v ruby-1.9.2pl0 and you will get the path leading to the package. @@ -49,9 +49,78 @@ From time to time you should update your packages, since there will be newer ver ## The X Window System ### Installing the Server +The installation of the X Window System contains a few steps. We will start with the most basic one: Installing the X-Server. +To do so you have to execute as root +# cd /usr/pkgsrc/x11/modular-xorg-server && bmake install clean +or if you want to install it as a binary +# pkg_radd modular-xorg-server + ### Installing appropriate drivers +You now need some input drivers and a video driver for your video card. +If you want to install all input and video drivers so you can test them out install the modular-xorg-drivers package +# cd /usr/pkgsrc/meta-pkgs/modular-xorg-drivers && bmake install clean +or if you want to install them as binaries +# pkg_radd modular-xorg-drivers + +If you know which drivers you need install them on your own needs. They can be found in /usr/pkgsrc/x11/ and are named xf86-