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

Bug#229072: marked as done (xserver-xfree86: 82845G/GL: No devices detected)



Your message dated Mon, 15 Jan 2007 00:41:56 +0100
with message-id <45AABFC4.6080907@ens-lyon.org>
and subject line Bug#229072: xserver-xfree86: 82845G/GL: No devices detected
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.2.1-12.1
Severity: normal

X used to work fine until a few days ago; unfortunately I don't know
what I did just before it stopped working.  The one thing I do know is
that we blew a fuse, and the computer shut down; when I turned the
power back on, X no longer worked.  (I am not sure if any files were
mangled.  I use ext3, and at boot time it reported `23 orphan inodes
deleted' on my root filesystem; there are no entries in /lost+found.)

I frequently do `apt-get update; apt-get upgrade', so it's possible
that some package changed.

And when it first failed, the symptom was different; I can no longer
reproduce that particular behavior.  All I can remember is that the
message originally was `Fatal server error: lockup'.  I then tried
various different X servers, hoping that one would work; none did,
and I reverted to the present one. 

`apt-get --reinstall install xserver-xfree86' didn't help.

(I added the `fbdev' stuff in XF86Config-4 after the problem happened,
as a workaround)

-- Package-specific info:
00:02.0 VGA compatible controller: Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device (rev 01)
00:02.0 Class 0300: 8086:2562 (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 changes
# 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/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	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"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"82845G/GL"

	# I thought this might avoid `Fatal server error: lockup', but alas it does not
        #Option          "XaaNoSolidFillRect"    "On"

        Driver		"i810"
EndSection

Section "Monitor"
	Identifier	"ADI MicroScan"
	HorizSync	30-94
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"82845G/GL"
	Monitor		"ADI MicroScan"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION

Section "ServerFlags"
        Option          "DontZap"       "on"
EndSection

Section "Device"
	Identifier	"fbdev"
        Driver		"fbdev"
EndSection
Section "Screen"
	Identifier	"fbdev Screen"
	Device		"fbdev"
	Monitor		"fbdev Monitor"
	DefaultDepth	8
	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	"fbdev Layout"
	Screen		"fbdev Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "Monitor"
	Identifier	"fbdev Monitor"
	HorizSync	30-94
	VertRefresh	50-75
	Option		"DPMS"

        Mode "1024x768"
            # D: 100.000 MHz, H: 76.220 kHz, V: 90.201 Hz
            DotClock 100.001
            HTimings 1024 1024 1120 1312
            VTimings 768 789 804 845
            Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel


        EndMode
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.2.1.1 (Debian 4.2.1-12.1 20031003005825 james@nocrew.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.21-rc1-ac1-cryptoloop i686 [ELF] 
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/XFree86.0.log", Time: Thu Jan 22 09:01:05 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "ADI MicroScan"
(**) |   |-->Device "82845G/GL"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "microsoft"
(**) XKB: model: "microsoft"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/CID,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "DontZap" "on"
(--) using VT number 7

(II) Open APM successful
(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
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(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.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1028,0126 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1028,0126 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,0126 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,0126 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,0126 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,0126 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1028,0126 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1028,0126 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0126 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:0c:0: chip 8086,100e card 1028,002e rev 02 class 02,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.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(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:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1 0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[1] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[2] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[3] -1 0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xff800000 - 0xff9fffff (0x200000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:31: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:2:0) Intel unknown chipset (0x2562) rev 1, Mem @ 0xe8000000/27, 0xff680000/19
(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	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
	[1] -1 0	0xffa00000 - 0xffa000ff (0x100) MX[B]
	[2] -1 0	0xffa00400 - 0xffa005ff (0x200) MX[B]
	[3] -1 0	0x1ff00000 - 0x1ff003ff (0x400) MX[B]
	[4] -1 0	0xffa00800 - 0xffa00bff (0x400) MX[B]
	[5] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[6] -1 0	0xff680000 - 0xff6fffff (0x80000) MX[B](B)
	[7] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[8] -1 0	0x0000ecc0 - 0x0000ecff (0x40) IX[B]
	[9] -1 0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[10] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[11] -1 0	0x0000dc80 - 0x0000dc9f (0x20) IX[B]
	[12] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[13] -1 0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[14] -1 0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[15] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
	[1] -1 0	0xffa00000 - 0xffa000ff (0x100) MX[B]
	[2] -1 0	0xffa00400 - 0xffa005ff (0x200) MX[B]
	[3] -1 0	0x1ff00000 - 0x1ff003ff (0x400) MX[B]
	[4] -1 0	0xffa00800 - 0xffa00bff (0x400) MX[B]
	[5] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[6] -1 0	0xff680000 - 0xff6fffff (0x80000) MX[B](B)
	[7] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[8] -1 0	0x0000ecc0 - 0x0000ecff (0x40) IX[B]
	[9] -1 0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[10] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[11] -1 0	0x0000dc80 - 0x0000dc9f (0x20) IX[B]
	[12] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[13] -1 0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[14] -1 0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[15] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x1fefffff (0x1fe00000) 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 - 0x1fefffff (0x1fe00000) 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	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
	[6] -1 0	0xffa00000 - 0xffa000ff (0x100) MX[B]
	[7] -1 0	0xffa00400 - 0xffa005ff (0x200) MX[B]
	[8] -1 0	0x1ff00000 - 0x1ff003ff (0x400) MX[B]
	[9] -1 0	0xffa00800 - 0xffa00bff (0x400) MX[B]
	[10] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[11] -1 0	0xff680000 - 0xff6fffff (0x80000) MX[B](B)
	[12] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[13] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1 0	0x0000ecc0 - 0x0000ecff (0x40) IX[B]
	[16] -1 0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[17] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[18] -1 0	0x0000dc80 - 0x0000dc9f (0x20) IX[B]
	[19] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[20] -1 0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[21] -1 0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[22] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(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.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
	i830M
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(EE) No devices detected.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.


-rw-r--r--    1 root     root        14195 Jan 22 09:01 /var/log/XFree86.0.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.23-1-686 #1 Sun Nov 30 20:51:10 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                     1.3.22       Debian configuration management sy
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  xserver-common              4.3.0-0ds4   files and utilities common to all 
ii  zlib1g                      1:1.2.1-3    compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: 82845G/GL
* xserver-xfree86/config/monitor/screen-size: 21 inches (530 mm) or more
  xserver-xfree86/config/device/use_fbdev: 
* xserver-xfree86/config/monitor/selection-method: Medium
  xserver-xfree86/config/doublequote_in_string_error: 
* shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/inputdevice/keyboard/layout: us
* xserver-xfree86/config/monitor/horiz-sync: 30-94
* xserver-xfree86/config/monitor/identifier: ADI MicroScan
  shared/no_known_x-server: 
* xserver-xfree86/autodetect_mouse: false
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/mode-list: 1600x1200 @ 75Hz
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: microsoft
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: i810
* xserver-xfree86/config/monitor/vert-refresh: 50-75
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1920x1440, 1856x1392, 1792x1344, 1600x1200, 1280x1024, 1280x960, 1152x864, 1024x768, 800x600, 640x480
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/manage_config_with_debconf: true
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/input/mice
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true


-- 
A hacker would consider being asked to write
        add x to y giving z
instead of
        z = x+y
as something between an insult to his intelligence and a sin against God.
        -- Paul Graham (http://paulgraham.com/popular.html)


--- End Message ---
--- Begin Message ---
Closing since the user does not use Debian on this hardware and
xserver-xorg seems to correctly detect the chipset nowadays.

Brice




Eric Hanchrow wrote:
>     Brice> So you have a Debian and Xorg working now?  
>
> Well, Ubuntu, anyway.  But yes.
>                                                        
>     Brice> Just to be sure, you could save your xorg.conf and re-run
>     Brice> dpkg-reconfigure xserver-xorg and see what it finds.
>
> OK, I tried that.  Apart from asking me far too many questions (to me,
> 1 question is too many), it seemed to get reasonable looking data.  I
> haven't actually tried the generated xorg.conf, but it detected the
> chipset anyway.
>
> aptitude show xserver-xorg
> Package: xserver-xorg
> State: installed
> Automatically installed: no
> Version: 7.0.0-0ubuntu45
> Priority: optional
> Section: x11
> Maintainer: Ubuntu X Maintainers <ubuntu-devel@lists.ubuntu.com>
> Uncompressed Size: 352k
> Depends: xserver-xorg-core, xserver-xorg-driver-all | xserver-xorg-driver,
>          xserver-xorg-input-all | xserver-xorg-input, x11-common, laptop-detect,
>          xresprobe, mdetect, discover1, dmidecode
> PreDepends: x11-common (>= 7.0.0-0ubuntu3)
> Description: the X.Org X server
>  This package depends on the full suite of the server and drivers for the X.Org
>  X server, as well as providing a configuration infrastructure to manage
>  xorg.conf.  It does not provide the actual server itself, but removing it is
>  strongly discouraged.
>
> 15:31:44 [erich@debian mzscheme]$ aptitude show xserver-xorg-core
> Package: xserver-xorg-core
> State: installed
> Automatically installed: no
> Version: 1:1.0.2-0ubuntu10.5
> Priority: optional
> Section: x11
> Maintainer: Fabio M. Di Nitto <fabbione@ubuntu.com>
> Uncompressed Size: 10.4M
> Depends: x11-common, libc6 (>= 2.3.4-1), libfontenc1, libgcc1 (>= 1:4.0.2),
>          libxau6, libxdmcp6, libxfont1, zlib1g (>= 1:1.2.1)
> Recommends: xkeyboard-config
> Conflicts: xserver-xorg (< 6.8.2-38), xserver-xfree86
> Replaces: xserver-xorg (< 6.8.2-38), xserver-xfree86
> Description: X.Org X server -- core server
>  The X.Org X server is an X server for several architectures and operating
>  systems, which is derived from the XFree86 4.x series of X servers. 
>  
>  The X.Org server supports most modern graphics hardware from most vendors, and
>  supersedes all XFree86 X servers. 
>  
>  More information about X.Org can be found at: <URL:http://xorg.freedesktop.org>
>  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> 
>  
>  This module can be found as the module 'xserver/xorg' at
>  :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg
>
> 15:32:05 [erich@debian mzscheme]$ 
>   


--- End Message ---

Reply to: