Alan Hourihane wrote:
> 
> On Wed, Dec 05, 2001 at 01:10:45PM -0500, Greg A Grotyohann wrote:
> > I installed RH 7.2 on a system with an Elsa Gloria-XL graphics card but
> > the Xserver won't start. I get the following error messages:
> >
> > (WW) GLINT: No matching Device section for instance (BusID PCI:0:16:1)
> > found
> > (WW) GLINT: No matching Device section for instance (BusID PCI:0:16:2)
> > found
> > (EE) No devices detected.
> >
> You need to specify the BusID of the Glint Delta in your XF86Config
> file.
> 
> Alan.

Alan,

Thanks for your reply. I tried specifying the BusID but it didn't help.
Here's a listing of my PCI bus:

00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev
02)
00:0d.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton
II] (rev 01)
00:0d.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE
[Natoma/Triton II]
00:0d.2 USB Controller: Intel Corporation 82371SB PIIX3 USB
[Natoma/Triton II] (rev 01)
00:0e.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 02)
00:10.0 VGA compatible controller: Elsa AG: Unknown device 8901 (rev 16)
00:10.1 Co-processor: 3DLabs GLINT Delta (rev 01)
00:10.2 Display controller: 3DLabs GLINT MX (rev 01)
01:08.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX
[Boomerang]
01:09.0 SCSI storage controller: Adaptec AIC-7881U

Here's my XF86Config-4:

# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"             # Double-buffering
        Load  "GLcore"          # OpenGL support
        Load  "dri"             # Direct rendering infrastructure
        Load  "glx"             # OpenGL X protocol interface
        Load  "extmod"          # Misc. required extensions
        Load  "v4l"             # Video4Linux
        # Load  "pex5"          # PHIGS for X 3D environment (obsolete)
        # Load  "record"        # X event recorder
        # Load  "xie"           # X Image Extension (obsolete)
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"       # TrueType font handler
        # Load  "type1"         # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "us"
EndSection

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

Section "Monitor"
        Identifier " P110"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30 - 107
        VertRefresh 48 - 160
        Option "dpms"
EndSection

Section "Device"
        Identifier "ELSA GLoria-XL"
        Driver "glint"
        BusID "PCI:00:10:2"
        BoardName "Unknown"
#Option "no_accel"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "ELSA GLoria-XL"
        Monitor " P110"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Any help would be greatly appreciated.

Greg
-- 
***************************
Greg A Grotyohann
Sr. Systems Administrator
PTC - End User Services
100 Crosby Drive
Bedford, MA 01730
EMAIL: [EMAIL PROTECTED]
PHONE: (781) 370-7540
FAX: (781) 275-7142
***************************
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to