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

Bug#476135: xserver-xorg-video-radeonhd: strange screen size calculations



Package: xserver-xorg-video-radeonhd
Version: 1.2.0-1
Severity: normal

Hi,

It looks like radeonhd is doing funny things with the screen size. At least
it made jcristau go "WTF??" enough that he asked for this bug :-)

>From the log:

(II) RADEONHD(0): Max H-Image Size [cm]: horiz.: 34  vert.: 22 
(II) RADEONHD(0): clock: 96.3 MHz   Image Size:  331 x 207 mm 
(II) RADEONHD(0): Setting screen physical size to 365 x 228 

It also comes up with a funny resolution, it seems:

(**) RADEONHD(0): DPI set to (203, 103)

Config and log attached, anyway.

JB.

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

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Nov 11  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1831520 Apr  2 20:46 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc M56P [Radeon Mobility X1600]

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3760 Feb  8 19:54 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /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/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	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"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"MacBook Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"macbook79"
	Option		"XkbLayout"	"fr"
#	Option		"XkbOptions"	"apple:badmap"
EndSection

Section "InputDevice"
	Identifier	"Appletouch Trackpad"
	Driver		"synaptics"
	Option		"CorePointer"
	Option		"Protocol"		"auto-dev"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
	Option		"MinSpeed"		"1.0"
	Option		"MaxSpeed"		"1.0"
	Option		"FingerLow"		"10"
	Option		"FingerHigh"		"15"
	Option		"TapButton1"		"0"
	Option		"TapButton2"		"0"
	Option		"TapButton3"		"0"
	# disable tapping & scrolling
	Option		"TouchpadOff"		"2"
EndSection

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

Section "Device"
	Identifier	"ATI Mobility Radeon X1600 M56P"
	Driver		"radeonhd"
	BusID		"PCI:1:0:0"
#	Option		"backingstore"		"true"
#	Option		"SilkenMouse"		"off"
#	Option		"XAANoOffscreenPixmaps"	"true"
EndSection

#Section "Monitor"
#	Identifier	"LVDS Panel"
#	Option		"DPMS"
#	HorizSync	28-50
#	VertRefresh	43-75
#EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Mobility Radeon X1600 M56P"
#	Monitor		"LVDS Panel"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Virtual		2720	900
#		Modes		"1440x900" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Virtual		2720	900
#		Modes		"1440x900" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Virtual		2720	900
#		Modes		"1440x900" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Virtual		2720	900
#		Modes		"1440x900" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Virtual		2720	900
#		Modes		"1440x900" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Virtual		2720	900
#		Modes		"1440x900" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"MacBook Keyboard"
	InputDevice	"Appletouch Trackpad"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "ServerFlags"
	Option	"AIGLX"	"off"
EndSection

Section "Extensions"
	Option	"Composite"	"Disable"
EndSection


Xorg X server log files on system:
-rw-rw-r-- 1 root root 34001 Apr 14 18:53 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-3)
Current Operating System: Linux sonic 2.6.24.3 #1 SMP Sat Mar 1 17:27:14 CET 2008 x86_64
Build Date: 02 April 2008  06:31:57PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 14 18:53:19 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "ATI Mobility Radeon X1600 M56P"
(==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
(**) |-->Input Device "MacBook Keyboard"
(**) |-->Input Device "Appletouch Trackpad"
(**) |-->Input Device "Generic Mouse"
(**) Option "AIGLX" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/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,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) 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,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/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,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7b2660
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 8086,7270 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,27a3 card 0000,0000 rev 03 class 11,01,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8384,7680 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,7270 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,7270 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 8086,7270 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,7270 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c4 card 8086,7270 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,7270 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,71c5 card 106b,0080 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,4362 card 11ab,5321 rev 22 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 168c,0024 card 0000,0000 rev 01 class 02,80,00 hdr 00
(II) PCI: 0c:03:0: chip 104c,8025 card 0000,0000 rev 01 class 0c,00,10 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,12), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00003000 - 0x00003fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x98300000 - 0x983fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0x98200000 - 0x982fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x98500000 - 0x985fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0x98100000 - 0x981fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:2), (0,4,11), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0x94100000 - 0x980fffff (0x4000000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0x90000000 - 0x93ffffff (0x4000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:30:0), (0,12,12), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
	[0] -1	0	0x94000000 - 0x940fffff (0x100000) 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)
(--) PCI:*(1:0:0) ATI Technologies Inc M56P [Radeon Mobility X1600] rev 0, Mem @ 0x80000000/28, 0x98300000/16, I/O @ 0x3000/8, BIOS @ 0xfffe0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) 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	0x94000000 - 0x94003fff (0x4000) MX[B]
	[1] -1	0	0x94004000 - 0x940047ff (0x800) MX[B]
	[2] -1	0	0x98100000 - 0x9810ffff (0x10000) MX[B]
	[3] -1	0	0x98200000 - 0x98203fff (0x4000) MX[B]
	[4] -1	0	0x98405000 - 0x984053ff (0x400) MX[B]
	[5] -1	0	0x98405400 - 0x984057ff (0x400) MX[B]
	[6] -1	0	0x98400000 - 0x98403fff (0x4000) MX[B]
	[7] -1	0	0x98404000 - 0x98404fff (0x1000) MX[B]
	[8] -1	0	0x98320000 - 0x9833ffff (0x20000) MX[B](B)
	[9] -1	0	0x98300000 - 0x9830ffff (0x10000) MX[B](B)
	[10] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
	[11] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[12] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[13] -1	0	0x000040a0 - 0x000040af (0x10) IX[B]
	[14] -1	0	0x000040e0 - 0x000040e3 (0x4) IX[B]
	[15] -1	0	0x000040c0 - 0x000040c7 (0x8) IX[B]
	[16] -1	0	0x000040e4 - 0x000040e7 (0x4) IX[B]
	[17] -1	0	0x000040c8 - 0x000040cf (0x8) IX[B]
	[18] -1	0	0x000040b0 - 0x000040bf (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x00004020 - 0x0000403f (0x20) IX[B]
	[24] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[25] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[26] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[27] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x94000000 - 0x94003fff (0x4000) MX[B]
	[1] -1	0	0x94004000 - 0x940047ff (0x800) MX[B]
	[2] -1	0	0x98100000 - 0x9810ffff (0x10000) MX[B]
	[3] -1	0	0x98200000 - 0x98203fff (0x4000) MX[B]
	[4] -1	0	0x98405000 - 0x984053ff (0x400) MX[B]
	[5] -1	0	0x98405400 - 0x984057ff (0x400) MX[B]
	[6] -1	0	0x98400000 - 0x98403fff (0x4000) MX[B]
	[7] -1	0	0x98404000 - 0x98404fff (0x1000) MX[B]
	[8] -1	0	0x98320000 - 0x9833ffff (0x20000) MX[B](B)
	[9] -1	0	0x98300000 - 0x9830ffff (0x10000) MX[B](B)
	[10] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
	[11] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[12] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[13] -1	0	0x000040a0 - 0x000040af (0x10) IX[B]
	[14] -1	0	0x000040e0 - 0x000040e3 (0x4) IX[B]
	[15] -1	0	0x000040c0 - 0x000040c7 (0x8) IX[B]
	[16] -1	0	0x000040e4 - 0x000040e7 (0x4) IX[B]
	[17] -1	0	0x000040c8 - 0x000040cf (0x8) IX[B]
	[18] -1	0	0x000040b0 - 0x000040bf (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x00004020 - 0x0000403f (0x20) IX[B]
	[24] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[25] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[26] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[27] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x94000000 - 0x94003fff (0x4000) MX[B]
	[5] -1	0	0x94004000 - 0x940047ff (0x800) MX[B]
	[6] -1	0	0x98100000 - 0x9810ffff (0x10000) MX[B]
	[7] -1	0	0x98200000 - 0x98203fff (0x4000) MX[B]
	[8] -1	0	0x98405000 - 0x984053ff (0x400) MX[B]
	[9] -1	0	0x98405400 - 0x984057ff (0x400) MX[B]
	[10] -1	0	0x98400000 - 0x98403fff (0x4000) MX[B]
	[11] -1	0	0x98404000 - 0x98404fff (0x1000) MX[B]
	[12] -1	0	0x98320000 - 0x9833ffff (0x20000) MX[B](B)
	[13] -1	0	0x98300000 - 0x9830ffff (0x10000) MX[B](B)
	[14] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[18] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[19] -1	0	0x000040a0 - 0x000040af (0x10) IX[B]
	[20] -1	0	0x000040e0 - 0x000040e3 (0x4) IX[B]
	[21] -1	0	0x000040c0 - 0x000040c7 (0x8) IX[B]
	[22] -1	0	0x000040e4 - 0x000040e7 (0x4) IX[B]
	[23] -1	0	0x000040c8 - 0x000040cf (0x8) IX[B]
	[24] -1	0	0x000040b0 - 0x000040bf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00004020 - 0x0000403f (0x20) IX[B]
	[30] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[31] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[32] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[33] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, 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 1.4.0.90, 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 1.4.0.90, 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 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(**) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers//radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
	compiled for 1.4.0.90, module version = 1.2.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:
	RV505 : Radeon X1550, X1550 64bit.
	RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
	RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
	R520  : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
	RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
	RV535 : Radeon X1300, X1650.
	RV550 : Radeon X2300 HD.
	RV560 : Radeon X1650.
	RV570 : Radeon X1950, X1950 GT; FireGL V7400.
	R580  : Radeon X1900, X1950; AMD Stream Processor.
	R600  : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
	RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
	RV620 : Radeon HD 3450, HD 3470.
	RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
		FireGL V3600/V5600.
	RV635 : Radeon HD 3650, HD 3670.
	RV670 : Radeon HD 3850, HD 3870, FireGL V7700.
	R680  : Radeon HD 3870 X2.
	M52   : Mobility Radeon X1300.
	M54   : Mobility Radeon X1400; M54-GL.
	M56   : Mobility Radeon X1600; Mobility FireGL V5200.
	M58   : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
	M62   : Mobility Radeon X1350.
	M64   : Mobility Radeon X1450, X2300.
	M66   : Mobility Radeon X1700, X1700 XT; FireGL V5250.
	M68   : Mobility Radeon X1900.
	M71   : Mobility Radeon HD 2300.
	M72   : Mobility Radeon HD 2400; Radeon E2400.
	M74   : Mobility Radeon HD 2400 XT.
	M76   : Mobility Radeon HD 2600;
		(Gemini ATI) Mobility Radeon HD 2600 XT.
	M82   : Mobility Radeon HD 3400.
	M86   : Mobility Radeon HD 3600.
	RS600 : Radeon Xpress 1200, Xpress 1250.
	RS690 : Radeon X1200, X1250, X1270.

(II) RADEONHD: version 1.2.0, built from dist of git branch master, commit 9d131f90

(II) Primary Device is: PCI 01:00:0
(--) Chipset M56 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x94000000 - 0x94003fff (0x4000) MX[B]
	[5] -1	0	0x94004000 - 0x940047ff (0x800) MX[B]
	[6] -1	0	0x98100000 - 0x9810ffff (0x10000) MX[B]
	[7] -1	0	0x98200000 - 0x98203fff (0x4000) MX[B]
	[8] -1	0	0x98405000 - 0x984053ff (0x400) MX[B]
	[9] -1	0	0x98405400 - 0x984057ff (0x400) MX[B]
	[10] -1	0	0x98400000 - 0x98403fff (0x4000) MX[B]
	[11] -1	0	0x98404000 - 0x98404fff (0x1000) MX[B]
	[12] -1	0	0x98320000 - 0x9833ffff (0x20000) MX[B](B)
	[13] -1	0	0x98300000 - 0x9830ffff (0x10000) MX[B](B)
	[14] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[18] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[19] -1	0	0x000040a0 - 0x000040af (0x10) IX[B]
	[20] -1	0	0x000040e0 - 0x000040e3 (0x4) IX[B]
	[21] -1	0	0x000040c0 - 0x000040c7 (0x8) IX[B]
	[22] -1	0	0x000040e4 - 0x000040e7 (0x4) IX[B]
	[23] -1	0	0x000040c8 - 0x000040cf (0x8) IX[B]
	[24] -1	0	0x000040b0 - 0x000040bf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00004020 - 0x0000403f (0x20) IX[B]
	[30] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[31] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[32] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[33] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x94000000 - 0x94003fff (0x4000) MX[B]
	[5] -1	0	0x94004000 - 0x940047ff (0x800) MX[B]
	[6] -1	0	0x98100000 - 0x9810ffff (0x10000) MX[B]
	[7] -1	0	0x98200000 - 0x98203fff (0x4000) MX[B]
	[8] -1	0	0x98405000 - 0x984053ff (0x400) MX[B]
	[9] -1	0	0x98405400 - 0x984057ff (0x400) MX[B]
	[10] -1	0	0x98400000 - 0x98403fff (0x4000) MX[B]
	[11] -1	0	0x98404000 - 0x98404fff (0x1000) MX[B]
	[12] -1	0	0x98320000 - 0x9833ffff (0x20000) MX[B](B)
	[13] -1	0	0x98300000 - 0x9830ffff (0x10000) MX[B](B)
	[14] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[18] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[19] -1	0	0x000040a0 - 0x000040af (0x10) IX[B]
	[20] -1	0	0x000040e0 - 0x000040e3 (0x4) IX[B]
	[21] -1	0	0x000040c0 - 0x000040c7 (0x8) IX[B]
	[22] -1	0	0x000040e4 - 0x000040e7 (0x4) IX[B]
	[23] -1	0	0x000040c8 - 0x000040cf (0x8) IX[B]
	[24] -1	0	0x000040b0 - 0x000040bf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00004020 - 0x0000403f (0x20) IX[B]
	[30] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[31] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[32] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[33] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Selected XAA 2D acceleration.
(--) RADEONHD(0): Detected an M56 on a Macbook Pro
(II) RADEONHD(0): Mapped IO at 0x2b93f43a1000 (size 0x00010000)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom: 
	SubsystemVendorID: 0x106b SubsystemID: 0x0080
	IOBaseAddress: 0x3000
	Filename: BR24718.BIN 
	BIOS Bootup Message: 

M56P M59 ATOM BIOS 423e/450m                                                


(II) RADEONHD(0): Analog TV Default Mode: 1
(II) RADEONHD(0): Found default TV Mode NTSC
(--) RADEONHD(0): VideoRAM: 262144 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0xfffb000
(II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0xfffb000
(II) RADEONHD(0): Default Engine Clock: 423000
(II) RADEONHD(0): Default Memory Clock: 450000
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEONHD(0): Default Engine Clock: 423000
(II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) RADEONHD(0): Detected VGA mode.
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): ConnectorInfo from quirk table:(II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_PANEL, "Panel", RHD_DDC_2, RHD_HPD_NONE, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_DVI, "DVI-I", RHD_DDC_0, RHD_HPD_0, { RHD_OUTPUT_DACB, RHD_OUTPUT_TMDSA } }
(II) RADEONHD(0): LVDS SEQ Dig onto DE: 30
(II) RADEONHD(0): LVDS SEQ DE to BL: 250
(II) RADEONHD(0): LVDS Off Delay: 500
(II) RADEONHD(0): LVDS Duallink: 0x1
(II) RADEONHD(0): LVDS 24Bit: 0x0
(II) RADEONHD(0): LVDS FPDI: 0x0
(II) RADEONHD(0): LVDS Temporal Dither : 0x40
(II) RADEONHD(0): LVDS Spatial Dither : 0x0
(II) RADEONHD(0): LVDS Grey Level: 0x8
(EE) RADEONHD(0): AtomBIOS returned 8 Grey Levels
(--) RADEONHD(0): Detected a 18bit dual link panel.
(--) RADEONHD(0): Attaching Output LVDS to Connector PANEL
(--) RADEONHD(0): Attaching Output DAC B to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-I 1
(II) RADEONHD(0): RandR: Adding RRoutput PANEL for Output LVDS
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/analog for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/digital for Output TMDS A
(II) RADEONHD(0): Output PANEL has no monitor section
(II) RADEONHD(0): Output DVI-I_1/analog has no monitor section
(II) RADEONHD(0): Output DVI-I_1/digital has no monitor section
(II) RADEONHD(0): I2C device "RHD I2C line 2:ddc2" registered at address 0xA0.
(II) RADEONHD(0): EDID data for LVDS Panel
(II) RADEONHD(0): Manufacturer: APP  Model: 9c60  Serial#: 0
(II) RADEONHD(0): Year: 2006  Week: 4
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Digital Display Input
(II) RADEONHD(0): Max H-Image Size [cm]: horiz.: 34  vert.: 22
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): No DPMS capabilities specified; RGB/Color Display
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.590 redY: 0.345   greenX: 0.315 greenY: 0.555
(II) RADEONHD(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 96.3 MHz   Image Size:  331 x 207 mm
(II) RADEONHD(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEONHD(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
(II) RADEONHD(0):  B154PW01 V0
(II) RADEONHD(0): Monitor name: Color LCD
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff000610609c00000000
(II) RADEONHD(0): 	04100103802216780a1cf59758508e27
(II) RADEONHD(0): 	27505400000001010101010101010101
(II) RADEONHD(0): 	0101010101019f25a04051840c304020
(II) RADEONHD(0): 	33004bcf100000190000000100061030
(II) RADEONHD(0): 	00000000000000000a20000000fe0042
(II) RADEONHD(0): 	313534505730312056300a20000000fc
(II) RADEONHD(0): 	00436f6c6f72204c43440a20202000bc
(II) RADEONHD(0): EDID vendor "APP", prod id 40032
(II) RADEONHD(0): Printing DDC gathered Modelines:
(II) RADEONHD(0): Modeline "1440x900"x0.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
(II) RADEONHD(0): Output PANEL connected
(II) RADEONHD(0): Output DVI-I_1/analog disconnected
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output PANEL using initial mode 1440x900
(II) RADEONHD(0): RandR 1.2 support enabled
(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEONHD(0): Using 2720x900 Framebuffer with 2752 pitch
(++) RADEONHD(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x98300000 - 0x9830ffff (0x10000) MS[B]
	[1] 0	0	0x80000000 - 0x8fffffff (0x10000000) MS[B]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) 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	0x94000000 - 0x94003fff (0x4000) MX[B]
	[7] -1	0	0x94004000 - 0x940047ff (0x800) MX[B]
	[8] -1	0	0x98100000 - 0x9810ffff (0x10000) MX[B]
	[9] -1	0	0x98200000 - 0x98203fff (0x4000) MX[B]
	[10] -1	0	0x98405000 - 0x984053ff (0x400) MX[B]
	[11] -1	0	0x98405400 - 0x984057ff (0x400) MX[B]
	[12] -1	0	0x98400000 - 0x98403fff (0x4000) MX[B]
	[13] -1	0	0x98404000 - 0x98404fff (0x1000) MX[B]
	[14] -1	0	0x98320000 - 0x9833ffff (0x20000) MX[B](B)
	[15] -1	0	0x98300000 - 0x9830ffff (0x10000) MX[B](B)
	[16] -1	0	0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
	[17] 0	0	0x00003000 - 0x000030ff (0x100) IS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[22] -1	0	0x000040a0 - 0x000040af (0x10) IX[B]
	[23] -1	0	0x000040e0 - 0x000040e3 (0x4) IX[B]
	[24] -1	0	0x000040c0 - 0x000040c7 (0x8) IX[B]
	[25] -1	0	0x000040e4 - 0x000040e7 (0x4) IX[B]
	[26] -1	0	0x000040c8 - 0x000040cf (0x8) IX[B]
	[27] -1	0	0x000040b0 - 0x000040bf (0x10) IX[B]
	[28] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[29] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[30] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[31] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[32] -1	0	0x00004020 - 0x0000403f (0x20) IX[B]
	[33] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[34] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[35] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[36] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) RADEONHD(0): Mapped IO at 0x2b93f43a1000 (size 0x00010000)
(==) RADEONHD(0): Write-combining range (0x80000000,0x10000000)
(II) RADEONHD(0): Mapped FB at 0x2b93f4836000 (size 0x10000000)
(II) RADEONHD(0): Using 2438 scanlines of offscreen memory
(II) RADEONHD(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 Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		14 512x512 slots
(==) RADEONHD(0): Backing store disabled
(==) RADEONHD(0): Silken mouse enabled
(II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) RADEONHD(0): Using HW cursor
(II) RADEONHD(0): DPMS enabled
(--) RandR disabled
(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 XAccessControlExtension
(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
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) RADEONHD(0): Setting screen physical size to 365 x 228
(**) Option "CoreKeyboard"
(**) MacBook Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) MacBook Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) MacBook Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "macbook79"
(**) MacBook Keyboard: XkbModel: "macbook79"
(**) Option "XkbLayout" "fr"
(**) MacBook Keyboard: XkbLayout: "fr"
(**) Option "CustomKeycodes" "off"
(**) MacBook Keyboard: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Appletouch Trackpad auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(**) Option "FingerLow" "10"
(**) Option "FingerHigh" "15"
(**) Option "TouchpadOff" "2"
(**) Option "TapButton1" "0"
(**) Option "TapButton2" "0"
(**) Option "TapButton3" "0"
(--) Appletouch Trackpad touchpad found
(**) Option "CorePointer"
(**) Appletouch Trackpad: always reports core events
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Device: "/dev/input/mice"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 9
(**) Generic Mouse: Sensitivity: 1
(II) evaluating device (Generic Mouse)
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(II) evaluating device (Appletouch Trackpad)
(II) XINPUT: Adding extended input device "Appletouch Trackpad" (type: MOUSE)
(II) evaluating device (MacBook Keyboard)
(II) XINPUT: Adding extended input device "MacBook Keyboard" (type: KEYBOARD)
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(--) Appletouch Trackpad auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) Appletouch Trackpad touchpad found
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[config/hal] couldn't initialise context: (null) ((null))


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24.3 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-radeonhd depends on:
ii  libc6              2.7-10                GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.1~git20080131-3 Xorg X server - core server

xserver-xorg-video-radeonhd recommends no packages.

-- no debconf information



Reply to: