Packages need to install:
pkg_add -r xorg
pkg_add -r xfce4
Add Lines to add in /etc/rc.conf to allow keyboard and mouse:
hald_enable="YES"
dbus_enable="YES"
Update .xinitrc for user:
This makes X.org server using the xfce4 desktop.
echo "/usr/local/bin/startxfce4" > ~/.xinitrc
Then run command startx.
No comments:
Post a Comment