Hello,

I've just gotten around to installing RedHat 7.2 on a new machine.  I'm 
using my Voodoo 5 5500 PCI as the primary display adapter on this 
machine.  Performance is terrible.  Running a few games, I'm getting 
around 15-18fps...  screen redraw / etc, is extremely slow & full of 
artifacts.  Until yesterday, had the card running under Windows 2000 & 
it worked perfectly (so I don't think it's a hardware issue).

Was wondering if any of you were using the voodoo 5 under X (I'm using 
4.1.0) and had any luck with it?

One thing to note, I am using Xinerama for dual display (my secondary 
display is an ATI Xpert 2000 AGP (rage 128)), however I don't think 
that's the cause of the problem as performance still stinks when I 
disable the secondary display.

Currently use KDE, but have noticed the same problems under Gnome 
(sawfish).  Video board is using bios 1.18 (as it has for some time now 
under windows).

I'm running @ 1280x1024, 24bits on both displays at the moment.  Have 
tried knocking it down to 800x600, 16 bits with no improvement.

Here's my X configuration:

============================

Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:7100"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
    Load "fbdevhw"
    Load "pex5"
    Load "dri"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
    Option    "XkbRules"    "xfree86"
    Option    "XkbModel"    "pc105"
    Option    "XkbLayout"    "us"
    #Option    "XkbVariant"    ""
    #Option    "XkbOptions"    ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
    #Compaq V70
    Identifier  "Monitor_0"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   30-64
    VertRefresh 50-100
EndSection

Section "Monitor"
    #NEC Multisync C500
    Identifier  "Monitor_1"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   30.0-69.0
    VertRefresh  50-125.0
EndSection

Section "Device"
    Identifier    "Standard VGA"
    VendorName    "Unknown"
    BoardName    "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    #Voodoo 5
    Identifier  "Card_0"
    Driver      "tdfx"
    VideoRam    65536
    BusID       "PCI:0:11:1"
EndSection

Section "Device"
    #Xpert 2000
    Identifier  "Card_1"
    Driver      "r128"
    VideoRam    32768
    Option      "AGPMode" "2"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    #Voodoo 5 & Compaq V70
    Identifier  "Screen_0"
    Device      "Card_0"
    Monitor     "Monitor_0"
    DefaultDepth 24

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

Section "Screen"
    #Xpert 2000 & NEC C500
    Identifier  "Screen_1"
    Device      "Card_1"
    Monitor     "Monitor_1"
    DefaultDepth 24

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

Section "ServerLayout"
    Identifier  "Dual Layout"
    Screen "Screen_0"
    Screen "Screen_1" LeftOf "Screen_0"
    Option "Xinerama" "on"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection

============================

Any suggestions / tips greatly appreciated!




_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to