I'm new to Xfree86. I'm setting up linux redhat on a toshiba tecra8200. I'm
following the instructions found at:
http://pw1.netcom.com/~tyblue/win2klinuxtecra8200.html

When running startx I receive the following error:

(EE) No devices detected.
Fatal server error:
no screens found.

Below is my XF86Config-4 file and below that is the complete error from the
log file. Any info is appreciated.
.... Thanks, Curtis
----------------------------------------------------------------------------
---
# 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"
        FontPath "unix/:7101"
        FontPath "unix/:7110"
#Fall back to files if not
        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 "ServerFlags"
        Option "NoPM" "on"
        Option "Pixmap" "32"
Endsection

# Module loading section

Section "Module"
        Load "ddc"
        Load "bitmap"
        Load "speedo"
        Load "vbe"
        Load "int10"    
        Load  "dbe"             # Double-buffering
        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      "CoreKeyboard"
        Option      "XkbRules"  "xfree86"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "PS/2"

        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName  "Monitor Model"
        HorizSync 28-70 
        VertRefresh 43-90
        Gamma 1.1       
        Option "DPMS"
EndSection

Section "Device"
        Identifier "Card0"
        Driver "fbdev"
        BusID  "PCI:1:0:0"
        Option  "ShadowFB"      
EndSection

Section "Screen"
        Identifier "Screen0"
        Device  "Card0"
        Monitor "Monitor0"
        DefaultDepth 16
        Subsection "Display"
                Depth 1
                Modes "1024x768"
        EndSubSection
        Subsection "Display"
                Depth 4
                Modes "1024x768"
        EndSubSection
        Subsection "Display"
                Depth 8
                Modes "1024x768"
        EndSubSection
        Subsection "Display"
                Depth 15 
                Modes "1024x768"
        EndSubSection
        Subsection "Display"
                Depth 16 
                Modes "1024x768"
        EndSubSection
        Subsection "Display"
                Depth 24 
                Modes "1024x768"
        EndSubSection
EndSection

Section "DRI"
EndSection

-----------------------------------------------------------------


XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 2001
        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/FAQ)
Operating System: Linux 2.2.17-8smp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Oct  1 13:59:20 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) FontPath set to
"unix/:7100,unix/:7101,unix/:7110,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/
lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fon
ts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Pixmap" "32"
(**) Option "NoPM" "on"
(--) using VT number 7

(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.3
        XFree86 XInput driver : 0.1
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(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.0.3, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(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.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(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 8086,1130 card 1179,0001 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 11 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,244c card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244a card 1179,0001 rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1179,0001 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1179,0001 rev 03 class 0c,03,00 hdr 00

(II) PCI: 00:1f:6: chip 8086,2446 card 1179,0001 rev 03 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1023,9910 card 1179,0001 rev 63 class 03,00,00 hdr 00
(II) PCI: 02:07:0: chip 1073,0012 card 1179,0003 rev 00 class 04,01,00 hdr 00
(II) PCI: 02:08:0: chip 8086,2449 card 8086,3013 rev 03 class 02,00,00 hdr 00
(II) PCI: 02:0c:0: chip 104c,ac50 card d000,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: 02:0d:0: chip 1179,0617 card d800,0000 rev 31 class 06,07,00 hdr 82
(II) PCI: 02:0d:1: chip 1179,0617 card 0000,0000 rev 31 class 06,07,00 hdr 82
(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.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(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) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(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:
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xf7f00000 - 0xfdffffff (0x6100000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus 2: bridge is at (0:30:0), (0,2,14), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0xf7d00000 - 0xf7dfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) Trident unknown chipset (0x9910) rev 99, Mem @
0xfc000000/25, 0xfbc00000/22, 0xf8000000/25, 0xf7ff8000/15
(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  0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
        [0] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [1] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [2] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [3] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [4] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [5] -1  0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [7] -1  0x0000dec0 - 0x0000deff (0x40) IX[B]
        [8] -1  0x0000df3c - 0x0000df3f (0x4) IX[B]
        [9] -1  0x0000df40 - 0x0000df7f (0x40) IX[B]
        [10] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [11] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [12] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [13] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [14] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [1] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [2] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [3] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [4] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [5] -1  0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [7] -1  0x0000dec0 - 0x0000deff (0x40) IX[B]
        [8] -1  0x0000df3c - 0x0000df3f (0x4) IX[B]
        [9] -1  0x0000df40 - 0x0000df7f (0x40) IX[B]

        [10] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [11] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [12] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [13] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [14] -1 0x0000cff0 - 0x0000cfff (0x10) 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  0x00000000 - 0x000001ff (0x200) IX[B]E
(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  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [6] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [8] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [9] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [10] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [11] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [12] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [13] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
        [14] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
        [15] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
        [16] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [17] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [18] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [19] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [20] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Speedo
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0

        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.0.3, 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: "dbe"
(II) Reloading /usr/X11R6/lib/modules/extensions/libdbe.a
(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.0.3, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.0.3, 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.0.3, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.0.3, 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) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.0.1
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "fbdev"
(II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
(II) Module fbdev: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.1
(II) v4l driver for Video4Linux
(II) FBDev: driver for framebuffer: fbdev, afb
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.3
(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]


-------------------------------------------------
Security Network Engineer
Performance Nework Engineering
Office: (301) 286-4253
Page: (888) 648-7787
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to