I decided to give FreeBSD another shot, this time with Xfce. So far, so good.
I've installed the bare base system on an old piece of x86 architecture, then, as root, with
and
The issue I now have is that
And +1 to FreeBSD for how quick and smooth this is on an old piece of hardware! Really nice.
I've installed the bare base system on an old piece of x86 architecture, then, as root, with
pkg_add -rv xorg dbus hal xfce4 and the addition of the following lines to /etc/rc.conf
Code:
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
and
cp xorg.conf.new /etc/xorg.conf I can now start Xfce with startx, however, the system will not boot straight into gdm/xfce. This is really only a minor problem as I don't mind logging in and typing startx.The issue I now have is that
startx only loads xfce while logged in as root. When logged in as any other normal user it just starts basic xwin. How do I correct this? Thanks.And +1 to FreeBSD for how quick and smooth this is on an old piece of hardware! Really nice.