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

Bug#182473: marked as done (Server unable to launch with xserver-xfree86 and permedia2 card)



Your message dated Tue, 25 Feb 2003 14:34:50 -0500
with message-id <20030225193450.GB32138@deadbeast.net>
and subject line Bug#182473: Server unable to launch with xserver-xfree86 and permedia2 card
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Feb 2003 18:39:59 +0000
>From yves@sithi.connected.be Tue Feb 25 12:39:57 2003
Return-path: <yves@sithi.connected.be>
Received: from sithi.connected.be [212.3.252.153] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18njzg-0003XU-00; Tue, 25 Feb 2003 12:39:56 -0600
Received: by sithi.connected.be (Postfix, from userid 1000)
	id B8BDA6208D; Tue, 25 Feb 2003 19:25:20 +0100 (CET)
Date: Tue, 25 Feb 2003 19:25:20 +0100
From: Yves De Muyter <yves@sithi.connected.be>
To: submit@bugs.debian.org
Subject: Server unable to launch with xserver-xfree86 and permedia2 card
Message-ID: <[🔎] 20030225182520.GA5714@sithi.connected.be>
Mime-Version: 1.0
Content-Type: text/plain; charset=unknown-8bit
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-1.2 required=4.0
	tests=HAS_PACKAGE,MAILTO_TO_SPAM_ADDR,SPAM_PHRASE_00_01,
	      USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.2.1-5
Severity: grave

Server is unable to launch. See attached log.

00:0c.0 VGA compatible controller: Texas Instruments TVP4020 [Permedia 2] (=
rev 01)
00:0c.0 Class 0300: 104c:3d07 (rev 01)

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make cha=
nges
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"xtt"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbVariant"	"US"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
EndSection

Section "Device"
	Identifier	"Permedia2"
	Driver		"glint"
EndSection

Section "Monitor"
	Identifier	"Radius PrecisionColor Display/17"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Permedia2"
	Monitor		"Radius PrecisionColor Display/17"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION


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.2.1.1 (Debian 4.2.1-5 20030122215527 buildd@lully.debian.=
org) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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.17 alpha [ELF]=20
Module Loader present
Markers: (--) probed, (**) from config file, (=3D=3D) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Sun Feb 23 21:21:44 2003
(=3D=3D) Using config file: "/etc/X11/XF86Config-4"
(=3D=3D) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Radius PrecisionColor Display/17"
(**) |   |-->Device "Permedia2"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbVariant" "US"
(**) XKB: variant: "US"
(=3D=3D) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts=
/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/li=
b/X11/fonts/75dpi"
(=3D=3D) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
<snip>
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
(II) Module scanpci: vendor=3D"The XFree86 Project"
	compiled for 4.2.1.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus -1: bridge is at (0:7: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:
(II) Bus 1: bridge is at (0:20:0), (0,1,1), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1 0	0x00009000 - 0x000090ff (0x100) IX[B]
	[1] -1 0	0x00009400 - 0x000094ff (0x100) IX[B]
	[2] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[3] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0x0a100000 - 0x0a1fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
(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 0	0x00000000 - 0xffffffff (0x0) 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]
(--) PCI:*(0:12:0) unknown vendor (0x104c) unknown chipset (0x3d07) rev 1, =
Mem @ 0x0a040000/17, 0x09000000/23, 0x09800000/23, BIOS @ 0x0a070000/16
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0xffffffff (0x0) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[4] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0x0a110000 - 0x0a110fff (0x1000) MX[B]
	[1] -1 0	0x0a080000 - 0x0a080fff (0x1000) MX[B]
	[2] -1 0	0x0a060000 - 0x0a06ffff (0x10000) MX[B]
	[3] -1 0	0x0a081000 - 0x0a08107f (0x80) MX[B]
	[4] -1 0	0x0a070000 - 0x0a07ffff (0x10000) MX[B](B)
	[5] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[6] -1 0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[7] -1 0	0x0a040000 - 0x0a05ffff (0x20000) MX[B](B)
	[8] -1 0	0x00009000 - 0x000090ff (0x100) IX[B]
	[9] -1 0	0x00000374 - 0x00000377 (0x4) IX[B]
	[10] -1 0	0x00000170 - 0x00000177 (0x8) IX[B]
	[11] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[12] -1 0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[13] -1 0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[14] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0x0a110000 - 0x0a110fff (0x1000) MX[B]
	[1] -1 0	0x0a080000 - 0x0a080fff (0x1000) MX[B]
	[2] -1 0	0x0a060000 - 0x0a06ffff (0x10000) MX[B]
	[3] -1 0	0x0a081000 - 0x0a08107f (0x80) MX[B]
	[4] -1 0	0x0a070000 - 0x0a07ffff (0x10000) MX[B](B)
	[5] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[6] -1 0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[7] -1 0	0x0a040000 - 0x0a05ffff (0x20000) MX[B](B)
	[8] -1 0	0x00009000 - 0x000090ff (0x100) IX[B]
	[9] -1 0	0x00000374 - 0x00000377 (0x4) IX[B]
	[10] -1 0	0x00000170 - 0x00000177 (0x8) IX[B]
	[11] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[12] -1 0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[13] -1 0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[14] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[4] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0x0a110000 - 0x0a110fff (0x1000) MX[B]
	[4] -1 0	0x0a080000 - 0x0a080fff (0x1000) MX[B]
	[5] -1 0	0x0a060000 - 0x0a06ffff (0x10000) MX[B]
	[6] -1 0	0x0a081000 - 0x0a08107f (0x80) MX[B]
	[7] -1 0	0x0a070000 - 0x0a07ffff (0x10000) MX[B](B)
	[8] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[9] -1 0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[10] -1 0	0x0a040000 - 0x0a05ffff (0x20000) MX[B](B)
	[11] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x00009000 - 0x000090ff (0x100) IX[B]
	[14] -1 0	0x00000374 - 0x00000377 (0x4) IX[B]
	[15] -1 0	0x00000170 - 0x00000177 (0x8) IX[B]
	[16] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[17] -1 0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[18] -1 0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[19] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skip "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o": No symb=
ols found
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 18
<snip>
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
(II) Module dbe: vendor=3D"The XFree86 Project"
	compiled for 4.2.1.1, module version =3D 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension =80Q=8E =01
Symbol __glXLastContext from module /usr/X11R6/lib/modules/extensions/libGL=
core.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!

Fatal server error:
Caught signal 4.  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 debian-x@lists.debian.org.


-rw-r--r--    1 root     root       804623 Feb 23 21:21 /var/log/XFree86.0.=
log
-rw-r--r--    1 root     root        32240 May 26  2002 /var/log/XFree86.8.=
log


-- System Information
Debian Release: testing/unstable
Kernel Version: Linux debian 2.4.12 #6 Sun Oct 28 20:09:46 CET 2001 alpha u=
nknown unknown GNU/Linux

Versions of the packages xserver-xfree86 depends on:
ii  debconf        1.2.27         Debian configuration management system
ii  libc6.1        2.3.1-13       GNU C Library: Shared libraries and Timez=
one
ii  xserver-common 4.2.1-5        files and utilities common to all X serve=
rs
ii  zlib1g         1.1.4-2        compression library - runtime

---------------------------------------
Received: (at 182473-done) by bugs.debian.org; 25 Feb 2003 19:34:52 +0000
>From branden@deadbeast.net Tue Feb 25 13:34:51 2003
Return-path: <branden@deadbeast.net>
Received: from dhcp16621067.indy.rr.com (redwald.deadbeast.net) [24.166.21.67] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18nkqp-0002pX-00; Tue, 25 Feb 2003 13:34:51 -0600
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id A817E6418D; Tue, 25 Feb 2003 14:34:50 -0500 (EST)
Date: Tue, 25 Feb 2003 14:34:50 -0500
From: Branden Robinson <branden@debian.org>
To: 182473-done@bugs.debian.org
Subject: Re: Bug#182473: Server unable to launch with xserver-xfree86 and permedia2 card
Message-ID: <20030225193450.GB32138@deadbeast.net>
References: <[🔎] 20030225182520.GA5714@sithi.connected.be>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="6sX45UoQRIJXqkqR"
Content-Disposition: inline
In-Reply-To: <[🔎] 20030225182520.GA5714@sithi.connected.be>
User-Agent: Mutt/1.5.3i
Delivered-To: 182473-done@bugs.debian.org
X-Spam-Status: No, hits=-2.9 required=4.0
	tests=IN_REP_TO,PGP_SIGNATURE_2,REFERENCES,SPAM_PHRASE_02_03,
	      USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 


--6sX45UoQRIJXqkqR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Feb 25, 2003 at 07:25:20PM +0100, Yves De Muyter wrote:
> Package: xserver-xfree86
> Version: 4.2.1-5
> Severity: grave
>=20
> Server is unable to launch. See attached log.

You're on an Alpha; this bug has already been filed multiple times and a
fix will be in 4.2.1-6.

Thanks for your report.

Closing this duplicate report.

--=20
G. Branden Robinson                |     Human beings rarely imagine a god
Debian GNU/Linux                   |     that behaves any better than a
branden@debian.org                 |     spoiled child.
http://people.debian.org/~branden/ |     -- Robert Heinlein

--6sX45UoQRIJXqkqR
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iEYEARECAAYFAj5bxVoACgkQ6kxmHytGonzaHgCfWVCWa2vWI5hiu9gdSBgskA/j
oUMAn2r4RM2vfQskl+MbNMegQsxVaO0r
=9h7v
-----END PGP SIGNATURE-----

--6sX45UoQRIJXqkqR--



Reply to: