[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#140615: marked as done (xserver-xfree86: [nv] SIGFPE when initializing card memory with SiS 745 chipset on Riva128 rev 34)



Your message dated Sun, 13 May 2007 22:34:35 +0200
with message-id <4647765B.7020800@ens-lyon.org>
and subject line Undelivered Mail Returned to Sender
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-14
Severity: important

This problem started occurring when I upgraded to an SiS 745 motherboard
(ECS K7S6A). I had to modify linux/drivers/agp/agpgart_be.c to include
the PCI ID for the 745 chipset in the list, and it seems that AGP is
detected and initialized properly.

A configuration without the nvidia card enabled (but with tdfx dri)
starts up fine.

In the kernel boot:
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: Detected SiS 745 chipset
agpgart: AGP aperture is 4M @ 0xe8000000

I've added the bridge entries to the lspci excerpt below:
00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0745 (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP
00:0a.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01)
01:00.0 VGA compatible controller: NVidia / SGS Thomson (Joint Venture) Riva128 (rev 22)
00:00.0 Class 0600: 1039:0745 (rev 01)
00:01.0 Class 0604: 1039:0001
00:0a.0 Class 0300: 121a:0005 (rev 01)
01:00.0 Class 0300: 12d2:0018 (rev 22)

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

Section "ServerFlags"
        Option          "Xinerama" "On"
EndSection

Section "Files"
        RgbPath    "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc"
        FontPath   "/usr/X11R6/lib/X11/fonts/vgafonts"
        FontPath   "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath   "/usr/X11R6/lib/X11/fonts/PEX"
        FontPath   "/usr/X11R6/lib/X11/fonts/freefont"
        FontPath   "/usr/X11R6/lib/X11/fonts/sharefont"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
        ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "Module"
        #Load  "libglide3"
	#Load  "GLcore"
	Load  "dbe"
	#Load  "dri"
	Load  "extmod"
	#Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
        Load  "freetype"
        Load  "type1"
	Load  "vbe"
	Load  "int10"
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "MouseManPlusPS/2"
	Option      "Device" "/dev/psaux"
        Option      "Buttons" "6"
        Option      "ZAxisMapping" "5 6"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
        HorizSync    30-65
        VertRefresh  50-75
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
        #Modeline     "1152x864"  86.40   1152  1184  1400  1432  864  866  907  909
        HorizSync    30-100
        VertRefresh  50-80
        #120hx90v dpi
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "NoAccel"
        #Option     "SWcursor"
        #Option     "UsePIO"
        #Option     "NoSLI"
        Option      "UseFBDev"
	Identifier  "Card0"
	Driver      "tdfx"
	VendorName  "3Dfx Interactive"
	BoardName   "Voodoo3"
	BusID       "PCI:0:8:0"
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        #Option      "NvAgp" "0"
	Identifier  "Card1"
	Driver      "nv"
	VendorName  "NVidia/SGS-Thomson"
	BoardName   "Riva128"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
        DefaultDepth 24
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     1
	EndSubSection
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     4
	EndSubSection
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     8
	EndSubSection
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     15
	EndSubSection
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     16
	EndSubSection
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     24
	EndSubSection
	SubSection "Display"
                Modes   "1024x768" "800x600" "640x480"
		Depth     32
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
        DefaultDepth 24
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     1
	EndSubSection
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     4
	EndSubSection
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     8
	EndSubSection
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     15
	EndSubSection
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     16
	EndSubSection
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     24
	EndSubSection
	SubSection "Display"
                Modes   "1152x864" "1024x768" "800x600" "640x480"
		Depth     32
	EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection



This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 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)
Build Operating System: Linux 2.4.13 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Mar 30 16:46:20 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/freefont" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/sharefont" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/vgafonts,/usr/X11R6/lib/X11/fonts/TrueType,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/PEX,/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 "Xinerama" "On"
(**) Xinerama: enabled
(--) using VT number 9

(WW) Cannot open APM
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	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.1.0.1, 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.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(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,0745 card 0000,0000 rev 01 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,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1019,0a41 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1019,0a41 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1019,0a41 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:0a:0: chip 121a,0005 card 121a,0036 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1000,000c card 1de1,3907 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:0d:0: chip 11ad,0002 card 1385,f004 rev 20 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0e:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 01:00:0: chip 12d2,0018 card 12d2,0300 rev 22 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.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(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 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(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:*(0:10:0) 3dfx Interactive Voodoo3 rev 1, Mem @ 0xe0000000/25, 0xe2000000/25, I/O @ 0xd000/8
(--) PCI: (1:0:0) NVidia/SGS-Thomson Riva128 rev 34, Mem @ 0xe4000000/24, 0xe6000000/24
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xe8404000 - 0xe84040ff (0x100) MX[B]
	[1] -1 0	0xe8403000 - 0xe8403fff (0x1000) MX[B]
	[2] -1 0	0xe8402000 - 0xe84020ff (0x100) MX[B]
	[3] -1 0	0xe8400000 - 0xe8400fff (0x1000) MX[B]
	[4] -1 0	0xe8401000 - 0xe8401fff (0x1000) MX[B]
	[5] -1 0	0xe8000000 - 0xe83fffff (0x400000) MX[B]
	[6] -1 0	0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
	[7] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[8] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[9] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[10] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[11] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[12] -1 0	0x00004000 - 0x0000400f (0x10) IX[B]
	[13] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
	[1] -1 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xe8404000 - 0xe84040ff (0x100) MX[B]
	[1] -1 0	0xe8403000 - 0xe8403fff (0x1000) MX[B]
	[2] -1 0	0xe8402000 - 0xe84020ff (0x100) MX[B]
	[3] -1 0	0xe8400000 - 0xe8400fff (0x1000) MX[B]
	[4] -1 0	0xe8401000 - 0xe8401fff (0x1000) MX[B]
	[5] -1 0	0xe8000000 - 0xe83fffff (0x400000) MX[B]
	[6] -1 0	0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
	[7] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[8] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[9] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[10] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[11] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[12] -1 0	0x00004000 - 0x0000400f (0x10) IX[B]
	[13] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
	[1] -1 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xe8404000 - 0xe84040ff (0x100) MX[B]
	[6] -1 0	0xe8403000 - 0xe8403fff (0x1000) MX[B]
	[7] -1 0	0xe8402000 - 0xe84020ff (0x100) MX[B]
	[8] -1 0	0xe8400000 - 0xe8400fff (0x1000) MX[B]
	[9] -1 0	0xe8401000 - 0xe8401fff (0x1000) MX[B]
	[10] -1 0	0xe8000000 - 0xe83fffff (0x400000) MX[B]
	[11] -1 0	0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
	[12] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[13] -1 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
	[14] -1 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[18] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[19] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[20] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[21] -1 0	0x00004000 - 0x0000400f (0x10) IX[B]
	[22] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.1.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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.1.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) Loading extension XVideo-MotionCompensation
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
	compiled for 4.1.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: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.1.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: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
	compiled for 4.1.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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.1.9
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(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.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "tdfx"
(II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
(II) Module tdfx: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.2
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
	3dfx Voodoo3, 3dfx Voodoo5
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
	RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta),
	RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR,
	Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra,
	Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR,
	GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2),
	GeForce3 (rev 3)
(II) Primary Device is: PCI 00:0a:0
(WW) TDFX: No matching Device section for instance (BusID PCI:0:10:0) found
(--) Chipset RIVA128 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xe8404000 - 0xe84040ff (0x100) MX[B]
	[6] -1 0	0xe8403000 - 0xe8403fff (0x1000) MX[B]
	[7] -1 0	0xe8402000 - 0xe84020ff (0x100) MX[B]
	[8] -1 0	0xe8400000 - 0xe8400fff (0x1000) MX[B]
	[9] -1 0	0xe8401000 - 0xe8401fff (0x1000) MX[B]
	[10] -1 0	0xe8000000 - 0xe83fffff (0x400000) MX[B]
	[11] -1 0	0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
	[12] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[13] -1 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
	[14] -1 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[18] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[19] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[20] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[21] -1 0	0x00004000 - 0x0000400f (0x10) IX[B]
	[22] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xe8404000 - 0xe84040ff (0x100) MX[B]
	[6] -1 0	0xe8403000 - 0xe8403fff (0x1000) MX[B]
	[7] -1 0	0xe8402000 - 0xe84020ff (0x100) MX[B]
	[8] -1 0	0xe8400000 - 0xe8400fff (0x1000) MX[B]
	[9] -1 0	0xe8401000 - 0xe8401fff (0x1000) MX[B]
	[10] -1 0	0xe8000000 - 0xe83fffff (0x400000) MX[B]
	[11] -1 0	0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
	[12] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[13] -1 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
	[14] -1 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
	[15] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[21] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[22] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[23] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[24] -1 0	0x00004000 - 0x0000400f (0x10) IX[B]
	[25] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
	[26] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[27] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) NV(0): Initializing int10
(EE) NV(0): Cannot read V_BIOS
(--) NV(0): Chipset: "RIVA128"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(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.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE6000000
(--) NV(0): MMIO registers at 0xE4000000
(--) NV(0): VideoRAM: 8192 kBytes
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(WW) NV(0): Cannot read colourmap from VGA.  Will restore with default
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.4
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor1: Using hsync range of 30.00-65.00 kHz
(II) NV(0): Monitor1: Using vrefresh range of 50.00-75.00 Hz
(II) NV(0): Clock range:  12.00 to 256.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) NV(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) NV(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) NV(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(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.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "tdfx"
(II) Unloading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
	[1] 0 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1 0	0xe8404000 - 0xe84040ff (0x100) MX[B]
	[8] -1 0	0xe8403000 - 0xe8403fff (0x1000) MX[B]
	[9] -1 0	0xe8402000 - 0xe84020ff (0x100) MX[B]
	[10] -1 0	0xe8400000 - 0xe8400fff (0x1000) MX[B]
	[11] -1 0	0xe8401000 - 0xe8401fff (0x1000) MX[B]
	[12] -1 0	0xe8000000 - 0xe83fffff (0x400000) MX[B]
	[13] -1 0	0xe2000000 - 0xe3ffffff (0x2000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[15] -1 0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
	[16] -1 0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
	[17] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[23] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[24] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[25] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[26] -1 0	0x00004000 - 0x0000400f (0x10) IX[B]
	[27] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
	[28] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[29] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe6000000,0x800000)

Fatal server error:
Caught signal 8.  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".
Please report problems to submit@bugs.debian.org.


-rw-r--r--    1 root     root        22819 Mar 30 16:46 /var/log/XFree86.0.log



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux photino 2.4.18-xfs #1 Sat Mar 30 04:54:42 CST 2002 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.0.31     Debian configuration management sy
ii  libc6                         2.2.5-4    GNU C Library: Shared libraries an
ii  xserver-common                4.1.0-14   files and utilities common to all 
ii  zlib1g                        1:1.1.4-1  compression library - runtime



--- End Message ---
--- Begin Message ---
Closing since the submitter's address is invalid. If anybody ever
reproduces this problem, feel free to reopen.

Brice


--- End Message ---

Reply to: