Once again I call apon the vast knowledge of this list and thank those that have help 
in the past and those in the future.

my quest began when I was wanting to ( for nothing more than shear fun ) try out an 
old voodoo3 300 pci card along w/ my TNT2 770D card.  I had currently been using 2 
TNT2 cards, one AGP and one PCI w/ a few add ons such as DRI GLX and so on.  I use my 
machine for alot of 3D w/ via either blender or moonlight.  my TNT cards seemed to 
work great at this task.  so to make a long story short, I have my voodoo card ( PCI ) 
set as the default video card and my tnt ( AGP ) as secondary.  they are working just 
fine at this but I was wondering if I am missing anything as far as tweaking the 2 
cards out for best possible performance.  sould I attempt to get glide libs for my 
voodoo, and will that help out all that much.  I know that bmrt render tool likes my 
tnt card, but I cant load glx w/ the voodoo card.  it there a workaround or a better 
way to sup up the cards and config that I have. 

thanks in advance.

config to follow:

//--
Section "Module"
# This loads the DBE extension module.
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
#    Load        "glx"
    Load        "dri"
    Load        "GLcore"
    Load        "record"
    Load        "dbe"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/truetype"
#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
        Options "BlankTime" "15"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
    Identifier  "g220"
    HorizSync   35-85
    VertRefresh 48-120
EndSection

Section "Monitor"
    Identifier  "220g"
    HorizSync   30-85
    VertRefresh 48-120
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "tnt"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "3dfx"
    Driver      "tdfx"
    BusID       "PCI:0:13:0"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screena"
    Device      "tnt"
    Monitor     "g220"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screenb"
    Device      "3dfx"
    Monitor     "220g"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection


-- 
Do or do not, there is no try. --Yoda

Jared Lyvers
IT Admin 
Interactive Developer
lowdownandirty.com
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to