Hi,
You need a recent kernel for 3d/dri support (2.2.18preXX or 2.4.0-testX) (Compile in tdfx support and maybe agpgart-support; in 2.2.18pre tdfx needs agpgart) and you don' need mesa, its part of XFree 4.0.1 You will also need libglide3. Run dexter to get a basic XF86Config-4 file. (Choose tdfx as video-driver) Then change it to your preferences. If you got troubles, look in the XFree86-logfile (/var/log/ XFree86.?.log) I have a voodoo4 4500 AGP (runs nice) At the moment the voodoo5 is supported with single chip vsa100 = same performance like voodoo4 Good luck Reiner Stallknecht<[EMAIL PROTECTED]> As an example, my XF86Config-4 (you don't need the modelines; because the server will use default modes) : # XF86Config-4 (XFree86 server configuration file) generated by Dexter, the # Debian X Configuration tool. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) Section "Files" #FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" #FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" #FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" EndSection Section "Module" Load "ddc" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "bitmap" Load "freetype" Load "speedo" Load "type1" Load "vbe" Load "int10" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc102" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "Resolution" "250" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Device" Identifier "Generic Graphics Device" Driver "tdfx" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30-96 VertRefresh 50-160 #Gamma 1.90 #Gamma Redgamma Greengamma Bluegamma Option "DPMS" UseModes "eizo_f520+voodoo_4" EndSection Section "Modes" Identifier "eizo_f520+voodoo_4" Mode "320x240" DotClock 15.750 HTimings 320 324 372 400 VTimings 240 245 246 262 Flags "Doublescan" EndMode Mode "512x384" DotClock 31.50 HTimings 512 528 592 640 VTimings 384 385 388 408 Flags "-HSync" "-VSync" EndMode Mode "640x480" DotClock 36 HTimings 640 696 752 832 VTimings 480 481 484 509 Flags "-HSync" "-VSync" EndMode Mode "800x600" DotClock 56.30 HTimings 800 832 896 1048 VTimings 600 601 604 631 Flags "+HSync" "+VSync" EndMode Mode "1024x768" DotClock 94.50 HTimings 1024 1072 1168 1376 VTimings 768 769 772 808 Flags "+HSync" "+VSync" EndMode Mode "1152x864" DotClock 108 HTimings 1152 1216 1344 1600 VTimings 864 865 868 900 Flags "+HSync" "+VSync" EndMode EndSection Section "Screen" Identifier "Default Screen" Device "Generic Graphics Device" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" "512x384" "320x240" "1152x864" EndSubSection SubSection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" "512x384" "320x240" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection # end of XF86Config