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

Bug#446111: xserver-xorg-core: X crashes immediately after wakeup from suspend-to-RAM (APM), but not always :-)



Package: xserver-xorg-core
Version: 2:1.1.1-21
Severity: normal

X crashes seemingly randomly after wakeup from suspend-to-RAM. When it
crashes, it seems to happen during wake-up. If if survives wake-up it
runs stable until next suspend-cycle. I don't normally use
suspend-to-disk, but I tried that once only to test if X would crash,
which it did not. Since this computer is old and slow, suspend-to-disk
too slow to be usable.

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-05-26 00:12 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1597964 2007-04-04 03:37 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:12.0 VGA compatible controller: Chips and Technologies F68554 HiQVision (rev a2)

/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 5614 2007-10-04 10:06 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	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	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
	# customization 070927
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"se"
EndSection

Section "InputDevice"
	Identifier	"Touchpad"
	Driver		"synaptics"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"Emulate3Buttons"	"true"
	Option	"SHMConfig"	"on"
	
EndSection

Section "InputDevice"
  Driver  	"synaptics"
  Identifier  	"alps touchpad"
  Option	"CorePointer"
  Option	"Device"  		"/dev/input/mice"
  Option	"Protocol"		"auto-dev"
  Option	"LeftEdge"		"120"
  Option	"RightEdge"		"830"
  Option	"TopEdge"		"120"
  Option	"BottomEdge"		"650"
  Option	"FingerLow"		"14"
  Option	"FingerHigh"		"15"
  Option	"MaxTapTime"		"180"
  Option	"MaxTapMove"		"110"
  Option	"EmulateMidButtonTime"	"75"
  Option	"VertScrollDelta"	"20"
  Option	"HorizScrollDelta"	"20"
  Option	"MinSpeed"		"0.3"
  Option	"MaxSpeed"		"0.75"
  Option	"AccelFactor"		"0.015"
  Option	"EdgeMotionMinSpeed"	"200"
  Option	"EdgeMotionMaxSpeed"	"200"
  Option	"UpDownScrolling"	"1"
  Option	"CircularScrolling"	"1"
  Option	"CircScrollDelta"	"0.1"
  Option	"CircScrollTrigger"	"2"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
#	Option		"AlwaysCore"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
#	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"Chips and Technologies F68554 HiQVision"
	Driver		"chips"
	BusID		"PCI:0:18:0"
	Option		"HWcursor"
	Option		"SuspendHack"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Chips and Technologies F68554 HiQVision"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	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	"alps touchpad"
#	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

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

Xorg X server log files on system:
-rw-r--r-- 1 root root 29153 2007-05-27 01:10 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 28278 2007-05-27 09:35 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 29165 2007-10-10 15:52 /var/log/Xorg.0.log

Contents of a Xorg X server log file when it crashed
/var/log/Xorg.0.log:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux amin 2.6.18-4-486 #1 Mon Mar 26 16:39:10 UTC 2007 i586
Build Date: 04 April 2007
	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: Mon Oct  8 10:42:35 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Chips and Technologies F68554 HiQVision"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "alps touchpad"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/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"
(**) Option "DontVTSwitch" "on"
(**) Option "DontZap" "on"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Open APM successful
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1045,c701 card 03cc,0e11 rev 20 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1045,c700 card 03cc,0e11 rev 20 class 06,01,00 hdr 00
(II) PCI: 00:11:0: chip 104c,ac15 card 1400,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 00:11:1: chip 104c,ac15 card 1c00,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 00:12:0: chip 102c,00f4 card 0000,0000 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:14:0: chip 1045,d568 card 03cc,0e11 rev 12 class 01,01,80 hdr 00
(II) PCI: 05:00:0: chip 1814,0301 card 1799,701e rev 00 class 02,80,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,5), 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-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 1: bridge is at (0:17:0), (0,1,4), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]
	[1] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x12000000 - 0x13ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x10000000 - 0x11ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (0:17:1), (0,5,8), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[1] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0x16000000 - 0x17ffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0x14000000 - 0x15ffffff (0x2000000) MX[B]
(--) PCI:*(0:18:0) Chips and Technologies F68554 HiQVision rev 162, Mem @ 0x40000000/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	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) Active PCI resource ranges:
	[0] -1	0	0x40000000 - 0x40ffffff (0x1000000) MX[B](B)
	[1] -1	0	0x00001000 - 0x0000100f (0x10) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0x16000000 - 0x16007fff (0x8000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x40000000 - 0x40ffffff (0x1000000) MX[B](B)
	[1] -1	0	0x00001000 - 0x0000100f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x16000000 - 0x16007fff (0x8000) MX[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	0x40000000 - 0x40ffffff (0x1000000) MX[B](B)
	[5] -1	0	0x16000000 - 0x16007fff (0x8000) MX[B]
	[6] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[7] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[8] -1	0	0x00001000 - 0x0000100f (0x10) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, 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 7.1.1, 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 7.1.1, 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 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "chips"
(II) Loading /usr/lib/xorg/modules/drivers/chips_drv.so
(II) Module chips: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525,
	ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
	ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
(II) Primary Device is: PCI 00:12:0
(--) Chipset ct68554 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	0x40000000 - 0x40ffffff (0x1000000) MX[B](B)
	[5] -1	0	0x16000000 - 0x16007fff (0x8000) MX[B]
	[6] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[7] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[8] -1	0	0x00001000 - 0x0000100f (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	0x40000000 - 0x40ffffff (0x1000000) MX[B](B)
	[5] -1	0	0x16000000 - 0x16007fff (0x8000) MX[B]
	[6] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[7] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[8] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[9] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x00001000 - 0x0000100f (0x10) IX[B]
	[12] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[13] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) CHIPS(0): initializing int10
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules/libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) CHIPS(0): Primary V_BIOS segment is: 0xc000
(WW) System lacks support for changing MTRRs
(II) CHIPS(0): VESA BIOS detected
(II) CHIPS(0): VESA VBE Version 2.0
(II) CHIPS(0): VESA VBE Total Mem: 2048 kB
(II) CHIPS(0): VESA VBE OEM: CHIPS 6x554 Super VGA
(II) CHIPS(0): VESA VBE OEM Software Rev: 1.0
(II) CHIPS(0): VESA VBE OEM Vendor: Chips & Technologies, Inc.
(II) CHIPS(0): VESA VBE OEM Product: 6x554 Display Controller
(II) CHIPS(0): VESA VBE OEM Product Rev: 2
(**) CHIPS(0): Depth 24, (--) framebuffer bpp 24
(II) CHIPS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) CHIPS(0): RGB weight 888
(==) CHIPS(0): Default visual is TrueColor
(==) CHIPS(0): Using gamma correction (1.0, 1.0, 1.0)
(**) CHIPS(0): Option "HWcursor"
(**) CHIPS(0): Option "SuspendHack"
(**) CHIPS(0): Using HW cursor
(**) CHIPS(0): Enabling linear addressing
(--) CHIPS(0): base address is set at 0x40000000.
(==) CHIPS(0): IOAddress is set at 0x40400000.
(**) CHIPS(0): Using MMIO
(--) CHIPS(0): VideoRAM: 2048 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) CHIPS(0): VESA VBE DDC supported
(II) CHIPS(0): VESA VBE DDC Level 2
(II) CHIPS(0): VESA VBE DDC transfer in appr. 1 sec.
(II) CHIPS(0): VESA VBE DDC read failed
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) CHIPS(0): I2C bus "DDC" initialized.
(II) CHIPS(0): Probing for DDC1
(--) CHIPS(0): DD-STN probed
(--) CHIPS(0): LCD
(--) CHIPS(0): Display Size: x=800; y=600
(--) CHIPS(0): Frame Buffer used
(--) CHIPS(0): Using embedded Frame Buffer, size 96000 bytes
(--) CHIPS(0): Frame accelerator enabled
(--) CHIPS(0): PCI Bus
(--) CHIPS(0): Internal DAC disabled
(--) CHIPS(0): Using programmable clocks
(--) CHIPS(0): Dot clock 0:  25.056 MHz
(--) CHIPS(0): Dot clock 1:  28.325 MHz CRTclk
(--) CHIPS(0): Dot clock 2:  40.090 MHz FPclk
(--) CHIPS(0): Probed memory clock of  37.998 MHz
(==) CHIPS(0): Min pixel clock is   1.000 MHz
(--) CHIPS(0): Max pixel clock is  53.197 MHz
(II) CHIPS(0): Generic Monitor: Using hsync range of 28.00-51.00 kHz
(II) CHIPS(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) CHIPS(0): Clock range:   1.00 to  53.20 MHz
(II) CHIPS(0): Not using default mode "640x350" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x400" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "720x400" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x480" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x480" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x480" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (vrefresh out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1152x864" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x720" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x720" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "832x624" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x800" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1152x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1152x864" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1440x900" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1680x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x720" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) CHIPS(0): Not using mode "1024x768" (no mode of this name)
(--) CHIPS(0): Virtual size is 800x600 (pitch 800)
(**) CHIPS(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) CHIPS(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) CHIPS(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) CHIPS(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) CHIPS(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) CHIPS(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(++) CHIPS(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x40000000 - 0x40ffffff (0x1000000) MS[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	0x40000000 - 0x40ffffff (0x1000000) MX[B](B)
	[6] -1	0	0x16000000 - 0x16007fff (0x8000) MX[B]
	[7] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[8] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[9] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0	0x00001000 - 0x0000100f (0x10) IX[B]
	[13] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[14] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(--) CHIPS(0): 561152 bytes off-screen memory available
(II) CHIPS(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	CPU to Screen color expansion
	Screen to Screen color expansion
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Driver provided WritePixmap replacement
	Setting up tile and stipple cache:
		6 128x128 slots
		32 8x8 color expansion slots
(==) CHIPS(0): Backing store disabled
(**) Option "dpms"
(**) CHIPS(0): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "se"
(**) Generic Keyboard: XkbLayout: "se"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) alps touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(**) Option "LeftEdge" "120"
(**) Option "RightEdge" "830"
(**) Option "TopEdge" "120"
(**) Option "BottomEdge" "650"
(**) Option "FingerLow" "14"
(**) Option "FingerHigh" "15"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "110"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "1"
(**) Option "CircScrollTrigger" "2"
(--) alps touchpad touchpad found
(**) Option "CorePointer"
(**) alps touchpad: Core Pointer
(II) XINPUT: Adding extended input device "alps touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+se" };
    xkb_geometry             { include "pc(pc105)" };
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) alps touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(--) alps touchpad touchpad found
    xkb_types                { include "%" };
    xkb_compatibility        { include "%" };
    xkb_symbols              { include "%" };
    xkb_geometry             { include "%" };
(EE) Error loading keymap /var/tmp/server-0.xkm
(II) PM Event received: User System Suspend Request
Synaptics DeviceOff called
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Normal Resume System
Synaptics DeviceOn called
(--) alps touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(--) alps touchpad touchpad found
(II) PM Event received: User System Suspend Request
Synaptics DeviceOff called
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Normal Resume System
Synaptics DeviceOn called
(--) alps touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(--) alps touchpad touchpad found

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xb7f0e420]
2: /usr/bin/X11/X(Dispatch+0x81) [0x8086b91]
3: /usr/bin/X11/X(main+0x489) [0x806e699]
4: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7d1cea8]
5: /usr/bin/X11/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Fatal server error:
Caught signal 11.  Server aborting



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=C, LC_CTYPE=sv_SE.iso885915 (charmap=ISO-8859-15)

Versions of packages xserver-xorg-core depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libfontenc1                 1:1.0.2-2    X11 font encoding library
ii  libgcc1                     1:4.1.1-21   GCC support library
ii  libxau6                     1:1.0.1-2    X11 authorisation library
ii  libxdmcp6                   1:1.0.1-2    X11 Display Manager Control Protoc
ii  libxfont1                   1:1.2.2-2    X11 font rasterisation library
ii  x11-common                  1:7.1.0-16   X Window System (X.Org) infrastruc
ii  xserver-xorg                1:7.1.0-16   the X.Org X server
ii  zlib1g                      1:1.2.3-13   compression library - runtime

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base                   1:1.0.0-4  standard fonts for X
ii  xkb-data                      0.9-4      X Keyboard Extension (XKB) configu

-- no debconf information




Reply to: