You are not logged in.

#1 2006-09-18 13:00:23

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

[xorg] tdfx driver is crashing [solved]

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

#2 2006-09-18 19:59:04

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: [xorg] tdfx driver is crashing [solved]

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

#3 2006-09-18 23:38:13

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

Re: [xorg] tdfx driver is crashing [solved]

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

#4 2006-09-19 08:41:02

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: [xorg] tdfx driver is crashing [solved]

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

Board footer

Powered by FluxBB