Michel

OK here are the log files and our XF86config-4 file. the BusID in
the XF86config-4 file is correct according to /proc/pci or
lspci. If we do not specify the BusID the Xserver finds the wrong
card (the AGP card) and runs X on it.

> On Sat, 2002-07-27 at 01:08, Daniel Sheltraw wrote: 
> > Hello Xpert list
> > 
> > I have been pulling my hair out over a problem I have been having
> > with a Super Micro P6SBA motherboard with a 440BX chipset. I was
> > wondering if anyone else is having any problems with this board
> > or chipset. I have sent a few emails to Super Micro but so far
> > they have not given me a solution to this problem.
> > 
> > The problem arises in the following situation although it may
> > arise in others. We have a custom application that uses two
> > video cards. The AGP (ATI Radeon 7500) card is driven by our
> custom
> > kernel module while the PCI card (ATI Xpert 98) is driven by X. 
> > We have three machines on which our application is running just
> fine.
> > All three motherboards are from different manufactures. On a
> fourth
> > motherboard, the Super Micro P6SBA, we are having a problem. When
> > we try to startx this machine gives the error \\\"no screens
> found\\\".
> > This is a common error in XFree86 but the important point is that
> > all of the cards are using identical XF86config-4 files except
> > for the option BusID which we set according to the device number
> > found in /proc/pci or by using lspci.
> > 
> > So we have identical graphics cards, identical versions of
> XFree86
> > (4.2), identical (except for BusID in device section) XF86config
> > files on all machines, and even identical monitors but the Super
> Micro
> > machine is not working as expected. We can find no differences in
> the
> > BIOS that we think would be causing this problem and we have 
> > experimented with many different settings.
> > 
> > The /proc/pci system does detect both graphics cards on the Super
> Micro
> > machine and if we set up the XF86 config to use just one the two
> > graphics cards we find that they both function. Therefore it
> > does not appear to be a problem with the graphics cards.
> > 
> > Any ideas what could be going on here?
> 
> Please put up XF86Config files and logs somewhere. Maybe more eyes
> can
> spot something you\'re missing.
> 
> 


Here is the config file
-----------------------
# XFree86 4.0 configuration generated by Xconfigurator
 
Section \"ServerLayout\"
        Identifier \"XFree86 Configured\"
        Screen      \"Screen0\"
        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 \"NEC LCD1530V\"
        VendorName \"Unknown\"
        ModelName  \"Unknown\"
        HorizSync 31 - 60
        VertRefresh 56 - 75
        Option \"dpms\"
EndSection
 
Section \"Device\"
        Identifier \"ATI Rage XL\"
        Driver \"ati\"
        BoardName \"Unknown\"
        BusID \"PCI:0:20:0\"
        Option \"nodri\"
        Option \"NoCompositeSync\"
EndSection
 
Section \"Screen\"
        Identifier \"Screen0\"
        Device \"ATI Rage XL\"
        Monitor \"NEC LCD1530V\"
        DefaultDepth 16
        Option \"NoAccel\"
        Subsection \"Display\"
                Depth 16
                Modes \"1024x768\"
        EndSubSection
EndSection    



and here is the log file
------------------------


XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.7-10 i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: \"/var/log/XFree86.0.log\", Time: Mon Jul 29 09:54:53 2002
(==) Using config file: \"/etc/X11/XF86Config-4\"
(==) ServerLayout \"XFree86 Configured\"
(**) |-->Screen \"Screen0\" (0)
(**) |   |-->Monitor \"NEC LCD1530V\"
(**) |   |-->Device \"ATI Rage XL\"
(**) |-->Input Device \"Mouse0\"
(**) |-->Input Device \"Keyboard0\"
(**) Option \"XkbLayout\" \"us\"
(**) XKB: layout: \"us\"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to \"unix/:7100\"
(==) RgbPath set to \"/usr/X11R6/lib/X11/rgb\"
(==) ModulePath set to \"/usr/X11R6/lib/modules\"
(--) using VT number 7
 
(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: \"bitmap\"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: \"pcidata\"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80003940, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex) 

(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00
hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00
hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80
hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00
hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00
hdr 00
(II) PCI: 00:12:0: chip 10ee,3fc3 card 0000,0000 rev 05 class 04,01,00
hdr 00
(II) PCI: 00:14:0: chip 1002,4752 card 1002,8008 rev 27 class 03,00,00
hdr 00
(II) PCI: 01:00:0: chip 1002,5157 card 1002,013a rev 00 class 03,00,00
hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: \"scanpci\"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: \"scanpci\"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xfaa00000 - 0xfaafffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xe2800000 - 0xf28fffff (0x10100000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:20:0) ATI Mach64 GR rev 39, Mem @ 0x30000000/24,
0x31000000/12
(--) PCI:*(1:0:0) ATI Radeon 7500 QW rev 0, Mem @ 0xe8000000/27,
0xfaaf0000/16,
I/O @ 0xd800/8, BIOS @ 0xfaac0000/17
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [1] -1  0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
        [2] -1  0xfaac0000 - 0xfaadffff (0x20000) MX[B](B)
        [3] -1  0xfaaf0000 - 0xfaafffff (0x10000) MX[B](B)
        [4] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [5] -1  0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [6] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0x31000000 - 0x31000fff (0x1000) MX[B](B)
        [1] -1  0x30000000 - 0x30ffffff (0x1000000) MX[B](B)
        [2] -1  0x0000ef80 - 0x0000ef9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [1] -1  0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
        [2] -1  0xfaac0000 - 0xfaadffff (0x20000) MX[B](B)
        [3] -1  0xfaaf0000 - 0xfaafffff (0x10000) MX[B](B)
        [4] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [5] -1  0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [6] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0x31000000 - 0x31000fff (0x1000) MX[B](B)
        [1] -1  0x30000000 - 0x30ffffff (0x1000000) MX[B](B)
        [2] -1  0x0000ef80 - 0x0000ef9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B](0x10000) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [6] -1  0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
        [7] -1  0xfaac0000 - 0xfaadffff (0x20000) MX[B](B)
        [8] -1  0xfaaf0000 - 0xfaafffff (0x10000) MX[B](B)
        [9] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [10] -1 0x31000000 - 0x31000fff (0x1000) MX[B](B)
        [11] -1 0x30000000 - 0x30ffffff (0x1000000) MX[B](B)
        [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [15] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
        [16] -1 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
(II) LoadModule: \"dbe\"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: \"GLcore\"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: \"glx\"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module \"GLcore\"
(II) LoadModule: \"GLcore\"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: \"extmod\"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER 
 (II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: \"v4l\"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 0.0.1
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: \"ati\"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 6.4.8
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: \"mouse\"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor=\"The XFree86 Project\"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK
(PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
        ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
        ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
        ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL
(AGP),
        ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
        ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
        ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
        ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
        ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
        ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate \"Device\" section \"ATI Rage XL\".
(WW) ATI:  PCI/AGP Mach64 in slot 0:20:0 could not be detected!
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:0)
found
(EE) No devices detected.   

Fatal server error:
no screens found
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file \"/var/log/XFree86.0.log\".
Please report problems to [EMAIL PROTECTED]
         
   
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to