hi reiner and all, thanks for replying!
i have console and 2D X going perfectly. unfortunately, my system seems to hang when quake 3 loads in. i'm praying that you can tell me what might be wrong. i ... need ... quake ... i'm running 2.4.0test11. kernel config options are shown below: CONFIG_AGP=y # CONFIG_AGP_INTEL is not set # CONFIG_AGP_I810 is not set # CONFIG_AGP_VIA is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_ALI is not set CONFIG_DRM=y CONFIG_DRM_TDFX=y plus, i got rid of everything except for glide version 3: un glide-v2 <none> (no description available) un glide-v3 <none> (no description available) un glide-vg <none> (no description available) pn glide2-base <none> (no description available) pn glide2-bin <none> (no description available) un glide2x-sdk <none> (no description available) un libggi-target- <none> (no description available) un libglide-dev <none> (no description available) pn libglide2 <none> (no description available) pn libglide2-dev <none> (no description available) pn libglide2-v2 <none> (no description available) pn libglide2-v3 <none> (no description available) pn libglide2-vg <none> (no description available) ii libglide3 2000.11.02.06 Graphics library for 3Dfx Voodoo un llibglide-dev <none> (no description available) pn mesag-glide2-d <none> (no description available) un mesag3-glide <none> (no description available) pn mesag3-glide2 <none> (no description available) i know this isn't much to go on, but can you take a guess as to what might be happening? basically, when i run quake3, the screen goes black and the keyboard/mouse lose focus. i have to ssh in from another local machine to reboot. :( thanks! pete On Sat 09 Dec 00, 4:52 PM, reiner said... > 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 > -- ---------------------------------------------------------------- linux To err is human, to forgive is divine. [EMAIL PROTECTED] _ To oink is porcine, to meow is feline. http://www.dirac.org/p ._. To neigh is equine to howl is lupine, /v\ To moo is bovine to bleat is ovine. // \\ ---------------------------------------------------------------- ^^ ^^ The best way to accelerate a win95 system is at 9.81 m/s^2 rules
pgpasrBB9k6FW.pgp
Description: PGP signature