Hello,
I installed FreeBSD on my netbook Acer Aspire One and I also installed GNOME. I used these instructions:
FreeBSD starts but GNOME doesn't start, there is only a black screen. FreeBSD works without GNOME. It must be about the network card. Any solution for this?
I installed FreeBSD on my netbook Acer Aspire One and I also installed GNOME. I used these instructions:
nano /etc/pkg/FreeBSD.confand change the line
toCode:url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
Code:url: "pkg+http://pkg.FreeBSD.org/${ABI}/release/0/",pkg updatepkg install xorgpkg install gnome2nano /etc/fstaband add this line:
Code:proc /proc procfs rw 0 0nano /etc/rc.confand add these lines:
Code:dbus_enable="YES" hald_enable="YES" gdm_enable="YES" gnome_enable="YES"- Reboot.
FreeBSD starts but GNOME doesn't start, there is only a black screen. FreeBSD works without GNOME. It must be about the network card. Any solution for this?
Attachments
Last edited by a moderator: