*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*