You are not logged in.
Hi
when i start latest x-server with tdfx driver my system crashes 1 second after the mouse-cursor is shown. i recompiled xf86-video-tdfx via abs with a newer mesa version, but this doesn't worked eiter.
my card is a 3dfx voodoo 5500, using xorg-server 1.1.1-2 and xf86-video-tdfx 1.2.1-2
my configuration worked without problems with the older version of server and driver
greeting matto
// DAMNiAM //
Offline
Just looking at an old PC with a voodoo 3 3000, I get a black screen with a centred "X" cursor then system freezes hard - no keyboard or mouse.
You could try turning off some of the options, then if it works, turn on the options one by one:
Option "NoAccel" "true"
Option "SWCursor" "true"
Option "DRI" "false"
Option "TexturedVideo" "?"
Option "UsePIO" "on"
Offline
Thank you vacant! That worked for me!
I followed your advice and turned off those options.
my DeviceSetion looks now like this:
Section "Device"
Identifier "voodoo5"
Driver "tdfx"
Option "NoAccel" "true"
EndSection
greetings matto
ps: I noticed the same problems described here http://bbs.archlinux.org/viewtopic.php?t=24993
// DAMNiAM //
Offline
So it's just "Noaccel" causing the freeze? I guess the "noaccel" and "dri" really hit performance but I imagine even with some options crippled it is still better than using "vesa".
Offline