LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware 9.0 + Voodoo 3 (https://www.linuxquestions.org/questions/slackware-14/slackware-9-0-voodoo-3-a-67698/)

Elez 06-24-2003 09:34 AM

Slackware 9.0 + Voodoo 3
 
Can anyone tell me how i get hardware acceleration work on my voodoo 3? :o

C++freak 06-24-2003 11:40 AM

Which module are you using? When I used a Voodoo3 I used tdfx + DRI and I was getting 500+ fps on glxgears.

Elez 06-24-2003 03:01 PM

i recompile my kernel and install dri but still get ~80 FPS on glxgears :(

Elez 06-24-2003 03:08 PM

ouh...my xf86config look like that
.....
Load "glx"
Load "dri"
.....
Section "Device"
Identifier "Voodoo3"
Driver "tdfx"
vendorname "3dfx"
EndSection
.....
Section "DRI"
Mode 0666
EndSection
.....

and lsmod show me tdfx....

lezek 06-24-2003 06:01 PM

if slack 9 is anything like slack 8.1 you'll need to recompile X to fully enable voodoo3 support. the third ('extras') cd is your friend here.

C++freak 06-24-2003 10:24 PM

Ahh yes. Here we are. A thread about how I got mine to work. Take a look. Click Here

Elez 06-25-2003 12:50 AM

ouh...now i install glide_h3_dri-3.10-i386-1.tgz package from 'extra' directory....and all works fine now :D
(Direct Rendering: Yes And FPS ~1200)
Thanks!

leonardotiago 08-28-2003 07:28 AM

3dfx Redering on Slackware 9.0
 
i've installed glide located in "/extra/3dfx" extra files in slackware FTP.

activate on XF86Config

#---------------
Load "glx"
Load "dri"
#---------------
Section
Mode 0666
EndSection
#---------------
#Screen sections
DefaultDepth 16 #enable
# i don't now why it dont work with 24 and 32, maybe its the dri 3dfx driver...
www.dri.sourceforge.net
#---------------

running glxinfo -> direct rendering: Yes

running glxgears -> 7583 frames in 5.0 seconds = 1516.600 FPS !!!!!!!!!!!!!!!

i installed Unreal Tournament, and it's go ok!

:) :D :) :D


All times are GMT -5. The time now is 11:09 PM.