Xorg / radeon / vesa ignoring custom ModeLines bug?

José Oliver Segura primijos at gmail.com
Thu Mar 8 03:19:13 PST 2007


Hi all,

I'm trying to improve my "mythtv experience" (that is, trying to
improve how X shows in my TV), but I'm finding some troubles trying to
force custom ModeLines using the radeon driver. Below you can find the
steps I've followed until the point at which I'm starting to wonder
wether Xorg has a bug that makes it ignore custom ModeLines or it's
just me (I've tried *lots* of configurations/options, but none of them
worked). The steps:

(1) The background problem: TV screen is not being used 100%, X
appears in my TV (using atitvout, since I'm using the open source
radeon driver from Xorg which doesn't support TVOut), and it uses 100%
of the horizontal area, but only about 80% of the vertical area (that
is, I have "blanks" at the top (aprox 5%) and the bottom of the screen
(aprox 15%))

(2) Reproduce it under windows and solve it:  Using ati drivers on
Windows in another laptop that has the same graphics card (" ATI
Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]") I've
managed to get the graphics fill 100% of the screen (initially, they
shows *exactly* as with Linux in the first laptop, but after selecting
the option "sobreexpl" in the ATI advanced configuration options, it
gets 100% of the screen. Great! (please note that "sobreexpl" seems to
be a short description for "sobreexploracion" [spanish] and translated
to english it would be "overscan")

(3) Find out the "ModeLine" that will be needed to reproduce this
windows setup on Linux: with powerstrip, display configuration,
advanced timing options, copy settings to clipboard. Ok, now I have a
ModeLine that corresponds to a "perfect" setup of the same graphics
card on windows/ati drivers:

ModeLine "1024x768-Over" 73.312 1024 1032 1128 1264 768 812 813 857
-hsync -vsync

(4) Try to force that ModeLine on X/Linux. Added the custom ModeLine
to the corresponding section on xorg.conf, and here start the problems
:( Radeon driver seems to ignore the custom ModeLine. Actually, it
finds it (or, at least, prints its name in the log file) but ignores
the timing parameters and *always* applies a standard configuration
(despite using the name provided from the Modeline), from Xorg.0.log:

[...]
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768-Over
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768-Over": 65.0 MHz (scaled from 0.0 MHz),
48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768-Over"   65.00  1024 1040 1176 1344
768 770 776 806
[...]

(5) Why is the driver ignoring that ModeLine? After *lots* of
googling, I've tried to force the driver to ignore any automatic
configuration possibility, like EDID or DDC:

[...]
Option          "IgnoreEDID"    "on"
Option          "ReverseDDC" "off"
Option          "NoDDC"         "on"
Option          "DDCMode"       "off"
[...]

but, as you could deduce (since I'm sending my problem to this list :)
), it didn't work.

(6) Tried VESA driver, but no luck, the driver removes the definition
as "no modeline found with this name"

Below you can find my xorg.conf file and the log file for the server,
any hint will be welcome. If anybody can confirm that this is a bug a
not a mistake from my side, I'll happily post a bug report.

Best,
Jose

====== xorg.conf ======
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Module"
	#Load  "glx"
	Load  "type1"
    	Load  "freetype"
	Load  "vnc"
	Load  "dbe"
	SubSection "extmod"
		Option	    "omit xfree86-dga" # don't initialise the DGA extension
	EndSubSection
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "es"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	#DisplaySize	580 330
	ModelName    "(autoconfigured)"
	#Option	    "dpms"
	HorizSync    14.0 - 18.0
	VertRefresh  45.0  - 65.0
	Option      "DPMS"
	#ModeLine "1024x768-Over" 73.312 1024 1032 1128 1264 768 812 813 857
-hsync -vsync
	ModeLine "1024x768-Over" 73.312 1024 1032 1128 1264 768 812 813 857
-hsync -vsync
	#ModeLine "1024x768-Over" 63.750 1024 1032 1128 1320 768 865 866 963
-hsync -vsync
	#ModeLine "1024x768-Over" 54.333 1024 1032 1128 1264 768 812 813 857
-hsync -vsync
EndSection

Section "Device"
	Identifier	"Videocard0"
	Driver		"radeon"
    	Option		"IgnoreEDID"	"on"
	Option		"ReverseDDC" "off"
	Option		"NoDDC"		"on"
	Option		"DDCMode"	"off"
	Option		"BIOSHotkeys" "on"
	Option		"SWcursor" "on"
	Option		"DynamicClocks" "true"
    	Option		"MergedFB" "false"
        Option		"XAANoOffscreenPixmaps" "true"

	#Option		"MonitorLayout"	"LVDS, CRT"
	#Option		"MonitorLayout" "TV,LFP"
	#Option		"MonitorLayout" "CRT,CRT"
	#Option		"MonitorLayout" "LFP,CRT"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	Option	    "SecurityTypes" "None"
	Option	    "AddARGBGLXVisuals" "true"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes     "1024x768-Over"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes     "1024x768-Over"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes     "1024x768-Over"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1024x768-Over"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes     "1024x768-Over"
	EndSubSection
EndSection

Section "Extensions"
	Option	    "Composite" "disable"
EndSection



======= Xorg.0.log ====

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux mediacenter 2.6.19-1.2895.fc6 #1 SMP
Wed Jan 10 19:28:18 EST 2007 i686
Build Date: 09 January 2007
Build ID: xorg-x11-server 1.1.1-47.4.fc6
	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: Thu Mar  8 01:31:13 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Synaptics"
(II) No default mouse found, adding one
(**) |-->Input Device "<default pointer>"
(WW) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
	unix/:7100,
	built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 9

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 1025,001e rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 1025,001e rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1025,001e rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1025,001e rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1025,001e rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1025,001e rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1025,001e rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 14c0,0012 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c57 card 1025,001e rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 104c,8023 card 1025,001e rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:04:0: chip 1217,6972 card 4401,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 02:08:0: chip 8086,1031 card 1025,001e rev 42 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 1033,0035 card 1758,0035 rev 43 class 0c,03,10 hdr 80
(II) PCI: 03:00:1: chip 1033,0035 card 1758,0035 rev 43 class 0c,03,10 hdr 00
(II) PCI: 03:00:2: chip 1033,00e0 card 1758,2001 rev 04 class 0c,03,20 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,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe8100000 - 0xe81fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
	[2] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[3] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x30000000 - 0x31ffffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
	[1] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0x30000000 - 0x31ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon
Mobility 7500] rev 0, Mem @ 0xf0000000/27, 0xe8100000/16, I/O @
0x3000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xec000000 from 0xefffffff to
0xebffffff
(II) Active PCI resource ranges:
	[0] -1	0	0x34002000 - 0x340020ff (0x100) MX[B]
	[1] -1	0	0x34001000 - 0x34001fff (0x1000) MX[B]
	[2] -1	0	0x34000000 - 0x34000fff (0x1000) MX[B]
	[3] -1	0	0xe8205000 - 0xe8205fff (0x1000) MX[B]
	[4] -1	0	0xe8200000 - 0xe8203fff (0x4000) MX[B]
	[5] -1	0	0xe8204000 - 0xe82047ff (0x800) MX[B]
	[6] -1	0	0x32000000 - 0x320003ff (0x400) MX[B]
	[7] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[8] -1	0	0xe8100000 - 0xe810ffff (0x10000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0	0x00004000 - 0x0000403f (0x40) IX[B]
	[11] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[12] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[13] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[14] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[15] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[16] -1	0	0x00001820 - 0x0000182f (0x10) IX[B]
	[17] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[18] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[19] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[20] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x34002000 - 0x340020ff (0x100) MX[B]
	[1] -1	0	0x34001000 - 0x34001fff (0x1000) MX[B]
	[2] -1	0	0x34000000 - 0x34000fff (0x1000) MX[B]
	[3] -1	0	0xe8205000 - 0xe8205fff (0x1000) MX[B]
	[4] -1	0	0xe8200000 - 0xe8203fff (0x4000) MX[B]
	[5] -1	0	0xe8204000 - 0xe82047ff (0x800) MX[B]
	[6] -1	0	0x32000000 - 0x320003ff (0x400) MX[B]
	[7] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[8] -1	0	0xe8100000 - 0xe810ffff (0x10000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0	0x00004000 - 0x0000403f (0x40) IX[B]
	[11] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[12] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[13] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[14] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[15] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[16] -1	0	0x00001820 - 0x0000182f (0x10) IX[B]
	[17] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[18] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[19] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[20] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x31ffffff (0x31f00000) 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 - 0x31ffffff (0x31f00000) 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	0x34002000 - 0x340020ff (0x100) MX[B]
	[5] -1	0	0x34001000 - 0x34001fff (0x1000) MX[B]
	[6] -1	0	0x34000000 - 0x34000fff (0x1000) MX[B]
	[7] -1	0	0xe8205000 - 0xe8205fff (0x1000) MX[B]
	[8] -1	0	0xe8200000 - 0xe8203fff (0x4000) MX[B]
	[9] -1	0	0xe8204000 - 0xe82047ff (0x800) MX[B]
	[10] -1	0	0x32000000 - 0x320003ff (0x400) MX[B]
	[11] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[12] -1	0	0xe8100000 - 0xe810ffff (0x10000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00004000 - 0x0000403f (0x40) IX[B]
	[17] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[18] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[19] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[20] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[21] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[22] -1	0	0x00001820 - 0x0000182f (0x10) IX[B]
	[23] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[24] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[25] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[26] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.1.1, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "vnc"
(II) Loading /usr/lib/xorg/modules/extensions/libvnc.so
(II) Module vnc: vendor="RealVNC Ltd"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension VNC
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 4.2.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 6.6.3
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "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 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
	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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
	ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (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 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
	ATI FireGL RV360 AV (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 9650,
	ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
	ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE),
	ATI Radeon Mobility X600 (M24) 3150 (PCIE),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (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 X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE),
	ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
	ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
	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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
	ATI Radeon AIW X800 VE (R420) JT (AGP),
	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 FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
	ATI Radeon X850 5D4C (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon Mobility M7 LW (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x31ffffff (0x31f00000) 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	0x34002000 - 0x340020ff (0x100) MX[B]
	[5] -1	0	0x34001000 - 0x34001fff (0x1000) MX[B]
	[6] -1	0	0x34000000 - 0x34000fff (0x1000) MX[B]
	[7] -1	0	0xe8205000 - 0xe8205fff (0x1000) MX[B]
	[8] -1	0	0xe8200000 - 0xe8203fff (0x4000) MX[B]
	[9] -1	0	0xe8204000 - 0xe82047ff (0x800) MX[B]
	[10] -1	0	0x32000000 - 0x320003ff (0x400) MX[B]
	[11] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[12] -1	0	0xe8100000 - 0xe810ffff (0x10000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00004000 - 0x0000403f (0x40) IX[B]
	[17] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[18] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[19] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[20] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[21] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[22] -1	0	0x00001820 - 0x0000182f (0x10) IX[B]
	[23] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[24] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[25] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[26] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x31ffffff (0x31f00000) 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	0x34002000 - 0x340020ff (0x100) MX[B]
	[5] -1	0	0x34001000 - 0x34001fff (0x1000) MX[B]
	[6] -1	0	0x34000000 - 0x34000fff (0x1000) MX[B]
	[7] -1	0	0xe8205000 - 0xe8205fff (0x1000) MX[B]
	[8] -1	0	0xe8200000 - 0xe8203fff (0x4000) MX[B]
	[9] -1	0	0xe8204000 - 0xe82047ff (0x800) MX[B]
	[10] -1	0	0x32000000 - 0x320003ff (0x400) MX[B]
	[11] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[12] -1	0	0xe8100000 - 0xe810ffff (0x10000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x00004000 - 0x0000403f (0x40) IX[B]
	[20] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[21] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[22] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[23] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[24] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[25] -1	0	0x00001820 - 0x0000182f (0x10) IX[B]
	[26] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[27] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[28] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[29] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xe8100000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 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
(**) RADEON(0): Option "SWcursor" "on"
(**) RADEON(0): Option "IgnoreEDID" "on"
(**) RADEON(0): Option "MergedFB" "false"
(**) RADEON(0): Option "DynamicClocks" "true"
(**) RADEON(0): Option "BIOSHotkeys" "on"
(**) RADEON(0): Option "ReverseDDC" "off"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(==) RADEON(0): X server will not keep DPI constant for all screen sizes
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(II) RADEON(0): AGP card detected
(II) RADEON(0): Detected total video RAM=32768K, accessible=65536K
(PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): LVDS port is not in connector table, added in.
(WW) RADEON(0): LCD DDC Info Table found!
(II) RADEON(0): Connector0: DDCType-4, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(**) RADEON(0): IgnoreEDID is specified, EDID data will be ignored
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0):
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- Proprietary
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- NONE
 DDC Type  -- CRT2_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=35000; xclk=18300
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(II) RADEON(0): MergedFB mode forced off.
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: 1024x768
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768-Over
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768-Over": 65.0 MHz (scaled from 0.0 MHz),
48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768-Over"   65.00  1024 1040 1176 1344
768 770 776 806
(**) RADEON(0):  Driver mode "320x175": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x175"   65.00  320 1040 1176 1344  175 770 776 806
(**) RADEON(0):  Driver mode "320x200": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x200"   65.00  320 1040 1176 1344  200 770 776 806
(**) RADEON(0):  Driver mode "360x200": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "360x200"   65.00  360 1040 1176 1344  200 770 776 806
(**) RADEON(0):  Driver mode "320x240": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240"   65.00  320 1040 1176 1344  240 770 776 806
(**) RADEON(0):  Driver mode "400x300": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300"   65.00  400 1040 1176 1344  300 770 776 806
(**) RADEON(0):  Driver mode "512x384": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384"   65.00  512 1040 1176 1344  384 770 776 806
(**) RADEON(0):  Driver mode "576x432": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432"   65.00  576 1040 1176 1344  432 770 776 806
(**) RADEON(0):  Driver mode "640x480": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   65.00  640 1040 1176 1344  480 770 776 806
(**) RADEON(0):  Driver mode "640x512": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512"   65.00  640 1040 1176 1344  512 770 776 806
(**) RADEON(0):  Driver mode "800x600": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"   65.00  800 1040 1176 1344  600 770 776 806
(**) RADEON(0):  Driver mode "896x672": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "896x672"   65.00  896 1040 1176 1344  672 770 776 806
(**) RADEON(0):  Driver mode "928x696": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "928x696"   65.00  928 1040 1176 1344  696 770 776 806
(**) RADEON(0):  Driver mode "960x720": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720"   65.00  960 1040 1176 1344  720 770 776 806
(**) RADEON(0):  Driver mode "416x312": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "416x312"   65.00  416 1040 1176 1344  312 770 776 806
(**) RADEON(0):  Driver mode "576x384": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x384"   65.00  576 1040 1176 1344  384 770 776 806
(**) RADEON(0):  Driver mode "640x360": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x360"   65.00  640 1040 1176 1344  360 770 776 806
(**) RADEON(0):  Driver mode "640x400": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"   65.00  640 1040 1176 1344  400 770 776 806
(**) RADEON(0):  Driver mode "640x384": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x384"   65.00  640 1040 1176 1344  384 770 776 806
(**) RADEON(0):  Driver mode "700x525": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525"   65.00  700 1040 1176 1344  525 770 776 806
(**) RADEON(0):  Driver mode "720x450": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x450"   65.00  720 1040 1176 1344  450 770 776 806
(**) RADEON(0):  Driver mode "800x512": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x512"   65.00  800 1040 1176 1344  512 770 776 806
(**) RADEON(0):  Driver mode "840x525": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "840x525"   65.00  840 1040 1176 1344  525 770 776 806
(**) RADEON(0):  Driver mode "960x540": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x540"   65.00  960 1040 1176 1344  540 770 776 806
(**) RADEON(0):  Driver mode "960x600": 65.0 MHz (scaled from 0.0
MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x600"   65.00  960 1040 1176 1344  600 770 776 806
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(==) 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 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe8100000 - 0xe810ffff (0x10000) MX[B]
	[1] 0	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[2] -1	0	0x00100000 - 0x31ffffff (0x31f00000) 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	0x34002000 - 0x340020ff (0x100) MX[B]
	[7] -1	0	0x34001000 - 0x34001fff (0x1000) MX[B]
	[8] -1	0	0x34000000 - 0x34000fff (0x1000) MX[B]
	[9] -1	0	0xe8205000 - 0xe8205fff (0x1000) MX[B]
	[10] -1	0	0xe8200000 - 0xe8203fff (0x4000) MX[B]
	[11] -1	0	0xe8204000 - 0xe82047ff (0x800) MX[B]
	[12] -1	0	0x32000000 - 0x320003ff (0x400) MX[B]
	[13] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[14] -1	0	0xe8100000 - 0xe810ffff (0x10000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[19] 0	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x00004000 - 0x0000403f (0x40) IX[B]
	[23] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[24] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[25] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[26] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[27] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[28] -1	0	0x00001820 - 0x0000182f (0x10) IX[B]
	[29] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[30] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[31] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[32] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(**) RADEON(0): RADEONScreenInit f0000000 0
(**) RADEON(0): Map: 0xf0000000, 0x02000000
(==) RADEON(0): Write-combining range (0xf0000000,0x2000000)
(**) RADEON(0): RADEONSave
(**) RADEON(0): RADEONSaveMode(0x84d1f30)
(**) RADEON(0): Read: 0x00000008 0x0002004d 0x00000000
(**) RADEON(0): Read: rd=8, fd=77, pd=2
(**) RADEON(0): RADEONSaveMode returns 0x84d1f30
(II) RADEON(0): Dynamic Clock Scaling Enabled
(**) RADEON(0): RADEONInitMemoryMap() :
(**) RADEON(0):   mem_size         : 0x04000000
(**) RADEON(0):   MC_FB_LOCATION   : 0xf3fff000
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(**) RADEON(0): RADEONModeInit()
1024x768-Ove   65.00  1024 1040 1176 1344   768  770  776  806 (24,32)
1024x768-Ove   65.00  1024 1040 1176 1344   768  770  776  806 (24,32)
(**) RADEON(0): Pitch = 8388736 bytes (virtualX = 1024, displayWidth = 1024)
(II) RADEON(0): BIOS HotKeys Enabled
(**) RADEON(0): RADEONInit returns 0x84d28e0
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x84d28e0)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0xf3fff000
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
(**) RADEON(0): RADEONSaveScreen(0)
(II) RADEON(0): Depth moves disabled by default
(**) RADEON(0): Setting up initial surfaces
(**) RADEON(0): Initializing fb layer
(**) RADEON(0): Setting up accel memmap
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(**) RADEON(0): Initializing backing store
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Render acceleration enabled
(**) RADEON(0): EngineInit (32/32)
(**) RADEON(0): Pitch for acceleration = 128
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): Option "XaaNoOffscreenPixmaps" "true"
(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
(**) RADEON(0): Initializing DPMS
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(**) RADEON(0): Initializing Cursor
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using software cursor
(**) RADEON(0): Initializing color map
(**) RADEON(0): Initializing DGA
(**) RADEON(0): Initializing Xv
(II) RADEON(0): Detected Radeon Mobility M7, 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 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(WW) RADEON(0): Option "SecurityTypes" is not used
(WW) RADEON(0): Option "AddARGBGLXVisuals" is not used
(**) RADEON(0): RADEONScreenInit finished
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "es"
(**) Keyboard0: XkbLayout: "es"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.4 (1404)
(--) Synaptics auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(--) Synaptics touchpad found
(**) Option "CorePointer"
(**) Synaptics: Core Pointer
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "AlwaysCore"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(II) XINPUT: Adding extended input device "Synaptics" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Synaptics auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(--) Synaptics touchpad found
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)



More information about the xorg mailing list