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

Bug#548357: marked as done (xserver-xorg-input-synaptics: tapping not working anymore (PowerBook G4))



Your message dated Thu, 19 Nov 2009 22:51:22 +0000
with message-id <E1NBFqU-0008Bt-Ue@ries.debian.org>
and subject line Bug#548357: fixed in xserver-xorg-input-synaptics 1.2.0-1
has caused the Debian Bug report #548357,
regarding xserver-xorg-input-synaptics: tapping not working anymore (PowerBook G4)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
548357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548357
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-synaptics
Version: 1.1.2-1
Severity: important

	Hi!

 Since the upgrade in squeeze that brought me the new xorg in I noticed
several problems, for a very strange keyboard change that didn't let me
use cursor-down and had other strange weirdnesses - though I am able to
work around that with "setxkbmap de nodeadkeys" when the session is
running already.

 What though still bugs me and I haven't found a cure for yet is that my
touchpad doesn't seem to recognize clicking anymore (or tapping what it
seems to be called by you people). Given that I only have a single real
button this is more than just inconvenient, I can't paste at all without
using an external mouse.

 Just to answer the first question right ahead, yes I've read the
NEWS.Debian entry about it (though I don't really feel like it's the
proper choice to go, not sure if it really is disabled for my system by
default though - but with only one button I seriously hope it's *not*
turned off by default!). I did what is written in there, as you can see
by this output:

#v+
rhonda@edna:~$ synclient -l | grep Tap
    MaxTapTime              = 350
    MaxTapMove              = 42
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    FastTaps                = 1
    TapButton1              = 1
    TapButton2              = 2
    TapButton3              = 3
rhonda@edna:~$ 
#v-

 I hope I haven't missed anything and will leave all the additional
informations in here, just in case.

 So long!
Rhonda

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

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

X server symlink status:
lrwxrwxrwx 1 root root 13 12. Jul 2006  /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1922136 14. Sep 20:02 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2495 20. Jun 22:31 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"lv3:rwin_switch"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
	Option		"MinSpeed"	"0.5"
	Option		"MaxSpeed"	"2.0"
	Option		"AccelFactor"	"0.1"
	Option		"PalmDetect"	"true"
	Option		"VertTwoFingerScroll"	"true"
	Option		"HorizTwoFingerScroll"	"true"
	Option		"VertScrollDelta"	"5.0"
	Option		"HorizScrollDelta"	"5.0"
	Option		"SHMConfig"	"true"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	#Option		"MacModel"	"powerbook"
	Option		"LVDSBiosNativeMode"	"off"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Color LCD"
	Option		"DPMS"
	HorizSync	28-72
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
	Monitor		"Color LCD"
	Option		"XaaNoOffscreenPixmaps"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1440x960"
		Virtual		3120	2010
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x960"
		Virtual		3120	2010
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 40876 16. Aug 2007  /var/log/Xorg.21.log
-rw-r--r-- 1 root root 39777 16. Aug 2007  /var/log/Xorg.1.log
-rw-r--r-- 1 root root 48621 10. Okt 2008  /var/log/Xorg.20.log
-rw-rw-r-- 1 root root 69653 25. Sep 18:20 /var/log/Xorg.0.log

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

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-powerpc-smp ppc Debian
Current Operating System: Linux edna 2.6.30-1-powerpc #1 Sat Aug 15 16:56:55 CEST 2009 ppc
Build Date: 06 August 2009  06:49:53PM
xorg-server 2:1.6.3-1+b1 (buildd@voltaire) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Fri Sep 25 15:43:29 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Color LCD"
(**) |   |-->Device "ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
(**) |-->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,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0xe90
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:0:16:0) 1002:4e50:1002:4e50 ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xb8000000/134217728, 0xb0000000/65536, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
(II) No APM support in BIOS or kernel
(II) System resource ranges:
	[0] -1	2	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[14] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(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.6.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(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.6.3, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(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.6.3, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 6.12.3
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 1.1.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
	ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
	ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
	ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
	ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
	ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
	ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
	ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
	ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI RS880
(II) Primary Device is: PCI 00@00:10:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	2	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[14] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	2	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[17] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[21] 0	0	0xf00003b0 - 0xf00003bb (0xc) IS[B]
	[22] 0	0	0xf00003c0 - 0xf00003df (0x20) IS[B]
(II) RADEON(0): TOTO SAYS 00000000b0000000
(II) RADEON(0): MMIO registers at 0x00000000b0000000: size 64KB
(II) RADEON(0): PCI bus 0 card 16 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) RADEON(0): VGAAccess option set to FALSE, VGA module load skipped
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0x00000000b8000000
(II) RADEON(0): AGP card detected
(WW) RADEON(0): Failed to read PCI ROM!
(II) RADEON(0): Attempting to read un-POSTed bios
(WW) RADEON(0): Failed to read PCI ROM!
(WW) RADEON(0): Unrecognized BIOS signature, BIOS data will not be used
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.30.0
(==) RADEON(0): Page Flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(WW) RADEON(0): Video BIOS not detected, using default clock settings!
(II) RADEON(0): Probed PLL values: xtal: 27.000000 Mhz, sclk: 445.500000 Mhz, mclk: 240.750000 Mhz
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12500 max=35000; xclk=48150
(==) RADEON(0): Detected PowerBook with external DVI.
(II) RADEON(0): If this is not correct, try Option "MacModel" and consider reporting to the
(II) RADEON(0): xorg-driver-ati@lists.x.org mailing list with the contents of /proc/cpuinfo.
(II) RADEON(0): Existing panel PLL dividers will be used.
(WW) RADEON(0): Panel size 1440x960 is derived, this may not be correct.
If not, use PanelSize option to overwrite this setting
(II) RADEON(0): I2C bus "DVO" initialized.
(II) RADEON(0): I2C device "DVO:RADEON DVO Controller" registered at address 0x70.
(II) RADEON(0): Output LVDS using monitor section Color LCD
(II) RADEON(0): I2C bus "LVDS" initialized.
(II) RADEON(0): Output DVI-0 has no monitor section
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Output S-video has no monitor section
(II) RADEON(0): Port0:
  XRANDR name: LVDS
  Connector: LVDS
  LCD1: INTERNAL_LVDS
  DDC reg: 0x64
(II) RADEON(0): Port1:
  XRANDR name: DVI-0
  Connector: DVI-I
  CRT1: INTERNAL_DAC1
  DFP2: INTERNAL_DVO1
  DDC reg: 0x60
(II) RADEON(0): Port2:
  XRANDR name: S-video
  Connector: S-video
  TV1: INTERNAL_DAC2
  DDC reg: 0x0
(II) RADEON(0): I2C device "LVDS:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x960"x0.0  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
finished output detect: 0
(II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
finished output detect: 1
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
finished output detect: 2
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): EDID for output LVDS
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x960"x0.0  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): Panel infos found from DDC detailed: 1440x960
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing probed modes for output LVDS
(II) RADEON(0): Modeline "1440x960"x59.9  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
(II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): EDID for output DVI-0
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): EDID for output S-video
(II) RADEON(0): Output LVDS connected
(II) RADEON(0): Output DVI-0 disconnected
(II) RADEON(0): Output S-video disconnected
(II) RADEON(0): Using user preference for initial modes
(II) RADEON(0): Output LVDS using initial mode 1440x960
after xf86InitialConfiguration
(**) RADEON(0): Display dimensions: (320, 220) mm
(**) RADEON(0): DPI set to (247, 232)
(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.6.3, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) RADEON(0): Using XAA acceleration architecture
(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.6.3, module version = 1.2.1
	ABI class: X.Org Video Driver, version 5.0
(==) RADEON(0): Assuming overlay scaler buffer width is 1920
(II) RADEON(0): Cannot access BIOS or it is not valid.
		If your card is TV-in capable you will need to specify options RageTheatreCrystal, RageTheatreTunerPort, 
		RageTheatreSVideoPort and TunerType in /etc/X11/xorg.conf.
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	2	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[17] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[21] 0	0	0xf00003b0 - 0xf00003bb (0xc) IS[B]
	[22] 0	0	0xf00003c0 - 0xf00003df (0x20) IS[B]
(II) RADEON(0): RADEONScreenInit b8000000 0 0
Entering TV Save
Save TV timing tables
saveTimingTables: reading timing tables
TV Save done
disable LVDS
(II) RADEON(0): Dynamic Clock Scaling Disabled
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() : 
(II) RADEON(0):   mem_size         : 0x08000000
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Using 32 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 29 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (3136,8191)
(II) RADEON(0): Reserved area from (0,2010) to (3136,2018)
(II) RADEON(0): Largest offscreen area available: 3136 x 6173
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x303c000
(II) RADEON(0): Will use depth buffer at offset 0x485a000
(II) RADEON(0): Will use 32256 kb for textures at offset 0x6078000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEON(0): [drm] framebuffer handle = 0xb8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(==) RADEON(0): Using AGP 4x
(II) RADEON(0): [agp] Mode 0x07000207 [AGP 0x106b/0x0066; Card 0x1002/0x4e50 0x1002/0x4e50]
(II) RADEON(0): [agp] 32768 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0x00000000
(II) RADEON(0): [agp] Ring mapped at 0x50061000
(II) RADEON(0): [agp] ring read ptr handle = 0x00101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x48029000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0x00102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x50162000
(II) RADEON(0): [agp] GART texture map handle = 0x00302000
(II) RADEON(0): [agp] GART Texture map mapped at 0x50362000
(II) RADEON(0): [drm] register handle = 0x26000000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0x7fff0000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(==) RADEON(0): Backing store disabled
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 48
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xbfffb800 is: 0xbfffb800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xc1ffc000
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): num quad-pipes is 1
(**) RADEON(0): Option "XaaNoOffscreenPixmaps"
(II) RADEON(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
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) RADEON(0): Acceleration enabled
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x01824200
(II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x0182a400
(II) RADEON(0): Largest offscreen area available: 3136 x 6169
(II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): Set up overlay video
(II) RADEON(0): Set up textured video
disable LVDS
disable TV
disable LVDS
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
restore common
restore crtc1
restore pll1
set RMX
set LVDS
enable LVDS
disable TV
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) RADEON(0): Option "LVDSBiosNativeMode" is not used
(WW) RADEON(0): Option "UseFBDev" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 321 x 214
(II) Synaptics touchpad driver version 1.1.2
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(II) Synaptics Touchpad: x-axis range 0 - 895
(II) Synaptics Touchpad: y-axis range 0 - 343
(II) Synaptics Touchpad: pressure range 0 - 300
(II) Synaptics Touchpad: finger width range 0 - 0
(II) Synaptics Touchpad: buttons: left double triple
(**) Option "SHMConfig" "true"
(WW) Option "VertScrollDelta" requires an integer value
(**) Option "HorizScrollDelta" "0"
(**) Option "VertTwoFingerScroll" "true"
(**) Option "HorizTwoFingerScroll" "true"
(**) Option "PalmDetect" "true"
(**) Option "MinSpeed" "0.5"
(**) Option "MaxSpeed" "2.0"
(**) Option "AccelFactor" "0.1"
(--) Synaptics Touchpad: touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
(**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
(**) Synaptics Touchpad: (accel) filter chain progression: 2.00
(**) Synaptics Touchpad: (accel) filter stage 0: 20.00 ms
(**) Synaptics Touchpad: (accel) set acceleration profile 0
(--) Synaptics Touchpad: touchpad found
(II) config/hal: Adding input device PMU
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 2.2.5
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) PMU: always reports core events
(**) PMU: Device: "/dev/input/event1"
(II) PMU: Found keys
(II) PMU: Configuring as keyboard
(II) XINPUT: Adding extended input device "PMU" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:rwin_switch"
(II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event5"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:rwin_switch"
(II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event4"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:rwin_switch"
(II) config/hal: Adding input device b43-phy0
(**) b43-phy0: always reports core events
(**) b43-phy0: Device: "/dev/input/event2"
(II) b43-phy0: Found keys
(II) b43-phy0: Configuring as keyboard
(II) XINPUT: Adding extended input device "b43-phy0" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:rwin_switch"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device appletouch
(II) Synaptics touchpad driver version 1.1.2
(**) Option "Device" "/dev/input/event6"
(II) appletouch: x-axis range 0 - 895
(II) appletouch: y-axis range 0 - 343
(II) appletouch: pressure range 0 - 300
(II) appletouch: finger width range 0 - 0
(II) appletouch: buttons: left double triple
(--) appletouch: touchpad found
(**) appletouch: always reports core events
(II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD)
(**) appletouch: (accel) keeping acceleration scheme 1
(**) appletouch: (accel) filter chain progression: 2.00
(**) appletouch: (accel) filter stage 0: 20.00 ms
(**) appletouch: (accel) set acceleration profile 0
(WW) appletouch can't grab event device, errno=16
(--) appletouch: touchpad found
(II) RADEON(0): EDID for output LVDS
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x960"x0.0  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): Panel infos found from DDC detailed: 1440x960
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing probed modes for output LVDS
(II) RADEON(0): Modeline "1440x960"x59.9  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
(II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): EDID for output DVI-0
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): EDID for output S-video
(II) RADEON(0): EDID for output LVDS
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x960"x0.0  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): Panel infos found from DDC detailed: 1440x960
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing probed modes for output LVDS
(II) RADEON(0): Modeline "1440x960"x59.9  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
(II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): EDID for output DVI-0
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): EDID for output S-video
(II) RADEON(0): EDID for output LVDS
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x960"x0.0  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): Panel infos found from DDC detailed: 1440x960
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing probed modes for output LVDS
(II) RADEON(0): Modeline "1440x960"x59.9  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
(II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): EDID for output DVI-0
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): EDID for output S-video
(II) RADEON(0): EDID for output LVDS
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x960"x0.0  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c4e  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 14
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 103.0 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 960  v_sync: 964  v_sync_end 968 v_blanking: 976 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block 1
(II) RADEON(0):  LTN152W6
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0006104e9c00000000
(II) RADEON(0): 	0e0f0103802016780a87f594574f8c27
(II) RADEON(0): 	27505400000001010101010101010101
(II) RADEON(0): 	0101010101013828a04051c010304020
(II) RADEON(0): 	440041d6100000190000000100061030
(II) RADEON(0): 	00000000000000000a20000000fe004c
(II) RADEON(0): 	544e31353257360000000a20000000fc
(II) RADEON(0): 	00436f6c6f72204c43440a20202000f0
(II) RADEON(0): Panel infos found from DDC detailed: 1440x960
(II) RADEON(0): EDID vendor "APP", prod id 40014
(II) RADEON(0): Printing probed modes for output LVDS
(II) RADEON(0): Modeline "1440x960"x59.9  102.96  1440 1504 1536 1760  960 964 968 976 -hsync -vsync (58.5 kHz)
(II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
(II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): EDID for output DVI-0
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): EDID for output S-video
(II) AIGLX: Suspending AIGLX clients for VT switch
disable LVDS
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0x7fff0000 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffe000
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) config/hal: removing device b43-phy0
(II) b43-phy0: Close
(II) UnloadModule: "evdev"
(II) No APM support in BIOS or kernel
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) RADEON(0): Dynamic Clock Scaling Disabled
disable LVDS
disable TV
disable LVDS
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0x7fff0000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
restore common
restore crtc1
restore pll1
set RMX
set LVDS
enable LVDS
disable TV
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 4x
(II) RADEON(0): [agp] Mode 0x07000207 [AGP 0x106b/0x0066; Card 0x1002/0x4e50 0x1002/0x4e50]
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xbfffb800 is: 0xbfffb800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xc1ffc000 is: 0xc1ffc000
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
(--) Synaptics Touchpad: touchpad found
(WW) appletouch can't grab event device, errno=16
(--) appletouch: touchpad found
(II) config/hal: Adding input device b43-phy0
(**) b43-phy0: always reports core events
(**) b43-phy0: Device: "/dev/input/event2"
(II) b43-phy0: Found keys
(II) b43-phy0: Configuring as keyboard
(II) XINPUT: Adding extended input device "b43-phy0" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:rwin_switch"
(II) PMU: Device reopened after 1 attempts.
(II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
(II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
disable LVDS
disable LVDS
enable LVDS
(II) AIGLX: Suspending AIGLX clients for VT switch
disable LVDS
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0x7fff0000 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffe000
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) config/hal: removing device b43-phy0
(II) b43-phy0: Close
(II) UnloadModule: "evdev"
(II) No APM support in BIOS or kernel
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) RADEON(0): Dynamic Clock Scaling Disabled
disable LVDS
disable TV
disable LVDS
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0x7fff0000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
restore common
restore crtc1
restore pll1
set RMX
set LVDS
enable LVDS
disable TV
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 4x
(II) RADEON(0): [agp] Mode 0x07000207 [AGP 0x106b/0x0066; Card 0x1002/0x4e50 0x1002/0x4e50]
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xbfffb800 is: 0xbfffb800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xc1ffc000 is: 0xc1ffc000
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
(--) Synaptics Touchpad: touchpad found
(WW) appletouch can't grab event device, errno=16
(--) appletouch: touchpad found
(II) config/hal: Adding input device b43-phy0
(**) b43-phy0: always reports core events
(**) b43-phy0: Device: "/dev/input/event2"
(II) b43-phy0: Found keys
(II) b43-phy0: Configuring as keyboard
(II) XINPUT: Adding extended input device "b43-phy0" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:rwin_switch"
(II) PMU: Device reopened after 1 attempts.
(II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
(II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
disable LVDS
disable LVDS
enable LVDS
(WW) Apple Computer Apple Internal Keyboard / Trackpad: unable to handle keycode 464
(II) AIGLX: Suspending AIGLX clients for VT switch
disable LVDS
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0x7fff0000 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffe000
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) No APM support in BIOS or kernel
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) RADEON(0): Dynamic Clock Scaling Disabled
disable LVDS
disable TV
disable LVDS
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0x7fff0000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
restore common
restore crtc1
restore pll1
set RMX
set LVDS
enable LVDS
disable TV
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 4x
(II) RADEON(0): [agp] Mode 0x07000207 [AGP 0x106b/0x0066; Card 0x1002/0x4e50 0x1002/0x4e50]
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xbfffb800 is: 0xbfffb800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xc1ffc000 is: 0xc1ffc000
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xbfffb800 0xbfffb800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xc1ffc000
(--) Synaptics Touchpad: touchpad found
(WW) appletouch can't grab event device, errno=16
(--) appletouch: touchpad found
(II) PMU: Device reopened after 1 attempts.
(II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
(II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) b43-phy0: Device reopened after 1 attempts.
(II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse
(**) Logitech USB-PS/2 Optical Mouse: always reports core events
(**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event3"
(II) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
(II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
(II) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
(II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
(**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
(**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
(**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
(**) Logitech USB-PS/2 Optical Mouse: (accel) filter chain progression: 2.00
(**) Logitech USB-PS/2 Optical Mouse: (accel) filter stage 0: 20.00 ms
(**) Logitech USB-PS/2 Optical Mouse: (accel) set acceleration profile 0
(II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.

HAL Information (lshal):
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'
  button.has_state = false  (bool)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'b43-phy0'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'  (string)
  input.device = '/dev/input/event2'  (string)
  input.product = 'b43-phy0'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'de'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:rwin_switch'  (string)
  input.xkb.rules = 'base'  (string)
  input.xkb.variant = 'nodeadkeys'  (string)
  linux.device_file = '/dev/input/event2'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input10/event2'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'
  access_control.file = '/dev/input/event0'  (string)
  access_control.type = 'mouse'  (string)
  info.callouts.add = {'hal-acl-tool --add-device'} (string list)
  info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
  info.capabilities = {'input', 'input.mouse', 'access_control'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Macintosh mouse button emulation'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'  (string)
  input.device = '/dev/input/event0'  (string)
  input.product = 'Macintosh mouse button emulation'  (string)
  input.x11_driver = 'evdev'  (string)
  linux.device_file = '/dev/input/event0'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input0/event0'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1'
  button.has_state = true  (bool)
  button.state.value = false  (bool)
  button.type = 'lid'  (string)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys', 'input.switch'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'PMU'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1'  (string)
  input.device = '/dev/input/event1'  (string)
  input.product = 'PMU'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'de'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:rwin_switch'  (string)
  input.xkb.rules = 'base'  (string)
  input.xkb.variant = 'nodeadkeys'  (string)
  linux.device_file = '/dev/input/event1'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input1/event1'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_46d_c03e_noserial_if0_logicaldev_input'
  access_control.file = '/dev/input/event3'  (string)
  access_control.type = 'mouse'  (string)
  info.callouts.add = {'hal-acl-tool --add-device'} (string list)
  info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
  info.capabilities = {'input', 'input.mouse', 'access_control'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_46d_c03e_noserial_if0'  (string)
  info.product = 'Logitech USB-PS/2 Optical Mouse'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c03e_noserial_if0_logicaldev_input'  (string)
  input.device = '/dev/input/event3'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_46d_c03e_noserial_if0'  (string)
  input.product = 'Logitech USB-PS/2 Optical Mouse'  (string)
  input.x11_driver = 'evdev'  (string)
  linux.device_file = '/dev/input/event3'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0001:10/0001:10:15.0/usb1/1-1/1-1:1.0/input/input11/event3'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if0_logicaldev_input'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if0'  (string)
  info.product = 'Apple Computer Apple Internal Keyboard / Trackpad'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if0_logicaldev_input'  (string)
  input.device = '/dev/input/event4'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if0'  (string)
  input.product = 'Apple Computer Apple Internal Keyboard / Trackpad'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'de'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:rwin_switch'  (string)
  input.xkb.rules = 'base'  (string)
  input.xkb.variant = 'nodeadkeys'  (string)
  linux.device_file = '/dev/input/event4'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0001:10/0001:10:15.1/usb2/2-2/2-2:1.0/input/input5/event4'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if1_logicaldev_input'
  info.capabilities = {'input', 'input.touchpad'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if1'  (string)
  info.product = 'appletouch'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if1_logicaldev_input'  (string)
  input.device = '/dev/input/event6'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if1'  (string)
  input.product = 'appletouch'  (string)
  input.x11_driver = 'synaptics'  (string)
  linux.device_file = '/dev/input/event6'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0001:10/0001:10:15.1/usb2/2-2/2-2:1.1/input/input7/event6'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if2_logicaldev_input'
  button.has_state = false  (bool)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if2'  (string)
  info.product = 'Apple Computer Apple Internal Keyboard / Trackpad'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if2_logicaldev_input'  (string)
  input.device = '/dev/input/event5'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_5ac_215_noserial_if2'  (string)
  input.product = 'Apple Computer Apple Internal Keyboard / Trackpad'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'de'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:rwin_switch'  (string)
  input.xkb.rules = 'base'  (string)
  input.xkb.variant = 'nodeadkeys'  (string)
  linux.device_file = '/dev/input/event5'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0001:10/0001:10:15.1/usb2/2-2/2-2:1.2/input/input6/event5'  (string)

DRM Information from dmesg:
[    4.563396] Linux agpgart interface v0.103
[    4.598246] agpgart-uninorth 0000:00:0b.0: Apple UniNorth/Intrepid2 chipset
[    4.606273] agpgart-uninorth 0000:00:0b.0: configuring for size idx: 8
[    4.614155] agpgart-uninorth 0000:00:0b.0: AGP aperture is 32M @ 0x0
[   74.595829] [drm] Initialized drm 1.1.0 20060810
[   74.870264] [drm] Initialized radeon 1.30.0 20080528 for 0000:00:10.0 on minor 0
[   75.352428] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[   75.352441] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[   75.617619] [drm] Setting GART location based on new memory map
[   75.617719] [drm] Loading R300 Microcode
[   75.686673] [drm] Num pipes: 1
[   75.686688] [drm] writeback test succeeded in 1 usecs
[  414.515390] [drm] Num pipes: 1
[  439.082001] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[  439.082019] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[  439.356923] [drm] Setting GART location based on new memory map
[  439.357047] [drm] Loading R300 Microcode
[  439.376294] [drm] Num pipes: 1
[  439.376312] [drm] writeback test succeeded in 1 usecs
[  573.279861] [drm] Num pipes: 1
[  574.300888] agpgart-uninorth 0000:00:0b.0: disabling AGP on device 0000:00:10.0
[  574.300914] agpgart-uninorth 0000:00:0b.0: disabling AGP on bridge
[  575.413787] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[  575.413799] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[  579.011986] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[  579.012003] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[  579.012123] [drm] Num pipes: 1
[ 1259.990951] [drm] Num pipes: 1
[ 1260.961893] agpgart-uninorth 0000:00:0b.0: disabling AGP on device 0000:00:10.0
[ 1260.961918] agpgart-uninorth 0000:00:0b.0: disabling AGP on bridge
[ 1262.074813] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[ 1262.074825] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[ 1265.794824] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[ 1265.794841] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[ 1265.795000] [drm] Num pipes: 1
[ 7067.118764] [drm] Num pipes: 1
[ 7081.087318] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[ 7081.087336] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[ 7081.087455] [drm] Num pipes: 1


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.30-1-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                      2.9-25        GNU C Library: Shared libraries
ii  libx11-6                   2:1.2.2-1+b1  X11 client-side library
ii  libxi6                     2:1.2.1-2     X11 Input extension library
ii  xserver-xorg-core          2:1.6.3.901-1 Xorg X server - core server

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
ii  gpointing-device-settings     1.3.1-3    configuration tool for pointing de
pn  touchfreeze                   <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-synaptics
Source-Version: 1.2.0-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-input-synaptics, which is due to be installed in the Debian FTP archive:

xserver-xorg-input-synaptics_1.2.0-1.diff.gz
  to main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics_1.2.0-1.diff.gz
xserver-xorg-input-synaptics_1.2.0-1.dsc
  to main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics_1.2.0-1.dsc
xserver-xorg-input-synaptics_1.2.0-1_amd64.deb
  to main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics_1.2.0-1_amd64.deb
xserver-xorg-input-synaptics_1.2.0.orig.tar.gz
  to main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics_1.2.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 548357@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili <malattia@debian.org> (supplier of updated xserver-xorg-input-synaptics package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 19 Nov 2009 21:24:49 +0900
Source: xserver-xorg-input-synaptics
Binary: xserver-xorg-input-synaptics
Architecture: source amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Mattia Dongili <malattia@debian.org>
Description: 
 xserver-xorg-input-synaptics - Synaptics TouchPad driver for X.Org server
Closes: 523652 524130 532995 534333 538299 548357
Changes: 
 xserver-xorg-input-synaptics (1.2.0-1) unstable; urgency=low
 .
   [ Mattia Dongili ]
   * Finally package the new upstream release.
   * Remove 02-mention-tapping-in-manpage-notes.patch now included upstream.
   * All the SHM code has been removed from synclient and syndaemon
     (closes: 523652 and closes: 534333 and also closes: #548357). Also add a
     note in the NEWS file.
   * Do not use the synaptics driver for devices advertising keyboard
     capabilities (closes: 524130).
   * Refresh patch 01-synaptics-dont-grab-if-not-on-current-VT.patch.
   * Add versioned Build-Depends on libxi-dev (closes: #538299).
   * The driver now handles duplicate configuration in both an fdi file and
     xorg.conf, see http://bugs.freedesktop.org/show_bug.cgi?id=24814
     (closes: #532995).
   * Make lintian happier: update Standard-Version and debhelper dependency.
Checksums-Sha1: 
 f2fb1e14f79f7323b4b9e9f36b40fd65a361960f 1568 xserver-xorg-input-synaptics_1.2.0-1.dsc
 c1db36740f16b6db288425640ffe4df99a069fbd 75294 xserver-xorg-input-synaptics_1.2.0.orig.tar.gz
 d86787b3ca4a96466ea56ca454711eb3dcfff830 22500 xserver-xorg-input-synaptics_1.2.0-1.diff.gz
 ec8f99406d141d972a8f4d2b59193ba62643a881 65478 xserver-xorg-input-synaptics_1.2.0-1_amd64.deb
Checksums-Sha256: 
 7648a456530e53a3f4815f78654ec0456f2ef8174dbdfddad9e115493afd7c65 1568 xserver-xorg-input-synaptics_1.2.0-1.dsc
 4dc2c24cbb25af4cef4fc904461b995a410c1373db7abf1a7201735b6f5cea42 75294 xserver-xorg-input-synaptics_1.2.0.orig.tar.gz
 4a44f1fa0150960d0079afaf538852a4b1908706aa64355acdcd7d255546f2c0 22500 xserver-xorg-input-synaptics_1.2.0-1.diff.gz
 d0539706351e6752d7c128c6d3177537753310a647f0a00900f511e9549e1379 65478 xserver-xorg-input-synaptics_1.2.0-1_amd64.deb
Files: 
 77abdcc7586af1e634957a67dbb1bff6 1568 x11 optional xserver-xorg-input-synaptics_1.2.0-1.dsc
 12b09874a428ca90e69cf2a947db7905 75294 x11 optional xserver-xorg-input-synaptics_1.2.0.orig.tar.gz
 ffbe1d81c6ca01023b89d96988202af5 22500 x11 optional xserver-xorg-input-synaptics_1.2.0-1.diff.gz
 5dfe5ae8d7542f3c0682a44f8e854126 65478 x11 optional xserver-xorg-input-synaptics_1.2.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksFxHwACgkQgpRPaOotLEHN6wCdHPaOyCk8tE/Ot1FNpOnThwdh
z9IAoJ9iIY/b+ICoNVDLBV0zCL1LyU3d
=AVtQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: