Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 19:11:54 -0500
From:      Adam Vande More <amvandemore@gmail.com>
To:        Glenn English <ghe@slsware.net>
Cc:        freebsdQuestions <questions@freebsd.org>
Subject:   Re: 10.2 graphics problem
Message-ID:  <CA%2BtpaK1Be4hZ=2U=9%2BGAZ%2BRsA9Zhhz-ztCBgxAcWYxN-o2GgOQ@mail.gmail.com>
In-Reply-To: <0F355724-42C6-4DB4-A470-7AC8D7667CEA@slsware.net>
References:  <8F541F88-2EAE-434C-B52C-43A744F54ADD@slsware.net> <alpine.BSF.2.20.1509151329030.76298@wonkity.com> <E6FDE819-14B8-4906-8E9C-F297341781E7@slsware.net> <alpine.BSF.2.20.1509151859160.69660@wonkity.com> <B06FA0D2-6A5F-4ACC-8034-9AAA64D87446@slsware.net> <55FADDE7.9000702@bananmonarki.se> <0F355724-42C6-4DB4-A470-7AC8D7667CEA@slsware.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 17, 2015 at 5:28 PM, Glenn English <ghe@slsware.net> wrote:

> Does anyone know of an accurate set of instructions on the 'Net for a BSD
> install.
>

The 4 cmd Desktop Environment example:

Start w/ a clean FreeBSD Vbox guest w/ a user added who is also in the
wheel group:

Add to the following to the indicated files:

## /etc/fstab
proc                    /proc           procfs  rw              0       0
## /etc/rc.conf
kdm4_enable="YES"
dbus_enable="YES"
hald_enable="YES"
vboxguest_enable="YES"
vboxservice_enable="YES"
## /etc/sysctl.conf
kern.ipc.shmall=32768
kern.ipc.shmmni=1024
kern.ipc.shmseg=1024

# pkg install -y xorg x11/kde4 virtualbox-ose-additions && shutdown -r now

Login as the non-root user.

A bare metal install can omit the vbox sections and even this minimal
example includes more than is needed.

-- 
Adam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BtpaK1Be4hZ=2U=9%2BGAZ%2BRsA9Zhhz-ztCBgxAcWYxN-o2GgOQ>