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

Bug#232272: xserver-xfree86: PS/2 mouse not found: enable AllowMouseOpenFail?



Package: xserver-xfree86
Version: 4.2.1-16
Severity: wishlist

On new kernel-image-2.6.2-1-686 (with disabled INPUT_MOUSEDEV_PSAUX,
see #229796) X server fails to open /dev/psaux and aborts, although
it starts and mouse works fine after adding following lines added to
/etc/X11/XF86Config:

Section "ServerFlags"
        Option  "AllowMouseOpenFail"
EndSection

This option seems reasonable to add even without this specific problem:
in most sane configurations X is usable even without mouse, some queer
mouse troubles shouldn't leave user completely without X.


-- Package-specific info:
00:02.0 VGA compatible controller: Intel Corp.: Unknown device 3577 (rev 04)
00:02.0 Class 0300: 8086:3577 (rev 04)

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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 "ServerFlags"
	Option	"AllowMouseOpenFail"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc101"
	Option		"XkbLayout"	"ru"
	Option		"XkbOptions"	"grp:toggle"
EndSection

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

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

Section "Device"
	Identifier	"Intel i830m"
	Driver		"i810"
	VideoRam	8192
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel i830m"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	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"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection



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

XFree86 Version 4.2.1.1 (Debian 4.2.1-16 20040203180713 root@cyberhq.internal.cyberhqz.com) / 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.6.1-rc2 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: Wed Feb 11 18:55:48 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel i830m"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "ru"
(**) XKB: layout: "ru"
(**) Option "XkbOptions" "grp:toggle"
(**) XKB: options: "grp:toggle"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/Speedo".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/Speedo").
(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.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
(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 = 0x8001400c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 1014,1017 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 1014,0505 rev 04 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 1014,0505 rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,2482 card 1014,1017 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1014,1017 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1014,1017 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1014,1017 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1014,1017 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1014,0500 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1014,0504 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:05:0: chip 1260,3873 card 1668,0406 rev 01 class 02,80,00 hdr 00
(II) PCI: 01:08:0: chip 8086,1031 card 1014,1031 rev 42 class 02,00,00 hdr 00
(II) PCI: 01:09:0: chip 104c,ac50 card 0000,0000 rev 02 class 06,07,00 hdr 02
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
Not loading .note.GNU-stack
(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: 0x04 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1 0	0x00007000 - 0x000070ff (0x100) IX[B]
	[1] -1 0	0x00007400 - 0x000074ff (0x100) IX[B]
	[2] -1 0	0x00007800 - 0x000078ff (0x100) IX[B]
	[3] -1 0	0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0x80100000 - 0x801fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0x80300000 - 0x803fffff (0x100000) MX[B]
(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 i830M rev 4, Mem @ 0x98000000/27, 0x90100000/19
(--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0x88000000/27, 0x80200000/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	0x80100000 - 0x80100fff (0x1000) MX[B]
	[1] -1 0	0x80300000 - 0x80300fff (0x1000) MX[B]
	[2] -1 0	0x18000000 - 0x180003ff (0x400) MX[B]
	[3] -1 0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[4] -1 0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[5] -1 0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[6] -1 0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[7] -1 0	0x00007000 - 0x0000703f (0x40) IX[B]
	[8] -1 0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[9] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[10] -1 0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[11] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[12] -1 0	0x00008000 - 0x0000801f (0x20) IX[B]
	[13] -1 0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[14] -1 0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[15] -1 0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[16] -1 0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[17] -1 0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[18] -1 0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[19] -1 0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[20] -1 0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0x80100000 - 0x80100fff (0x1000) MX[B]
	[1] -1 0	0x80300000 - 0x80300fff (0x1000) MX[B]
	[2] -1 0	0x18000000 - 0x180003ff (0x400) MX[B]
	[3] -1 0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[4] -1 0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[5] -1 0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[6] -1 0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[7] -1 0	0x00007000 - 0x0000703f (0x40) IX[B]
	[8] -1 0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[9] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[10] -1 0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[11] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[12] -1 0	0x00008000 - 0x0000801f (0x20) IX[B]
	[13] -1 0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[14] -1 0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[15] -1 0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[16] -1 0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[17] -1 0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[18] -1 0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[19] -1 0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[20] -1 0	0x0000a4a0 - 0x0000a4bf (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 - 0x17ffffff (0x17f00000) 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 - 0x17ffffff (0x17f00000) 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	0x80100000 - 0x80100fff (0x1000) MX[B]
	[6] -1 0	0x80300000 - 0x80300fff (0x1000) MX[B]
	[7] -1 0	0x18000000 - 0x180003ff (0x400) MX[B]
	[8] -1 0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[9] -1 0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[10] -1 0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[11] -1 0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[12] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1 0	0x00007000 - 0x0000703f (0x40) IX[B]
	[15] -1 0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[16] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[17] -1 0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[18] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[19] -1 0	0x00008000 - 0x0000801f (0x20) IX[B]
	[20] -1 0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[21] -1 0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[22] -1 0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[23] -1 0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[24] -1 0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[25] -1 0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[26] -1 0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[27] -1 0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No symbols found
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
(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
Not loading .note.GNU-stack
(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
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset i830M found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x17ffffff (0x17f00000) 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	0x80100000 - 0x80100fff (0x1000) MX[B]
	[6] -1 0	0x80300000 - 0x80300fff (0x1000) MX[B]
	[7] -1 0	0x18000000 - 0x180003ff (0x400) MX[B]
	[8] -1 0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[9] -1 0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[10] -1 0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[11] -1 0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[12] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1 0	0x00007000 - 0x0000703f (0x40) IX[B]
	[15] -1 0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[16] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[17] -1 0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[18] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[19] -1 0	0x00008000 - 0x0000801f (0x20) IX[B]
	[20] -1 0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[21] -1 0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[22] -1 0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[23] -1 0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[24] -1 0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[25] -1 0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[26] -1 0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[27] -1 0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x17ffffff (0x17f00000) 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	0x80100000 - 0x80100fff (0x1000) MX[B]
	[6] -1 0	0x80300000 - 0x80300fff (0x1000) MX[B]
	[7] -1 0	0x18000000 - 0x180003ff (0x400) MX[B]
	[8] -1 0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[9] -1 0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[10] -1 0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[11] -1 0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[12] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x00007000 - 0x0000703f (0x40) IX[B]
	[18] -1 0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[19] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[20] -1 0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[21] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[22] -1 0	0x00008000 - 0x0000801f (0x20) IX[B]
	[23] -1 0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[24] -1 0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[25] -1 0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[26] -1 0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[27] -1 0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[28] -1 0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[29] -1 0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[30] -1 0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[31] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[32] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(--) I810(0): Chipset: "i830"
(--) I810(0): Linear framebuffer at 0x98000000
(--) I810(0): IO registers at addr 0x90100000
(II) I810(0): detected 8060K stolen memory.
(II) I810(0): I810CheckAvailableMemory: 320508k available
(==) I810(0): Will alloc AGP framebuffer: 8192 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):     LFP (Local Flat Panel) child device
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) VESA BIOS detected
(II) VESA VBE Version 3.0
(II) VESA VBE Total Mem: 8000 kB
(II) VESA VBE OEM: Almador Graphics Chip Accelerated VGA BIOS
(II) VESA VBE OEM Software Rev: 1.0
(II) VESA VBE OEM Vendor: Intel Corporation
(II) VESA VBE OEM Product: Almador Graphics Controller
(II) VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(++) I810(0): DPI set to (100, 100)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): Default mode "1024x768"
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0x90100000 - 0x9017ffff (0x80000) MS[B]
	[1] 0 0	0x98000000 - 0x9fffffff (0x8000000) MS[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x17ffffff (0x17f00000) MX[B]E(B)
	[4] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1 0	0x80100000 - 0x80100fff (0x1000) MX[B]
	[8] -1 0	0x80300000 - 0x80300fff (0x1000) MX[B]
	[9] -1 0	0x18000000 - 0x180003ff (0x400) MX[B]
	[10] -1 0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[11] -1 0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[12] -1 0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[13] -1 0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[14] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[15] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[16] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[17] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1 0	0x00007000 - 0x0000703f (0x40) IX[B]
	[20] -1 0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[21] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[22] -1 0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[23] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[24] -1 0	0x00008000 - 0x0000801f (0x20) IX[B]
	[25] -1 0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[26] -1 0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[27] -1 0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[28] -1 0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[29] -1 0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[30] -1 0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[31] -1 0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[32] -1 0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[33] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) I810(0): Default visual is TrueColor
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) I810(0): [drm] created "i830" driver at busid "PCI:0:2:0"
(II) I810(0): [drm] added 8192 byte SAREA at 0xd8261000
(II) I810(0): [drm] mapped SAREA 0xd8261000 to 0x40282000
(II) I810(0): [drm] framebuffer handle = 0x98000000
(II) I810(0): [drm] added 1 reserved context for kernel
(II) I810(0): [drm] Registers = 0x90100000
(II) I810(0): [dri] Bound backbuffer memory
(II) I810(0): [dri] Bound depthbuffer memory
(II) I810(0): [agp] GART: Allocated 4K for mouse cursor image
(II) I810(0): [dri] Activating Tiled Memory
xf86TokenToOptinfo: table is NULL
(II) I810(0): Adding 768 scanlines for pixmap caching
(II) I810(0): Allocated Scratch Memory
(II) I810(0): [dri] Buffer map : 6d7000
(II) I810(0): [drm] added 256 4096 byte DMA buffers
(II) I810(0): [drm] dma control initialized, using IRQ 11
(II) I810(0): [dri] visual configs initialized
(==) I810(0): Write-combining range (0x98000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		24 128x128 slots
		6 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): X context handle = 0x00000001
(II) I810(0): [drm] installed DRM signal handler
(II) I810(0): [DRI] installation complete
(II) I810(0): direct rendering: Enabled
(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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Configured Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(EE) xf86OpenSerial: Cannot open device /dev/psaux
	No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
(II) UnloadModule: "mouse"
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
No core pointer

Fatal server error:
failed to initialize core devices

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        35393 2004-02-11 18:08 /var/log/XFree86.0.log

-- System Information:
Debian Release: 3.0
  APT prefers unstable
  APT policy: (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.2-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages xserver-xfree86 depends on:
ii  debconf                     1.4.9        Debian configuration management sy
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  xserver-common              4.2.1-16     files and utilities common to all 
ii  zlib1g                      1:1.2.1-4    compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: Intel i830m
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* 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: false
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/inputdevice/keyboard/layout: ru
  xserver-xfree86/config/monitor/horiz-sync: 30-60
* xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram: 8192
* xserver-xfree86/config/monitor/mode-list: 1024x768 @ 75Hz
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal: 
  xserver-xfree86/clobber_XF86Config-4: 
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc101
* 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: 16
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1024x768
  xserver-xfree86/config/inputdevice/mouse/retry_detection: 
  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/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: grp:toggle
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true

-- 
Dmitry Borodaenko




Reply to: