Subject: Re: video cards
To: None <mark.weinem@onlinehome.de>
From: luc desfosses <desfosses.luc@wanadoo.fr>
List: netbsd-users
Date: 03/15/2006 23:23:05
>
>But XFree86 is the default with NetBSD and the released binary pkgs do
>not work with xorg.
>
I'm doing a i686-pkg that use xorg, with a mk.conf like that:
###############################################################################
# Flag pour optimiser pkgsrc / noyau / source
tree #
###############################################################################
CFLAGS+=-O2 -march=i686 -mcpu=i386
CXXFLAGS=-O2 -march=i686 -mcpu=i386
COPTS+=-O2 -march=i686 -fexpensive-optimizations -ffast-math
-msoft-float -fthread-jumps -fomit-frame-pointer -finline-functions
# Pour faire de xorg le X par defaul
X11_TYPE?=xorg
# Pour faire que les appli mozilla utilise les binaires linux
MOZILLA_USE_LINUX=set
#Les licenses acceptable:
ACCEPTABLE_LICENSES+=lame-license
ACCEPTABLE_LICENSES+=xdoom-license
ACCEPTABLE_LICENSES+=quakedata-license
ACCEPTABLE_LICENSES+=kermit-license
ACCEPTABLE_LICENSES+=no-commercial-use
etc...
Maybe that will interess you.
I'm doing this just for me, so, there will be no gnome,but a lot of
games...! :p
Tell if you want try this.