From: varialus Date: Mon, 27 Aug 2012 04:16:25 +0000 (-0700) Subject: Added rough instructions on how to install Xfce4 plus dependencies. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/6216ff2294e69b44929da6a837ce98a906ce6c18?ds=sidebyside Added rough instructions on how to install Xfce4 plus dependencies. --- diff --git a/varialus/index.mdwn b/varialus/index.mdwn index 71fd4ef4..0d14f52a 100644 --- a/varialus/index.mdwn +++ b/varialus/index.mdwn @@ -80,11 +80,32 @@ The following testing is being done with a root account and no user account. Add *DragonFly BSD 3.1-DEVELOPMENT Non-GUI Instructions* -Get a list of which packages would be included if Xfce was installed from source. If you haven't already done so, [create and update the pkgsrc tree](http://www.dragonflybsd.org/docs/howtos/HowToPkgsrc/#index2h2). +Get a list of which packages would be included if Xfce was installed from source. If you haven't already done so, [create and update the pkgsrc tree](http://www.dragonflybsd.org/docs/howtos/HowToPkgsrc/#index2h2). Running make pkgsrc-create failed for me when I ran it in my virtual machine with 2 GB, but succeeded when I ran it with 3171 MB. cd /usr/ make pkgsrc-create make pkgsrc-update + cd /usr/pkgsrc/meta-pkgs/xfce4 + pkgin update + pkgin in `cat Makefile | grep-E" xfce4. * mk "| sed-e 's / .include. * \ / xf / xf / g'-e 's / \ /. * / / g' | tr - d "\ n" ` pkgin in `cat Makefile | grep -E "xfce4.*mk" | sed -e 's/.include.*\/xf/xf/g' -e 's/\/.*/ /g' | tr -d "\n"` + pkg_radd modular-xorg + ls /dev/ + +Log into another console window by pressing Ctrl-Alt-F2 or in VirtualBox, Alt-F2. + + man moused + +Scroll down until you find where it mentions mouse dev names. + + ee /etc/X11/xorg.conf + +Comment out the /dev/sysmouse line by putting a # in front of it. Add the following line. + + Option "Device" "/dev/psm0" + +Except replace psm0 with whichever mouse you've got listed in /dev. Then save the file. + + startxfce4 *DragonFly BSD 3.0.2 GUI Instructions*