Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jun 1999 16:14:29 -0700
From:      Jake Burkholder <jake@checker.org>
To:        hackers@FreeBSD.ORG
Subject:   Re: [Fwd: Good news from NVIDIA] 
Message-ID:  <19990603231429.B308DCF@io.checker.org>
In-Reply-To: Your message of "Thu, 03 Jun 1999 12:42:43 CDT." <199906031242430200.0D4A7C54@192.168.0.99> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
 
I spent most of the day recompiling X and what not.
All the patches applied cleanly, there are some rejects with MESA,
but I think that has to do with tags and comments at the beginning of
files.
 
Everything compiled fine, and the module loads, now I just need to
get my hands on quake2 :)
 
my video card is a RIVA 128, pci.
Seems like they've improved 2d accel quite a bit.
 
Here are the steps I took:
 
cd /usr/ports/x11/XFree86/;
make fetch extract patch;
patch < XFree86-3_3_3_1.diff;
 
read the README for the glx module, and make some changes to
/usr/ports/x11/XFree86/work/xc/config/cf/xf86site.def.
I changed #define BuildGlxExt             NO
to YES.  The readme says that's the default, so this may not be
necesary.
 
make;
make FORCE_PKG_REGISTER=yes install;
 
cd /usr/ports/graphics/Mesa3;
make fetch extract patch;
patch < Mesa-3_0.diff;
make install;
 
cd glx-0.99;
 
edit the Config file and set XSERVTOP = /usr/ports/x11/XFree86/work/xc
and MESATOP = /usr/ports/graphics/Mesa3/work/Mesa-3.0
 
xmkmf;
make Makefile;
make Makefiles;
make;
make install;
 
then edit /etc/XF86Config and add
 
Load "glx.so"
 
to the modules section, and restart your X server.
 
In the output of startx you should see something about loading GLX module.
 
Most Cool.  I'd appreciate if someone with quake 2 handy could let me know
if it works...

Jake
-- 
linux -- the operating system for kiddies, written by kiddies.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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