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

Bug#486786: marked as done (xserver-xorg-video-glint: startx results in Fatal X server error)



Your message dated Tue, 01 Jul 2008 18:47:22 +0000
with message-id <E1KDkss-0007yJ-8D@ries.debian.org>
and subject line Bug#486786: fixed in xserver-xorg-video-glint 1:1.2.1-1
has caused the Debian Bug report #486786,
regarding xserver-xorg-video-glint: startx results in Fatal X server error
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
486786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486786
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-glint
Version: 1:1.2.0-1
Severity: grave
Justification: renders package unusable


xserver-xorg-video-glint 1.1.1-8 startx worked fine.
xserver-xorg-video-glint 1.2.0-1 startx fails:
	Backtrace:
	0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c6a4e]
	1: [0xffffe420]
	2: /usr/bin/X11/X(InitOutput+0xa17) [0x80a9a87]
	3: /usr/bin/X11/X(main+0x296) [0x80744c6]
	4: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d7c450]
	5: /usr/bin/X11/X(FontFileCompleteXLFD+0x201) [0x8073a31]

	Fatal server error:
	Caught signal 11.  Server aborting

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Oct 29  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1676828 May 18 06:55 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Texas Instruments TVP4020 [Permedia 2] (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2731 Jun 17 00:00 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc101"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
EndSection

Section "Device"
	Identifier	"Diamond Multimedia Systems FIRE GL 1000 PRO"
	Driver		"glint"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Acer AL1512"
	Option		"DPMS"
	HorizSync	28-50
	VertRefresh	43-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Diamond Multimedia Systems FIRE GL 1000 PRO"
	Monitor		"Acer AL1512"
	DefaultDepth	24
	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 "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 15798 Jun 17 23:52 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080517-1)
Current Operating System: Linux localhost 2.6.24-1-686 #1 SMP Thu May 8 02:16:39 UTC 2008 i686
Build Date: 18 May 2008  01:38:06PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Tue Jun 17 23:52:03 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Acer AL1512"
(**) |   |-->Device "Diamond Multimedia Systems FIRE GL 1000 PRO"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d8500
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 02 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:0d:0: chip 11ab,1faa card 11ab,1faa rev 03 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 12eb,0001 card 5053,3355 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0f:0: chip 12b9,1008 card 12b9,00aa rev 01 class 07,00,02 hdr 00
(II) PCI: 00:10:0: chip 10ec,8029 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 104c,3d07 card 1092,0141 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (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) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x008c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf4100000 - 0xf57fffff (0x1700000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x20000000 - 0x200fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Texas Instruments TVP4020 [Permedia 2] rev 1, Mem @ 0xf4100000/17, 0xf5000000/23, 0xf4800000/23
(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	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf4020000 - 0xf403ffff (0x20000) MX[B]
	[1] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
	[2] -1	0	0xf4010000 - 0xf401ffff (0x10000) MX[B]
	[3] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[4] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[5] -1	0	0xf5000000 - 0xf57fffff (0x800000) MX[B](B)
	[6] -1	0	0xf4100000 - 0xf411ffff (0x20000) MX[B](B)
	[7] -1	0	0x00001020 - 0x0000103f (0x20) IX[B]
	[8] -1	0	0x00001060 - 0x00001067 (0x8) IX[B]
	[9] -1	0	0x00001050 - 0x00001057 (0x8) IX[B]
	[10] -1	0	0x00001058 - 0x0000105f (0x8) IX[B]
	[11] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[12] -1	0	0x00001040 - 0x0000104f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf4020000 - 0xf403ffff (0x20000) MX[B]
	[1] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
	[2] -1	0	0xf4010000 - 0xf401ffff (0x10000) MX[B]
	[3] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[4] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[5] -1	0	0xf5000000 - 0xf57fffff (0x800000) MX[B](B)
	[6] -1	0	0xf4100000 - 0xf411ffff (0x20000) MX[B](B)
	[7] -1	0	0x00001020 - 0x0000103f (0x20) IX[B]
	[8] -1	0	0x00001060 - 0x00001067 (0x8) IX[B]
	[9] -1	0	0x00001050 - 0x00001057 (0x8) IX[B]
	[10] -1	0	0x00001058 - 0x0000105f (0x8) IX[B]
	[11] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[12] -1	0	0x00001040 - 0x0000104f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf4020000 - 0xf403ffff (0x20000) MX[B]
	[5] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
	[6] -1	0	0xf4010000 - 0xf401ffff (0x10000) MX[B]
	[7] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[8] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[9] -1	0	0xf5000000 - 0xf57fffff (0x800000) MX[B](B)
	[10] -1	0	0xf4100000 - 0xf411ffff (0x20000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x00001020 - 0x0000103f (0x20) IX[B]
	[14] -1	0	0x00001060 - 0x00001067 (0x8) IX[B]
	[15] -1	0	0x00001050 - 0x00001057 (0x8) IX[B]
	[16] -1	0	0x00001058 - 0x0000105f (0x8) IX[B]
	[17] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[18] -1	0	0x00001040 - 0x0000104f (0x10) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "glint"
(II) Loading /usr/lib/xorg/modules/drivers//glint_drv.so
(II) Module glint: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.2.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4,
	pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) Primary Device is: PCI 01:00:0
(--) Chipset ti_pm2 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf4020000 - 0xf403ffff (0x20000) MX[B]
	[5] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
	[6] -1	0	0xf4010000 - 0xf401ffff (0x10000) MX[B]
	[7] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[8] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[9] -1	0	0xf5000000 - 0xf57fffff (0x800000) MX[B](B)
	[10] -1	0	0xf4100000 - 0xf411ffff (0x20000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x00001020 - 0x0000103f (0x20) IX[B]
	[14] -1	0	0x00001060 - 0x00001067 (0x8) IX[B]
	[15] -1	0	0x00001050 - 0x00001057 (0x8) IX[B]
	[16] -1	0	0x00001058 - 0x0000105f (0x8) IX[B]
	[17] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[18] -1	0	0x00001040 - 0x0000104f (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf4020000 - 0xf403ffff (0x20000) MX[B]
	[5] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
	[6] -1	0	0xf4010000 - 0xf401ffff (0x10000) MX[B]
	[7] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[8] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[9] -1	0	0xf5000000 - 0xf57fffff (0x800000) MX[B](B)
	[10] -1	0	0xf4100000 - 0xf411ffff (0x20000) MX[B](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00001020 - 0x0000103f (0x20) IX[B]
	[17] -1	0	0x00001060 - 0x00001067 (0x8) IX[B]
	[18] -1	0	0x00001050 - 0x00001057 (0x8) IX[B]
	[19] -1	0	0x00001058 - 0x0000105f (0x8) IX[B]
	[20] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[21] -1	0	0x00001040 - 0x0000104f (0x10) IX[B]
	[22] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) GLINT(0): Depth 24, (--) framebuffer bpp 32
(==) GLINT(0): RGB weight 888
(==) GLINT(0): Default visual is TrueColor
(==) GLINT(0): Using gamma correction (1.0, 1.0, 1.0)
(==) GLINT(0): Using HW cursor
(--) GLINT(0): Not using Linux framebuffer device
(--) GLINT(0): Chipset: "ti_pm2"
(--) GLINT(0): Linear framebuffer at 0xF4800000

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c6a4e]
1: [0xffffe420]
2: /usr/bin/X11/X(InitOutput+0xa17) [0x80a9a87]
3: /usr/bin/X11/X(main+0x296) [0x80744c6]
4: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d7c450]
5: /usr/bin/X11/X(FontFileCompleteXLFD+0x201) [0x8073a31]

Fatal server error:
Caught signal 11.  Server aborting



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-glint depends on:
ii  libc6              2.7-10                GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.1~git20080517-1 Xorg X server - core server

xserver-xorg-video-glint recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-glint
Source-Version: 1:1.2.1-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-glint, which is due to be installed in the Debian FTP archive:

xserver-xorg-video-glint_1.2.1-1.diff.gz
  to pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.1-1.diff.gz
xserver-xorg-video-glint_1.2.1-1.dsc
  to pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.1-1.dsc
xserver-xorg-video-glint_1.2.1-1_i386.deb
  to pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.1-1_i386.deb
xserver-xorg-video-glint_1.2.1.orig.tar.gz
  to pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 486786@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin <bgoglin@debian.org> (supplier of updated xserver-xorg-video-glint package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 01 Jul 2008 20:12:04 +0200
Source: xserver-xorg-video-glint
Binary: xserver-xorg-video-glint
Architecture: source i386
Version: 1:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Brice Goglin <bgoglin@debian.org>
Description: 
 xserver-xorg-video-glint - X.Org X server -- Glint display driver
Closes: 486786
Changes: 
 xserver-xorg-video-glint (1:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
     + Fix regression from pciaccess conversion, closes: #486786.
   * Add myself to Uploaders.
Checksums-Sha1: 
 dd49a51715ddf5f7e2f0b9dc28676e5c872bff84 1667 xserver-xorg-video-glint_1.2.1-1.dsc
 6476096574a20a1c8aa4085c5091e912f398c126 483337 xserver-xorg-video-glint_1.2.1.orig.tar.gz
 7afa67f3d48d8479cf88ae13d88f4cbd90aec260 26593 xserver-xorg-video-glint_1.2.1-1.diff.gz
 59cef3f0566c771c00938de0fa08589fcbd695a4 110868 xserver-xorg-video-glint_1.2.1-1_i386.deb
Checksums-Sha256: 
 0fd89a324816173cf9ee68615100c9e7a6c08fb4f3d4ecf6fc5367eba9ba23e9 1667 xserver-xorg-video-glint_1.2.1-1.dsc
 0dea333f7453a4f02e54f03775f933e08a09443353ee9aab460c7d88fc6c9cb2 483337 xserver-xorg-video-glint_1.2.1.orig.tar.gz
 f31976c730c975e4b2817b1413e175bf2d8dc8c4bd71e9fb9dfa1da0c006ef35 26593 xserver-xorg-video-glint_1.2.1-1.diff.gz
 64d353947832477b76848abf5235811645f7e8c5c7fcc4d7dc42e1b452d96252 110868 xserver-xorg-video-glint_1.2.1-1_i386.deb
Files: 
 8995702680ec6c176c40f6b6cc57b3fe 1667 x11 optional xserver-xorg-video-glint_1.2.1-1.dsc
 df025362af2df8f7bcf5c06984f0ec15 483337 x11 optional xserver-xorg-video-glint_1.2.1.orig.tar.gz
 89f9c44df11ab478350f3b7516de7af3 26593 x11 optional xserver-xorg-video-glint_1.2.1-1.diff.gz
 3cdbc33c83d78385b7f0d8ad0e8ae1dc 110868 x11 optional xserver-xorg-video-glint_1.2.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIanUORh88F8PcWfoRAnkYAJ4lWaTJUiAU9QngCA9ViN+//u1Y4ACePP/W
75A4rs6BpQ9x5FSQJ0jJDmI=
=708V
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: