From owner-freebsd-multimedia Thu Jan 29 16:46:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29360 for freebsd-multimedia-outgoing; Thu, 29 Jan 1998 16:46:43 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA29351 for ; Thu, 29 Jan 1998 16:46:38 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 29 Jan 1998 19:44:58 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA27045; Thu, 29 Jan 98 19:44:57 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA10107; Thu, 29 Jan 1998 19:44:52 -0500 Message-Id: <19980129194451.28252@ct.picker.com> Date: Thu, 29 Jan 1998 19:44:51 -0500 From: Randall Hopper To: Brian Tao , Amancio Hasty Cc: multimedia@FreeBSD.ORG Subject: Pure3D/GLQuake (was Re: Gack, again! 3DFX cards.) References: <199801040119.RAA07678@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Brian Tao on Sat, Jan 03, 1998 at 11:29:43PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-multimedia" (I know I'm 3 weeks late chiming in on this thread, but I just got to playing with my Pure3D in FreeBSD w/ GLQuake, Mesa, et all last weekend. Works nicely.) Brian Tao: |# ./glquake |[...] |PackFile: ./id1/pak0.pak : gfx/palette.lmp |PackFile: ./id1/pak0.pak : gfx/colormap.lmp |loop 0 |svgali vc ?? 1 |key one 0 |return from key init |./glquake: can't resolve symbol 'fxMesaCreateContext' |# | | At this point, the machine is still running happily, but the |console keyboard mapping is completely hosed, and I have to do a |remote reboot to clear it up. I wouldn't mind so much if it didn't |kill the keyboard... Well, once before I had everything set up quite right I had it dump out on me, and as you say it hosed the console leaving it in some strange mode. Once I got setup, the same thing happened anytime I forgot to run it as root (so glide.so could detect & get at the Voodoo board as I recall). After I cooked a setuid-root perl wrapper script to run glquake, I haven't had any problems since. I'm guessing this whacked-out console state might be libvga not getting an opportunity to reset the terminal back from that pseudo-raw mode Amancio mentioned a while back. But that's just a guess mind you. Randall