Glen Snyder wrote:

> (WW) TDFX: Chipset "Voodoo3" in Device section "Card0" isn't valid for
> this driver

Looking at your log file it seems X is grinding to a halt because it does not 
recognize the chipset "Voodoo3" in your Device Section. Try deleting this 
line so that X4 can probe for your chipset. 

> And here's XF86Config!
>
> Section "ServerLayout"
>       Identifier     "XFree86 Configured"
>       Screen      0  "Screen0" 0 0

Why all these zero's ?

>       InputDevice    "Mouse0" "CorePointer"
>       InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
>       RgbPath      "/usr/X11R6/lib/X11/rgb"
>       ModulePath   "/usr/X11R6/lib/modules"
>       FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
>
> Section "Module"
>       Load  "dri-old.libdri"
>       Load  "dbe"
>       Load  "dri"

You appear to be trying to load 2 dri modules, surely that can't be right, 
choose one or the other.


>       Load  "extmod"
>       Load  "glx"
>       Load  "pex5"
>       Load  "record"
>       Load  "xie"
> EndSection
>
> Section "InputDevice"
>       Identifier  "Keyboard0"
>       Driver      "keyboard"
>       Option      "XkbRules" "xfree86"
>       Option      "XkbModel" "microsoft"
>       Option      "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
>       Identifier  "Mouse0"
>       Driver      "mouse"
>       Option      "Protocol" "Microsoft"
>       Option      "Device" "/dev/mouse"
> EndSection
>
> Section "Monitor"
>       Identifier   "Monitor0"
>       VendorName   "VSC"
>       ModelName    "A75f"
>       HorizSync    31.5 - 64.3
>       VertRefresh  50.0 - 160.0
> EndSection
>
> Section "Device"
>       Identifier  "Card0"
>       Driver      "tdfx"
>       VendorName  "3dfx Interactive"
>       BoardName   "Voodoo3"
>       ChipSet     "Voodoo3"

Your chipset line is wrong, I don't know offhand what it should be. Delete it 
and let X autoprobe.

>       BusID       "PCI:1:0:0"
> EndSection
>
> Section "Screen"
>       Identifier "Screen0"
>       Device     "Card0"
>       Monitor    "Monitor0"

Specify a default depth. For example
               Depth       16

>       SubSection "Display"
>               Depth     1

Most people specify screen modes to use here. For example
                            Modes  "640x480" "800x600" "1024x768" 
Be sure your monitor can support these modes
>       EndSubSection

Repeat for other depths

>       SubSection "Display"
>               Depth     4
                            Modes  "640x480" "800x600" "1024x768" 
>       EndSubSection
>       SubSection "Display"
>               Depth     8
                            Modes  "640x480" "800x600" "1024x768" 
>       EndSubSection
>       SubSection "Display"
>               Depth     15
                            Modes  "640x480" "800x600" "1024x768" 
>       EndSubSection
>       SubSection "Display"
>               Depth     16
                            Modes  "640x480" "800x600" "1024x768" 
>       EndSubSection
>       SubSection "Display"
>               Depth     24
                            Modes  "640x480" "800x600" "1024x768" 
>       EndSubSection
> EndSection

-- 
Simon Hepburn.

Reply via email to