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

Bug#476198: xserver-xorg-video-radeonhd: Cannot turn on a secondary screen without restarting X (xrandr-related problem)



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

Hi,

Not sure if this is a driver issue or a problem with xrandr itself. Please help point it in the right direction.

In order to utilise a secondary screen I find that it must be plugged in at the point that the X server starts. If it's 
plugged in, xrandr can adjust it without problems. If it's not plugged in  when the X server starts, but plugged in 
later, xrandr will fail to turn it on.

Additionally, if xrandr is used to turn the screen off (xrandr --display FOO --off), it will fail to turn it back on 
afterwards.

This is what the I see with the monitor plugged in only after X server restart:
$ xrandr --output DVI-I_1/analog --right-of PANEL --auto
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  155 (RANDR)
  Minor opcode of failed request:  21 ()
  Serial number of failed request:  18
  Current serial number in output stream:  18

And this is what I see when the monitor is plugged in before X starts:
$ xrandr --output DVI-I_1/analog --right-of PANEL --auto
(Everything works as expected.)
$ xrandr --output DVI-I_1/analog --off
(Monitor puts itself into sleep mode, as expected.)
$ xrandr --output DVI-I_1/analog --right-of PANEL --auto
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  155 (RANDR)
  Minor opcode of failed request:  21 ()
  Serial number of failed request:  18
  Current serial number in output stream:  18

In both cases after the failed xrandr, the window manager (kwin) handles as if it was successful, extending maximised 
windows to the full width of the framebuffer, etc.

This has been a problem for a while now; at least the previous version also had this problem.

I can send the contents of Xorg.0.log at various stages if they may be helpful. (I've had a look at diffs of them 
myself, though I didn't spot anthing that would obviously be useful.)

Peace,
Brendon


-- 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 2007-10-17 15:27 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1831520 2008-04-03 04: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 2343 2008-04-15 11:24 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"SHMConfig"		"true"
	Option		"TapButton1"		"0"
	Option		"TapButton2"		"0"
	Option		"TapButton3"		"0"
	Option		"VertScrollDelta"	"15"
	Option		"HorizScrollDelta"	"15"
	Option		"RTCornerButton"	"3"
	Option		"RBCornerButton"	"2"
	Option		"MinSpeed"		"0.5"
	Option		"MaxSpeed"		"1"
	Option		"AccelFactor"		"0.1"
	Option		"FingerLow"		"1"
	Option		"FingerHigh"		"2"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
#	@ 2008-03-17: 3D works, multi-monitor is somewhat dubious (no xrandr)
#	Driver		"fglrx"
#	@ 2008-03-17: Multi-monitor mostly works, xrandr not optimal but okay. No 3D.
	Driver		"radeonhd"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1440x900" "1280x800" "1024x768" "800x600" "640x480"
		Virtual		2720 1024
	EndSubSection
EndSection

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


Xorg X server log files on system:
-rw-r--r-- 1 root root  1509 2008-03-04 11:09 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 41588 2008-03-04 11:10 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 32173 2008-04-15 11:17 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 42464 2008-04-15 11:36 /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 zeta 2.6.24-1-amd64 #1 SMP Thu Mar 27 16:52:38 UTC 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: Tue Apr 15 11:36:41 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" 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,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(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	0x50300000 - 0x503fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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	0x50200000 - 0x502fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x50500000 - 0x505fffff (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	0x50100000 - 0x501fffff (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	0x4c100000 - 0x500fffff (0x4000000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0x48000000 - 0x4bffffff (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	0x4c000000 - 0x4c0fffff (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 @ 0x40000000/27, 0x50300000/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	0x4c000000 - 0x4c003fff (0x4000) MX[B]
	[1] -1	0	0x4c004000 - 0x4c0047ff (0x800) MX[B]
	[2] -1	0	0x50100000 - 0x5010ffff (0x10000) MX[B]
	[3] -1	0	0x50200000 - 0x50203fff (0x4000) MX[B]
	[4] -1	0	0x50405000 - 0x504053ff (0x400) MX[B]
	[5] -1	0	0x50405400 - 0x504057ff (0x400) MX[B]
	[6] -1	0	0x50400000 - 0x50403fff (0x4000) MX[B]
	[7] -1	0	0x50404000 - 0x50404fff (0x1000) MX[B]
	[8] -1	0	0x50320000 - 0x5033ffff (0x20000) MX[B](B)
	[9] -1	0	0x50300000 - 0x5030ffff (0x10000) MX[B](B)
	[10] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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	0x4c000000 - 0x4c003fff (0x4000) MX[B]
	[1] -1	0	0x4c004000 - 0x4c0047ff (0x800) MX[B]
	[2] -1	0	0x50100000 - 0x5010ffff (0x10000) MX[B]
	[3] -1	0	0x50200000 - 0x50203fff (0x4000) MX[B]
	[4] -1	0	0x50405000 - 0x504053ff (0x400) MX[B]
	[5] -1	0	0x50405400 - 0x504057ff (0x400) MX[B]
	[6] -1	0	0x50400000 - 0x50403fff (0x4000) MX[B]
	[7] -1	0	0x50404000 - 0x50404fff (0x1000) MX[B]
	[8] -1	0	0x50320000 - 0x5033ffff (0x20000) MX[B](B)
	[9] -1	0	0x50300000 - 0x5030ffff (0x10000) MX[B](B)
	[10] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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	0x4c000000 - 0x4c003fff (0x4000) MX[B]
	[5] -1	0	0x4c004000 - 0x4c0047ff (0x800) MX[B]
	[6] -1	0	0x50100000 - 0x5010ffff (0x10000) MX[B]
	[7] -1	0	0x50200000 - 0x50203fff (0x4000) MX[B]
	[8] -1	0	0x50405000 - 0x504053ff (0x400) MX[B]
	[9] -1	0	0x50405400 - 0x504057ff (0x400) MX[B]
	[10] -1	0	0x50400000 - 0x50403fff (0x4000) MX[B]
	[11] -1	0	0x50404000 - 0x50404fff (0x1000) MX[B]
	[12] -1	0	0x50320000 - 0x5033ffff (0x20000) MX[B](B)
	[13] -1	0	0x50300000 - 0x5030ffff (0x10000) MX[B](B)
	[14] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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) 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: "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: "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 enabled
(II) Loading extension GLX
(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: "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: "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: "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: "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) 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) 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	0x4c000000 - 0x4c003fff (0x4000) MX[B]
	[5] -1	0	0x4c004000 - 0x4c0047ff (0x800) MX[B]
	[6] -1	0	0x50100000 - 0x5010ffff (0x10000) MX[B]
	[7] -1	0	0x50200000 - 0x50203fff (0x4000) MX[B]
	[8] -1	0	0x50405000 - 0x504053ff (0x400) MX[B]
	[9] -1	0	0x50405400 - 0x504057ff (0x400) MX[B]
	[10] -1	0	0x50400000 - 0x50403fff (0x4000) MX[B]
	[11] -1	0	0x50404000 - 0x50404fff (0x1000) MX[B]
	[12] -1	0	0x50320000 - 0x5033ffff (0x20000) MX[B](B)
	[13] -1	0	0x50300000 - 0x5030ffff (0x10000) MX[B](B)
	[14] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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	0x4c000000 - 0x4c003fff (0x4000) MX[B]
	[5] -1	0	0x4c004000 - 0x4c0047ff (0x800) MX[B]
	[6] -1	0	0x50100000 - 0x5010ffff (0x10000) MX[B]
	[7] -1	0	0x50200000 - 0x50203fff (0x4000) MX[B]
	[8] -1	0	0x50405000 - 0x504053ff (0x400) MX[B]
	[9] -1	0	0x50405400 - 0x504057ff (0x400) MX[B]
	[10] -1	0	0x50400000 - 0x50403fff (0x4000) MX[B]
	[11] -1	0	0x50404000 - 0x50404fff (0x1000) MX[B]
	[12] -1	0	0x50320000 - 0x5033ffff (0x20000) MX[B](B)
	[13] -1	0	0x50300000 - 0x5030ffff (0x10000) MX[B](B)
	[14] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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 0x2b41a77b7000 (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: 131072 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0x7ffb000
(II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0x7ffb000
(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 using monitor section Generic Monitor
(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): DAC B: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): EDID data for hp L1925
(II) RADEONHD(0): Manufacturer: HWP  Model: 259a  Serial#: 808858190
(II) RADEONHD(0): Year: 2004  Week: 30
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEONHD(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEONHD(0): Max H-Image Size [cm]: horiz.: 37  vert.: 30
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.633 redY: 0.340   greenX: 0.295 greenY: 0.591
(II) RADEONHD(0): blueX: 0.141 blueY: 0.096   whiteX: 0.312 whiteY: 0.328
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@67Hz
(II) RADEONHD(0): 640x480@72Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@72Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 832x624@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): 1152x870@75Hz
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 135.0 MHz   Image Size:  376 x 301 mm
(II) RADEONHD(0): h_active: 1280  h_sync: 1296  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEONHD(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) RADEONHD(0): Monitor name: hp L1925
(II) RADEONHD(0): Serial No: CNB430062N
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0022f09a254e323630
(II) RADEONHD(0): 	1e0e01036e251e78ea0920a2574b9724
(II) RADEONHD(0): 	185054bdeb8081800101010101010101
(II) RADEONHD(0): 	010101010101bc34009851002a401090
(II) RADEONHD(0): 	1300782d1100001e000000fd00384c1e
(II) RADEONHD(0): 	530e000a202020202020000000fc0068
(II) RADEONHD(0): 	70204c313932350a20202020000000ff
(II) RADEONHD(0): 	00434e423433303036324e0a20200029
(II) RADEONHD(0): Output PANEL connected
(II) RADEONHD(0): Output DVI-I_1/analog connected
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output PANEL using initial mode 1440x900
(II) RADEONHD(0): Output DVI-I_1/analog using initial mode 1280x1024
(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 2720x1024 Framebuffer with 2752 pitch
(**) RADEONHD(0): Display dimensions: (340, 220) mm
(**) RADEONHD(0): DPI set to (203, 118)
(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	0x50300000 - 0x5030ffff (0x10000) MS[B]
	[1] 0	0	0x40000000 - 0x47ffffff (0x8000000) 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	0x4c000000 - 0x4c003fff (0x4000) MX[B]
	[7] -1	0	0x4c004000 - 0x4c0047ff (0x800) MX[B]
	[8] -1	0	0x50100000 - 0x5010ffff (0x10000) MX[B]
	[9] -1	0	0x50200000 - 0x50203fff (0x4000) MX[B]
	[10] -1	0	0x50405000 - 0x504053ff (0x400) MX[B]
	[11] -1	0	0x50405400 - 0x504057ff (0x400) MX[B]
	[12] -1	0	0x50400000 - 0x50403fff (0x4000) MX[B]
	[13] -1	0	0x50404000 - 0x50404fff (0x1000) MX[B]
	[14] -1	0	0x50320000 - 0x5033ffff (0x20000) MX[B](B)
	[15] -1	0	0x50300000 - 0x5030ffff (0x10000) MX[B](B)
	[16] -1	0	0x40000000 - 0x47ffffff (0x8000000) 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 0x2b41a77b7000 (size 0x00010000)
(==) RADEONHD(0): Write-combining range (0x40000000,0x8000000)
(II) RADEONHD(0): Mapped FB at 0x2b41a7c4c000 (size 0x08000000)
(II) RADEONHD(0): Using 1219 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
		19 256x256 slots
		5 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
(**) Option "dpms"
(**) 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) AIGLX: Screen 0 is not DRI capable
(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 331 x 235
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event13
(**) Option "Device" "/dev/input/event13"
(**) Option "SHMConfig" "true"
(**) Option "VertScrollDelta" "15"
(**) Option "HorizScrollDelta" "15"
(**) Option "FingerLow" "1"
(**) Option "FingerHigh" "2"
(**) Option "RTCornerButton" "3"
(**) Option "RBCornerButton" "2"
(**) Option "TapButton1" "0"
(**) Option "TapButton2" "0"
(**) Option "TapButton3" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) evaluating device (Synaptics Touchpad)
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event13
(**) Option "Device" "/dev/input/event13"
(--) Synaptics Touchpad touchpad found
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(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): DAC B: Sensed Output: VGA
(II) RADEONHD(0): EDID data for hp L1925
(II) RADEONHD(0): Manufacturer: HWP  Model: 259a  Serial#: 808858190
(II) RADEONHD(0): Year: 2004  Week: 30
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEONHD(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEONHD(0): Max H-Image Size [cm]: horiz.: 37  vert.: 30
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.633 redY: 0.340   greenX: 0.295 greenY: 0.591
(II) RADEONHD(0): blueX: 0.141 blueY: 0.096   whiteX: 0.312 whiteY: 0.328
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@67Hz
(II) RADEONHD(0): 640x480@72Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@72Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 832x624@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): 1152x870@75Hz
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 135.0 MHz   Image Size:  376 x 301 mm
(II) RADEONHD(0): h_active: 1280  h_sync: 1296  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEONHD(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) RADEONHD(0): Monitor name: hp L1925
(II) RADEONHD(0): Serial No: CNB430062N
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0022f09a254e323630
(II) RADEONHD(0): 	1e0e01036e251e78ea0920a2574b9724
(II) RADEONHD(0): 	185054bdeb8081800101010101010101
(II) RADEONHD(0): 	010101010101bc34009851002a401090
(II) RADEONHD(0): 	1300782d1100001e000000fd00384c1e
(II) RADEONHD(0): 	530e000a202020202020000000fc0068
(II) RADEONHD(0): 	70204c313932350a20202020000000ff
(II) RADEONHD(0): 	00434e423433303036324e0a20200029
(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): DAC B: Sensed Output: VGA
(II) RADEONHD(0): EDID data for hp L1925
(II) RADEONHD(0): Manufacturer: HWP  Model: 259a  Serial#: 808858190
(II) RADEONHD(0): Year: 2004  Week: 30
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEONHD(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEONHD(0): Max H-Image Size [cm]: horiz.: 37  vert.: 30
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.633 redY: 0.340   greenX: 0.295 greenY: 0.591
(II) RADEONHD(0): blueX: 0.141 blueY: 0.096   whiteX: 0.312 whiteY: 0.328
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@67Hz
(II) RADEONHD(0): 640x480@72Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@72Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 832x624@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): 1152x870@75Hz
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 135.0 MHz   Image Size:  376 x 301 mm
(II) RADEONHD(0): h_active: 1280  h_sync: 1296  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEONHD(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) RADEONHD(0): Monitor name: hp L1925
(II) RADEONHD(0): Serial No: CNB430062N
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0022f09a254e323630
(II) RADEONHD(0): 	1e0e01036e251e78ea0920a2574b9724
(II) RADEONHD(0): 	185054bdeb8081800101010101010101
(II) RADEONHD(0): 	010101010101bc34009851002a401090
(II) RADEONHD(0): 	1300782d1100001e000000fd00384c1e
(II) RADEONHD(0): 	530e000a202020202020000000fc0068
(II) RADEONHD(0): 	70204c313932350a20202020000000ff
(II) RADEONHD(0): 	00434e423433303036324e0a20200029


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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
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: