[Pkg-blender-maintainers] Bug#405803: blender: Vertical extrude crashes X

gerhard oettl gerhard.oettl at oesoft.at
Wed Jan 10 20:59:16 CET 2007


Cyril Brulebois wrote:
> gerhard oettl <gerhard.oettl at oesoft.at> (06/01/2007):
>> X crashes (killing all X apps and prompt with the gdm login)
>> repeated several times - always reproduceable.
> 
> Hi, thanks for your report.
> 
> You could have a look at another related bug[1], and also at the
> README.Debian instructions[2] to check whether disabling DRI (if it
> happens to be enabled). 


> An Xorg backtrace could be fine too
> At last, knowing the video driver


Sorry for the delay..


I have collected some information:
lspci info
xorg.conf  (after installing I had manualy to change
   DefaultDepth from 24 to 16 after install to get the display working)
Xorg.oe1   (logfile before the crash happend)
Xorg.oe2   (Xorg.old logfile after the new logon - means X restart)
Xorg.oe3   (logfile after the X restart)

I am not very experienced but i think that the framebuffer video driver
is used.


thanks for having a look at it
-------------- next part --------------
00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset Graphics Controller] (rev 03)
00:02.1 Display controller: Intel Corporation 82830 CGC [Chipset Graphics Controller]
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #1) (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #2) (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #3) (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 41)
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 (rev 01)
00:1f.3 SMBus: Intel Corporation 82801CA/CAM SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 01)
01:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
01:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 41)
01:09.0 CardBus bridge: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus Controller (rev 02)
01:09.1 CardBus bridge: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus Controller (rev 02)
02:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
-------------- next part --------------
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/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	"type1"
	Load	"vbe"
EndSection

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

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

Section "Device"
	Identifier	"Standardgrafikkarte"
	Driver		"fbdev"
	BusID		"PCI:0:2:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Standardgrafikkarte"
	Monitor		"Standardbildschirm"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection
-------------- next part --------------

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 gerhardnb 2.6.16-2-686 #1 Fri Aug 18 19:01:49 UTC 2006 i686
Build Date: 07 July 2006
	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: Sun Jan  7 11:24:24 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Standardgrafikkarte"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) 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) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(II) Open ACPI successful (/var/run/acpid.socket)
(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 8086,3575 card 1025,101f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 1025,101f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 1025,101f rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,2482 card 1025,101f rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1025,101f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1025,101f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 41 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1025,101f rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1025,101f rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1025,101f rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1025,101f rev 01 class 07,03,00 hdr 00
(II) PCI: 01:03:0: chip 104c,8026 card 1025,101d rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:08:0: chip 8086,1031 card 1025,1017 rev 41 class 02,00,00 hdr 00
(II) PCI: 01:09:0: chip 1217,6933 card 7401,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 01:09:1: chip 1217,6933 card 7c01,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:00:0: chip 168c,0013 card 1385,5b00 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0004 (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	0x20000000 - 0x23ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (1:9:0), (1,2,5), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00007400 - 0x000074ff (0x100) IX[B]
	[1] -1	0	0x00007800 - 0x000078ff (0x100) IX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x20000000 - 0x21ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (1:9:1), (1,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0x22000000 - 0x23ffffff (0x2000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 3, Mem @ 0x98000000/27, 0x90100000/19
(--) PCI: (0:2:1) Intel Corporation 82830 CGC [Chipset Graphics Controller] 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	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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[1] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[2] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[3] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[4] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[5] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[6] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[12] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[13] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[15] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[16] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[17] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[18] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[19] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[20] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[21] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[22] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[1] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[2] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[3] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[4] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[5] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[6] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[12] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[13] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[15] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[16] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[17] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[18] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[19] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[20] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[21] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[22] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[16] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[17] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[18] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[19] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[21] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[22] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[23] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[24] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[25] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[26] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[27] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[28] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.3.0
	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: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00:02:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.0.2
	ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[16] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[17] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[18] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[19] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[21] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[22] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[23] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[24] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[25] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[26] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[27] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[28] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(**) FBDEV(0): claimed PCI slot 0:2:0
(II) FBDEV(0): using default device
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[19] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[21] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[22] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[23] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[24] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[25] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[26] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[27] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[28] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[29] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[30] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[31] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 3072kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): 	mode "1024x768" ok
(II) FBDEV(0): 	mode "800x600" ok
(II) FBDEV(0): 	mode "640x480" ok
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
(**) FBDEV(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
(II) FBDEV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) FBDEV(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) FBDEV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(++) FBDEV(0): DPI set to (96, 96)
(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
(**) FBDEV(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x90100000 - 0x9017ffff (0x80000) MX[B]
	[1] 0	0	0x98000000 - 0x9fffffff (0x8000000) MX[B]
	[2] -1	0	0x00100000 - 0x23ffffff (0x23f00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[7] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[8] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[9] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[10] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[11] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[12] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[14] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[21] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[22] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[23] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[24] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[25] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[26] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[27] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[28] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[29] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[30] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[31] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[32] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[33] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(**) Option "dpms"
(**) FBDEV(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" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
-------------- next part --------------

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 gerhardnb 2.6.16-2-686 #1 Fri Aug 18 19:01:49 UTC 2006 i686
Build Date: 07 July 2006
	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: Sun Jan  7 11:24:24 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Standardgrafikkarte"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) 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) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(II) Open ACPI successful (/var/run/acpid.socket)
(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 8086,3575 card 1025,101f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 1025,101f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 1025,101f rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,2482 card 1025,101f rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1025,101f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1025,101f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 41 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1025,101f rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1025,101f rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1025,101f rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1025,101f rev 01 class 07,03,00 hdr 00
(II) PCI: 01:03:0: chip 104c,8026 card 1025,101d rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:08:0: chip 8086,1031 card 1025,1017 rev 41 class 02,00,00 hdr 00
(II) PCI: 01:09:0: chip 1217,6933 card 7401,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 01:09:1: chip 1217,6933 card 7c01,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:00:0: chip 168c,0013 card 1385,5b00 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0004 (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	0x20000000 - 0x23ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (1:9:0), (1,2,5), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00007400 - 0x000074ff (0x100) IX[B]
	[1] -1	0	0x00007800 - 0x000078ff (0x100) IX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x20000000 - 0x21ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (1:9:1), (1,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0x22000000 - 0x23ffffff (0x2000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 3, Mem @ 0x98000000/27, 0x90100000/19
(--) PCI: (0:2:1) Intel Corporation 82830 CGC [Chipset Graphics Controller] 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	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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[1] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[2] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[3] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[4] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[5] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[6] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[12] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[13] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[15] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[16] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[17] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[18] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[19] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[20] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[21] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[22] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[1] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[2] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[3] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[4] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[5] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[6] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[12] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[13] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[15] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[16] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[17] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[18] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[19] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[20] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[21] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[22] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[16] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[17] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[18] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[19] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[21] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[22] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[23] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[24] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[25] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[26] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[27] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[28] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.3.0
	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: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00:02:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.0.2
	ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[16] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[17] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[18] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[19] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[21] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[22] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[23] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[24] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[25] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[26] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[27] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[28] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(**) FBDEV(0): claimed PCI slot 0:2:0
(II) FBDEV(0): using default device
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[19] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[21] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[22] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[23] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[24] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[25] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[26] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[27] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[28] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[29] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[30] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[31] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 3072kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): 	mode "1024x768" ok
(II) FBDEV(0): 	mode "800x600" ok
(II) FBDEV(0): 	mode "640x480" ok
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
(**) FBDEV(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
(II) FBDEV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) FBDEV(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) FBDEV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(++) FBDEV(0): DPI set to (96, 96)
(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
(**) FBDEV(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x90100000 - 0x9017ffff (0x80000) MX[B]
	[1] 0	0	0x98000000 - 0x9fffffff (0x8000000) MX[B]
	[2] -1	0	0x00100000 - 0x23ffffff (0x23f00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[7] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[8] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[9] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[10] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[11] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[12] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[14] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[21] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[22] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[23] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[24] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[25] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[26] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[27] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[28] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[29] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[30] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[31] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[32] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[33] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(**) Option "dpms"
(**) FBDEV(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" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xffffe420]
2: /usr/lib/xorg/modules/extensions/libGLcore.so(_swrast_write_rgba_span+0x89c) [0xa75e7b1c]
3: /usr/lib/xorg/modules/extensions/libGLcore.so [0xa75dc23d]
4: /usr/lib/xorg/modules/extensions/libGLcore.so [0xa75d17ec]
5: /usr/lib/xorg/modules/extensions/libGLcore.so(_swrast_Line+0x23) [0xa75d0c13]
6: /usr/lib/xorg/modules/extensions/libGLcore.so [0xa76122f1]
7: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_RenderClippedLine+0x23) [0xa76334b3]
8: /usr/lib/xorg/modules/extensions/libGLcore.so [0xa762c0f3]
9: /usr/lib/xorg/modules/extensions/libGLcore.so [0xa762f8da]
10: /usr/lib/xorg/modules/extensions/libGLcore.so [0xa76335b5]
11: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_run_pipeline+0x13f) [0xa7619d8f]
12: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_flush_vtx+0x2c5) [0xa7642855]
13: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_FlushVertices+0x7c) [0xa763f91c]
14: /usr/lib/xorg/modules/extensions/libGLcore.so(_mesa_LoadMatrixf+0xa2) [0xa7573aa2]
15: /usr/lib/xorg/modules/extensions/libglx.so [0xa7c1ea86]
16: /usr/lib/xorg/modules/extensions/libglx.so(__glXRender+0xf3) [0xa7c15fd3]
17: /usr/lib/xorg/modules/extensions/libglx.so [0xa7c1af6a]
18: /usr/bin/X(Dispatch+0x19b) [0x8086cab]
19: /usr/bin/X(main+0x489) [0x806e699]
20: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xa7d59ea8]
21: /usr/bin/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Fatal server error:
Caught signal 11.  Server aborting

-------------- next part --------------

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 gerhardnb 2.6.16-2-686 #1 Fri Aug 18 19:01:49 UTC 2006 i686
Build Date: 07 July 2006
	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: Sun Jan  7 13:53:34 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Standardgrafikkarte"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) 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) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(II) Open ACPI successful (/var/run/acpid.socket)
(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 8086,3575 card 1025,101f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 1025,101f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 1025,101f rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,2482 card 1025,101f rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1025,101f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1025,101f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 41 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1025,101f rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1025,101f rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1025,101f rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1025,101f rev 01 class 07,03,00 hdr 00
(II) PCI: 01:03:0: chip 104c,8026 card 1025,101d rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:08:0: chip 8086,1031 card 1025,1017 rev 41 class 02,00,00 hdr 00
(II) PCI: 01:09:0: chip 1217,6933 card 7401,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 01:09:1: chip 1217,6933 card 7c01,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:00:0: chip 168c,0013 card 1385,5b00 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0004 (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	0x20000000 - 0x23ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (1:9:0), (1,2,5), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00007400 - 0x000074ff (0x100) IX[B]
	[1] -1	0	0x00007800 - 0x000078ff (0x100) IX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x20000000 - 0x21ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (1:9:1), (1,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0x22000000 - 0x23ffffff (0x2000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 3, Mem @ 0x98000000/27, 0x90100000/19
(--) PCI: (0:2:1) Intel Corporation 82830 CGC [Chipset Graphics Controller] 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	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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[1] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[2] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[3] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[4] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[5] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[6] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[12] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[13] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[15] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[16] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[17] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[18] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[19] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[20] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[21] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[22] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[1] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[2] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[3] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[4] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[5] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[6] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[12] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[13] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[15] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[16] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[17] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[18] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[19] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[20] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[21] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[22] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[16] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[17] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[18] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[19] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[21] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[22] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[23] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[24] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[25] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[26] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[27] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[28] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.3.0
	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: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00:02:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.0.2
	ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[16] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[17] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[18] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[19] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[21] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[22] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[23] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[24] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[25] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[26] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[27] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[28] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
(**) FBDEV(0): claimed PCI slot 0:2:0
(II) FBDEV(0): using default device
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x23ffffff (0x23f00000) 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	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[5] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[6] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[7] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[8] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[9] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[10] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[12] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[19] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[21] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[22] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[23] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[24] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[25] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[26] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[27] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[28] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[29] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[30] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[31] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 3072kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): 	mode "1024x768" ok
(II) FBDEV(0): 	mode "800x600" ok
(II) FBDEV(0): 	mode "640x480" ok
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
(**) FBDEV(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
(II) FBDEV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) FBDEV(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) FBDEV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(++) FBDEV(0): DPI set to (96, 96)
(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
(**) FBDEV(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x90100000 - 0x9017ffff (0x80000) MX[B]
	[1] 0	0	0x98000000 - 0x9fffffff (0x8000000) MX[B]
	[2] -1	0	0x00100000 - 0x23ffffff (0x23f00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0x26000000 - 0x2600ffff (0x10000) MX[B]
	[7] -1	0	0x80101000 - 0x80101fff (0x1000) MX[B]
	[8] -1	0	0x80104000 - 0x80107fff (0x4000) MX[B]
	[9] -1	0	0x80100000 - 0x801007ff (0x800) MX[B]
	[10] -1	0	0x24000000 - 0x240003ff (0x400) MX[B]
	[11] -1	0	0x80200000 - 0x8027ffff (0x80000) MX[B](B)
	[12] -1	0	0x88000000 - 0x8fffffff (0x8000000) MX[B](B)
	[13] -1	0	0x90100000 - 0x9017ffff (0x80000) MX[B](B)
	[14] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00007000 - 0x0000703f (0x40) IX[B]
	[21] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[22] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[23] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[24] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[25] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
	[26] -1	0	0x0000a890 - 0x0000a89f (0x10) IX[B]
	[27] -1	0	0x0000a878 - 0x0000a878 (0x1) IX[B]
	[28] -1	0	0x0000a860 - 0x0000a860 (0x1) IX[B]
	[29] -1	0	0x0000a848 - 0x0000a848 (0x1) IX[B]
	[30] -1	0	0x0000a830 - 0x0000a830 (0x1) IX[B]
	[31] -1	0	0x0000a800 - 0x0000a81f (0x20) IX[B]
	[32] -1	0	0x0000a4e0 - 0x0000a4ff (0x20) IX[B]
	[33] -1	0	0x0000a4a0 - 0x0000a4bf (0x20) IX[B]
	[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(**) Option "dpms"
(**) FBDEV(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" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(EE) FBDEV(0): FBIOBLANK: Invalid argument
AUDIT: Sun Jan  7 13:53:37 2007: 4109 X: client 2 rejected from local host
AUDIT: Sun Jan  7 13:53:37 2007: 4109 X: client 2 rejected from local host


More information about the Pkg-blender-maintainers mailing list