Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Mar 2008 15:24:13 -0500
From:      Coleman Kane <cokane@FreeBSD.org>
To:        Laurent Grangeau <thorzero@gmail.com>
Cc:        ports@FreeBSD.org, x11@FreeBSD.org
Subject:   Re: FreeBSD Port: xorg-7.3_1
Message-ID:  <47D052ED.8060409@FreeBSD.org>
In-Reply-To: <1bf0a5b00803061145t2af77050y5485d0e58504a6b4@mail.gmail.com>
References:  <1bf0a5b00803061145t2af77050y5485d0e58504a6b4@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Laurent Grangeau wrote:
> Hi there !
>
> I've been using FreeBSD now for 4 months and it's a great OS. But is there a
> way to install minimal Xorg server without installing the meta-port (and
> thus, without all of the drivers) ?
>
> I'm using portinstall as the installer and I've been able to install
> completely xorg-xserver and nvidia-driver until now, but I'm not able tu
> launch the "startx" script. Where is that damned script (I mean, in which
> package) ?
>
> I'm running minimal install of FreeBSD 7.0.
>
> Regards,
>   
Do this:

cd /usr/ports/x11-drivers/xorg-drivers
make config
(select the drivers you want installed)
pkg_delete -f xf86-\*
make deinstall clean install

--
Coleman Kane




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D052ED.8060409>