Solved GNOME doesn't start on Acer Aspire One netbook

Hello,

I installed FreeBSD on my netbook Acer Aspire One and I also installed GNOME. I used these instructions:
  • nano /etc/pkg/FreeBSD.conf and change the line
    Code:
    url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
    to
    Code:
    url: "pkg+http://pkg.FreeBSD.org/${ABI}/release/0/",
  • pkg update
  • pkg install xorg
  • pkg install gnome2
  • nano /etc/fstab and add this line:
    Code:
    proc /proc procfs rw 0 0
  • nano /etc/rc.conf and add these lines:
    Code:
    dbus_enable="YES"
    hald_enable="YES"
    gdm_enable="YES"
    gnome_enable="YES"
  • Reboot.
These instructions work on my PC.

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

  • upload_2014-10-26_6-52-36.gif
    upload_2014-10-26_6-52-36.gif
    42 bytes · Views: 223
Last edited by a moderator:
Back
Top