I have tried a few things to get my multihead going in my Red Hat 8.0
installation.  XFree86 is version 4.2.0.  Anaconda gave me just the
"vesa" driver and a cloned display.  I've tried a few basic things that
do not work.  I've tried the XFree86 -configure and got some error
warnings about a .h file with a missing entry.  I tried the ATI drivers
over at ATI's site and using the Check.sh script, I am getting the
cryptic message: 

"No Linux/ix86 binaries for this libc version" 

I might try installing this RPM package if I had slightest idea that
that this message was saying it was OK to do so. 

I also include here my latest XF86Config file: 



# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        Screen      1   "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

#Added by me ...

Section "ServerFlags"
Option  "Xinerama" "true"
Option  "CloneDisplay" "false"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

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

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Shamrock"
        HorizSync    30.0 - 64.0
        VertRefresh  47.0 - 104.0
        ModeLine     "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        ModeLine     "1400x1050" 151.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        ModeLine     "1400x1050" 162.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        ModeLine     "1400x1050" 184.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync 
+vsync
        Option      "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        ModelName    "Samsung SyncMaster 3Ne"
        HorizSync    31.5, 35.2, 35.5, 38, 48
        VertRefresh  50.0 - 87
EndSection

Section "Device"
# === disable PnP Monitor  ===
#       Option                              "NoDDC"
# === disable/enable XAA/DRI ===
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
#       vendor=1002, device=496e
        Identifier  "ATI Graphics Adapter jack 0"
        Driver      "radeon"
        BoardName   "ATI Radeon 9000"
#       VideoRam    131072
#        BusID       "PCI:1:0:0"
        Screen      0

EndSection

Section "Device"
# === disable PnP Monitor  ===
#       Option                              "NoDDC"
# === disable/enable XAA/DRI ===
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
#       vendor=1002, device=496e
        Identifier  "ATI Graphics Adapter jack 1"
        Driver      "radeon"
        BoardName   "ATI Radeon 9000"
#       VideoRam    131072
        BusID       "PCI:1:0:0"
        Screen      1

EndSection

Section "Screen"
#       Option "backingstore"
        Identifier "Screen0"
        Device     "ATI Graphics Adapter jack 0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
# initial origin if mode is smaller than desktop
#        Virtual     1280 1024
                Depth     24
                Modes     "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
    #Option "backingstore"
        Identifier "Screen1"
        Device     "ATI Graphics Adapter jack 1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
# initial origin if mode is smaller than desktop
#        Virtual     1280 1024
                Depth     24
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
# The next line was commented out by me ...
#       Group        0
        Mode         0666
EndSection
#End of XF86Config file 



Parts of this were copied from some posts here at the mailing list and
edited for my monitors.  This config file gives the following error
messages: 



XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 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.18-11smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
OS Kernel: Linux version 2.4.18-27.8.0 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 
(Red Hat Linux 8.0 3.2-7)) #1 Fri Mar 14 06:45:49 EST 2003 
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: Fri Mar 21 22:33:44 2003
(++) Using config file: "/etc/X11/XF86ConfigCopy"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter jack 0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "ATI Graphics Adapter jack 1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "DevInputMice"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(--) 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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0646 card 1043,8081 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0961 card 0000,0000 rev 10 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1043,807a rev d0 class 01,01,80 hdr 80
(II) PCI: 00:03:0: chip 1039,0900 card 1043,807c rev 90 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e2 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4966 card 1002,0002 rev 01 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,496e card 1002,0003 rev 01 class 03,80,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: 0x08 (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  0xe7000000 - 0xe7ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xf0000000 - 0xfebfffff (0xec00000) MX[B]
(II) Bus -1: bridge is at (0:2: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:*(1:0:0) ATI unknown chipset (0x4966) rev 1, Mem @ 0xf8000000/26, 
0xe7800000/16, I/O @ 0xd800/8, BIOS @ 0xf7fe0000/17
(--) PCI: (1:0:1) ATI unknown chipset (0x496e) rev 1, Mem @ 0xf0000000/26, 
0xe7000000/16
(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  0xe5800000 - 0xe5800fff (0x1000) MX[B]
        [1] -1  0xe6000000 - 0xe6000fff (0x1000) MX[B]
        [2] -1  0xe6800000 - 0xe6800fff (0x1000) MX[B]
        [3] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [4] -1  0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
        [5] -1  0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
        [6] -1  0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [7] -1  0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [8] -1  0x0000b800 - 0x0000b80f (0x10) IX[B]
        [9] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
        [1] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [2] -1  0x00009800 - 0x000098ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe5800000 - 0xe5800fff (0x1000) MX[B]
        [1] -1  0xe6000000 - 0xe6000fff (0x1000) MX[B]
        [2] -1  0xe6800000 - 0xe6800fff (0x1000) MX[B]
        [3] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [4] -1  0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
        [5] -1  0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
        [6] -1  0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [7] -1  0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [8] -1  0x0000b800 - 0x0000b80f (0x10) IX[B]
        [9] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
        [1] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [2] -1  0x00009800 - 0x000098ff (0x100) 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]
(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  0xe5800000 - 0xe5800fff (0x1000) MX[B]
        [6] -1  0xe6000000 - 0xe6000fff (0x1000) MX[B]
        [7] -1  0xe6800000 - 0xe6800fff (0x1000) MX[B]
        [8] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [9] -1  0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
        [10] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
        [11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [12] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
        [13] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [17] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [18] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
        [19] -1 0x00009800 - 0x000098ff (0x100) 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: "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) Loading extension X-Resource
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.5
(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) 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) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 4.0.1
        Module class: XFree86 Video Driver
        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) 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 LX (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
(--) Assigning device section with no busID to primary device
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Assigning device section with no busID to primary device
(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]

End of Log



Anybody have any idea what I should do to get multihead going on my
system?  I think I may have ran the installation of this Red Hat 8.0
with the Plug and Play OS setting in my motherboard's BIOS set to
"disable".  Could this be the source of my problems?  I am having
trouble getting my onboard sound going and I wonder it is for the same
reason. 






_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to