Hello.
I am a total newbie at FreeBSD. I installed FreeBSD 11.1, and followed the steps given at https://www.freebsd.org/doc/handbook/x11-wm.html
After running
So I tried
As a user of wheel group. It returned me the normal command prompt again. But startx gave me the same error again.
I have an Intel core 2 duo processor (centrino, 2 GHz), 1GB RAM, 120GB HDD. I have windows 7 on one partition, Linux mint 7 on other, and freebsd on third. (I edited grub to have access to all three). The partition system is as follows:
I have the swap partition outside freebsd's nested partition.
How do I get the xfce started?
I am a total newbie at FreeBSD. I installed FreeBSD 11.1, and followed the steps given at https://www.freebsd.org/doc/handbook/x11-wm.html
After running
pkg install xfce
as root (it installed, i think), I tried "startx" I got "command not found".So I tried
% echo "exec /usr/local/bin/startxfce4 --with-ck-launch" > ~/.xinitrc
As a user of wheel group. It returned me the normal command prompt again. But startx gave me the same error again.
% echo "#!/bin/sh" > ~/.xsession
gave me error "event not found".I have an Intel core 2 duo processor (centrino, 2 GHz), 1GB RAM, 120GB HDD. I have windows 7 on one partition, Linux mint 7 on other, and freebsd on third. (I edited grub to have access to all three). The partition system is as follows:
Code:
FREEBSD (total 20GB)
-freebsd-ufs 2GB /
-freebsd-ufs 2GB /var
-freebsd-ufs 2GB /tmp
-freebsd-ufs 14GB /usr
How do I get the xfce started?
Last edited: