TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

q3



Now that I have my scsi card working and a fresh install of RH6.1 working I thought I would try to get q3 working on my machine. Here is what I did.....

I have a vodoo 2 and matrox Mystique 220 on my system. I installed Device3Dfx-2.3-3.src.rpm and Glide_V2-3.01-1.i386.rpm  from linux.3dfx.com/open_source/download/voodoo2.htm..

All went well this is is the output from the install.

[root@rray3 /root]# rpm --rebuild Device3Dfx-2.3-3.src.rpm
Installing Device3Dfx-2.3-3.src.rpm
Executing: %prep
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf Device3Dfx-2.3
+ /bin/mkdir -p Device3Dfx-2.3
+ cd Device3Dfx-2.3
+ /bin/gzip -dc /usr/src/redhat/SOURCES/Device3Dfx.tar.gz
+ tar -xvvf -
-rw-r--r-- joseph/joseph 20019 1999-12-22 18:13:39 3dfx_driver.c
-rw-rw-r-- joseph/joseph  3112 1999-12-22 18:11:49 Makefile
-rw-rw-r-- joseph/joseph  1064 1999-12-22 18:03:55 kinfo.c
-rw-r--r-- joseph/joseph 28304 1999-12-22 18:13:30 mtrrs.c
+ STATUS=0
+ [ 0 -ne 0 ]
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ exit 0
Executing: %build
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd Device3Dfx-2.3
+ make OPT_CFLAGS=-O2 -m486 -fno-strength-reduce
gcc -o kinfo kinfo.c
./kinfo
gcc -O2 -m486 -fno-strength-reduce -DMODULE -D__KERNEL__ -I/usr/src/linux/include -pipe -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 -c -o 3dfx.o 3dfx_driver.c
In file included from /usr/src/linux/include/linux/sched.h:20,
                 from /usr/src/linux/include/linux/mm.h:4,
                 from 3dfx_driver.c:117:
/usr/src/linux/include/linux/smp.h:77: warning: `smp_num_cpus' redefined
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:72: warning: this is the location of the previous definition
/usr/src/linux/include/linux/smp.h:83: warning: `smp_call_function' redefined
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:98: warning: this is the location of the previous definition
In file included from /usr/src/linux/include/linux/sched.h:74,
                 from /usr/src/linux/include/linux/mm.h:4,
                 from 3dfx_driver.c:117:
/usr/src/linux/include/asm/processor.h:96: warning: `cpu_data' redefined
/usr/src/linux/include/linux/modules-smp/i386_ksyms.ver:62: warning: this is the location of the previous definition
+ exit 0
Executing: %install
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd Device3Dfx-2.3
+ make RPM_INSTALL=1 install
+ grep ^/lib/modules/
+ exit 0
Processing files: Device3Dfx
Finding  Provides: (using /usr/lib/rpm/find-provides)...
Finding  Requires: (using /usr/lib/rpm/find-requires)...
PreReq: /bin/sh
Wrote: /usr/src/redhat/RPMS/i386/Device3Dfx-2.3-3.i386.rpm
Executing: --clean
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf Device3Dfx-2.3
+ exit 0
[root@rray3 /root]# rpm -Uvh /usr/src/redhat/RPMS/i386/Device3Dfx-2.3-3.i386.rpmDevice3Dfx                  ##################################################
[root@rray3 /root]#
[root@rray3 /root]# rpm -Uvh Glide_V2-3.01-1.i386.rpm
Glide_V2                    ##################################################
[root@rray3 /root]#

When I run q3 I get the following message.

[root@rray3 q3demo]# ./q3demo
Q3 1.11 linux-i386 Dec  4 1999
----- FS_Startup -----
Current search path:
/root/.q3a/baseq3
./baseq3

----------------------

Running in restricted demo mode.

----- FS_Startup -----
Current search path:
/root/.q3a/demoq3
./demoq3/pak0.pk3 (1387 files)
./demoq3

----------------------
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
--- Common Initialization Complete ---
Opening IP socket: localhost:27960
Hostname: rray3.childrenshc.org
Alias: rray3
IP: 10.10.100.227
----- R_Init -----
...loading libGL.so: QGL_Init: Can't load libGL.so from /etc/ld.so.conf or current dir: libglide2x.so: cannot open shared object file: No such file or directory
failed
...loading libMesaVoodooGL.so: QGL_Init: Can't load libMesaVoodooGL.so from /etc/ld.so.conf or current dir: libglide2x.so: cannot open shared object file: No such file or directory
failed
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Error: GLimp_Init() - could not load OpenGL subsystem

[root@rray3 q3demo]#

doz anyone have a idea on how to solve this problem? Have looked at the FQA for q3, but haven't seen anyone with the same problem. When I run ( /usr/local/glide/bin/test3Dfx) it seems to work  but yet q3 tells me that it can't find gl.

Thanks
Rodney