Hi everybody, this is my first post.
I've installed Linux Mandrake 7.1 (italian) and then
updated xfree86 to version 4.0.1 (I've downloaded from
xfree86.org the binaries for libc5).

My video card is a:
Creative 3D Blaster PCI (Rendition Verite 1000
chipset)
and my monitor is a:
Philips 105S 15"

Here is my "XF86Config-4" configuration file:

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

Section "Files"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "PHL"
        ModelName    "560c"
        HorizSync    30.0 - 60.0
        VertRefresh  50.0 - 120.0
EndSection

Section "Device"
        ### Available Driver options are:-
        #Option     "FramebufferWC"
        #Option     "SW_Cursor"
        #Option     "NoAccel"
        #Option     "Overclock_Mem"
        #Option     "NoDDC"
        #Option     "ShadowFB"
        #Option     "Rotate"
        Identifier  "Card0"
        Driver      "rendition"
        VendorName  "Rendition"
        BoardName   "Verite 1000"
        BusID       "PCI:0:12:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "DRI"
EndSection


and here is the "var/log/XFree86.0.log" log file I've
obtained trying to launch "startx":


XFree86 Version 4.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 1 July 2000
        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.0.30 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Jun
20 12:37:28 2000
(==) 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"
(==) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/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"
(--) using VT number 7

(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.2
        XFree86 XInput driver : 0.1
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.1
(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.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.1
(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.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.2
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80000058,
mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7100 card 0000,0000 rev
01 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev
01 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
01 class 06,80,00 hdr 00
(II) PCI: 00:0c:0: chip 1163,0001 card 0000,0000 rev
02 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.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.2
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(0:12:0) Rendition Verite 1000 rev 2, Mem @
0xe0000000/24, I/O @ 0x6500/8
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MXB
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IXB
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MXB(B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MXB
        [3] -1  0x000c0000 - 0x000effff (0x30000) MXB
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MXB
        [5] -1  0x00000000 - 0x000001ff (0x200) IXBE
(II) Active PCI resource ranges:
        [0] -1  0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
        [1] -1  0x00006400 - 0x000064ff (0x100) IXBE
        [2] -1  0x0000f000 - 0x0000f0ff (0x100) IXBE
        [3] -1  0x00006500 - 0x000065ff (0x100) IXB(B)
(II) Active PCI resource ranges after removing
overlaps:
        [0] -1  0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
        [1] -1  0x00006400 - 0x000064ff (0x100) IXBE
        [2] -1  0x0000f000 - 0x0000f0ff (0x100) IXBE
        [3] -1  0x00006500 - 0x000065ff (0x100) IXB(B)
(II) OS-reported resource ranges after removing
overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MXB(B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MXB
        [3] -1  0x000c0000 - 0x000effff (0x30000) MXB
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MXB
        [5] -1  0x00000000 - 0x000001ff (0x200) IXBE
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MXB(B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MXB
        [3] -1  0x000c0000 - 0x000effff (0x30000) MXB
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MXB
        [5] -1  0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
        [6] -1  0x00000000 - 0x000001ff (0x200) IXBE
        [7] -1  0x00006400 - 0x000064ff (0x100) IXBE
        [8] -1  0x0000f000 - 0x0000f0ff (0x100) IXBE
        [9] -1  0x00006500 - 0x000065ff (0x100) IXB(B)
(II) LoadModule: "extmod"
(II) Loading
/usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.0.1, 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: "xie"
(II) Loading
/usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "pex5"
(II) Loading
/usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "glx"
(II) Loading
/usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.0.1, 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) Loading
/usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "GLcore"
(II) Reloading
/usr/X11R6/lib/modules/extensions/libGLcore.a
(II) LoadModule: "dbe"
(II) Loading
/usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.0.1, 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: "record"
(II) Loading
/usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "rendition"
(II) Loading
/usr/X11R6/lib/modules/drivers/rendition_drv.o
(II) Module rendition: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 4.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.2
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.1
(II) Rendition: rendition driver (version 4.0) for
chipsets: V1000,
        V2100/V2200
(--) Chipset V1000 found
(II) resource ranges after xf86ClaimFixedResources()
call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MXB(B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MXB
        [3] -1  0x000c0000 - 0x000effff (0x30000) MXB
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MXB
        [5] -1  0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
        [6] -1  0x00000000 - 0x000001ff (0x200) IXBE
        [7] -1  0x00006400 - 0x000064ff (0x100) IXBE
        [8] -1  0x0000f000 - 0x0000f0ff (0x100) IXBE
        [9] -1  0x00006500 - 0x000065ff (0x100) IXB(B)
(WW) ****INVALID IO ALLOCATION**** b: 0x6500 e: 0x65ff
correcting
(II) window:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IXB
(II) resSize:
(II) window fixed:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IXB
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MXB(B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MXB
        [3] -1  0x000c0000 - 0x000effff (0x30000) MXB
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MXB
        [5] -1  0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
        [6] 0   0x000a0000 - 0x000affff (0x10000) MSB
        [7] 0   0x000b0000 - 0x000b7fff (0x8000) MSB
        [8] 0   0x000b8000 - 0x000bffff (0x8000) MSB
        [9] -1  0x00000400 - 0x000004ff (0x100) IXB(B)
        [10] -1 0x00000000 - 0x000001ff (0x200) IXBE
        [11] -1 0x00006400 - 0x000064ff (0x100) IXBE
        [12] -1 0x0000f000 - 0x0000f0ff (0x100) IXBE
        [13] 0  0x000003b0 - 0x000003bb (0xc) ISB
        [14] 0  0x000003c0 - 0x000003df (0x20) ISB
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.2
(II) Rendition(0): Initializing int10
(WW) xf86ReadBIOS: /dev/mem mmap failed (No such
device or address)
(WW) Rendition(0): Cannot read V_BIOS (1)
(II) Rendition(0): Primary V_BIOS segment is: 0x1c1e
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/X11R6/lib/modules/libcfb.a
(II) Module cfb: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/X11R6/lib/modules/libmfb.a
(II) Module mfb: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(==) Rendition(0): Default visual is PseudoColor
(==) Rendition(0): Using gamma correction (1.0, 1.0,
1.0)
(--) Rendition(0): Chipset: "V1000".
(--) Rendition(0): Rendition V1000 @ 400/e0000000
(**) Rendition(0): Requesting MMIO-style memory access
(WW) Rendition(0): Skipping acceleration
(--) Rendition(0): videoRam: 4096 kBytes
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.2
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Rendition(0): Using "Shadow Framebuffer"
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.2
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.2
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) Rendition(0): initializing int10
(WW) xf86ReadBIOS: /dev/mem mmap failed (No such
device or address)
(WW) Rendition(0): Cannot read V_BIOS (1)
(II) Rendition(0): Primary V_BIOS segment is: 0x1c1e
(EE) Rendition(0): unknown reason for exception
X86_IP:0000 X86_AX:4f00 X86_BX:0000 X86_CX:0000
X86_DX:0000 X86_SI:0000 X86_DI:1000 X86_BP:0000 
X86_SP:00fa X86_CS:1c1e X86_SS:0030 X86_ES:0000
X86_DS:0040 X86_FS:0000 X86_GS:0000
X86_EFLAGS:00033282 
stack at 0x000003fa:
00 00 60 00 00 32 f8 03 f8 02 00 00 00 00 78 03 
code at 0x0001c1e0: 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 
                    00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 
(EE) Rendition(0): cannot continue
(--) Rendition(0): Pixel clocks available:
(--) Rendition(0): pixel clocks:  22.560  28.322 
25.380  28.320
(--) Rendition(0): Virtual size is 0x0 (pitch 0)
(==) Rendition(0): DPI set to (75, 75)
(WW) Rendition(0): xf86UnMapVidMem: cannot find region
for [0xe0000000,0x1000]
Symbol xf86InterpretEDID from module
/usr/X11R6/lib/modules/libvbe.a is unresolved!
Symbol __setfpucw from module
/usr/X11R6/lib/modules/extensions/libGLcore.a is
unresolved!
Symbol __setfpucw from module
/usr/X11R6/lib/modules/extensions/libGLcore.a is
unresolved!
Symbol __fpu_control from module
/usr/X11R6/lib/modules/extensions/libGLcore.a is
unresolved!
Symbol __setfpucw from module
/usr/X11R6/lib/modules/extensions/libGLcore.a is
unresolved!
Symbol __fpu_control from module
/usr/X11R6/lib/modules/extensions/libGLcore.a is
unresolved!

Fatal server error:
Caught signal 11.  Server aborting


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".



Can somebody help me?

Thank you very much.


______________________________________________________________________
Do You Yahoo!?
Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it

Reply via email to