Enabling Page Flipping

Kurt B Cox kurtbcox at gmail.com
Sun Sep 3 23:02:18 PDT 2006


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

Daniel Kasak wrote:
> I've been reading up ( a little ) on performance settings for Radeons,
> and I've come across the 'EnablePageFlip' option.
> 
> I put the line:
> 
> Option "EnablePageFlip" "on"
> 
> in the Device section of my xorg.conf and restart X, but I still get:
> 
> (II) RADEON(0): Page flipping disabled
> 
> in my X log. I've tried swapping the "on" for "1" - no difference.
> Also, while X logs details of other options that I enable ( for
> example AccelDFS, etc ), there is no mention of the 'EnablePageFlip'
> option - not even a note that this option is not used.
> 
> Is this not supported on my card ( Radeon X700 mobility )?
> 
> Full /etc/X11/xorg.conf:
> 
> Section "ServerLayout"
>         Identifier     "X.org Configured"
>         Screen      0  "Screen 0" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
>         FontPath     "/usr/share/fonts/misc"
>         FontPath     "/usr/share/fonts/75dpi"
>         FontPath     "/usr/share/fonts/100dpi"
>         FontPath     "/usr/share/fonts/TTF"
>         FontPath     "/usr/share/fonts/Type1"
>         FontPath     "/usr/share/fonts/lfpfonts-fix"
>         FontPath     "/usr/share/fonts/lfpfonts-var"
>         FontPath     "/usr/share/fonts/sgi-fonts"
>         FontPath     "/usr/share/fonts/sharefonts"
>         FontPath     "/usr/share/fonts/corefonts"
>         FontPath     "/usr/share/fonts/ttf-bitstream-vera"
>         FontPath     "/usr/share/fonts/artwiz"
>         FontPath     "/usr/share/fonts/urw-fonts"
>         FontPath     "/usr/share/fonts/unifont"
>         FontPath     "/usr/share/fonts/cyrillic"
>         FontPath     "/usr/share/fonts/urwvn-fonts"
>         FontPath     "/usr/share/fonts/hunkyfonts"
> EndSection
> 
> Section "Module"
>         Load  "dbe"
>         Load  "dri"
>         Load  "extmod"
>         Load  "glx"
>         Load  "record"
>         Load  "xtrap"
>         Load  "freetype"
>         Load  "type1"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "IMPS/2"
>         Option      "Device" "/dev/input/mice"
>         Option      "ZAxisMapping" "4 5 6 7"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "SEC"
>         ModelName    "4147"
> EndSection
> 
> Section "Device"
> # fglrx options
>         Option      "UseFastTLS" "0"
>         Option      "VideoOverlay" "on"
> 
> # ATI DRI options
>         Option      "MonitorLayout" "LVDS"
>         Option      "DynamicClocks" "on"
>         Option      "AccelMethod" "exa"
>         Option      "MigrationHeuristic" "always"
>         Option      "AccelDFS" "1"
> #       Option      "SWcursor" "1"
> #       Option      "XAANoOffscreenPixmaps" "true"
>         Option      "ColorTiling" "on"
>         Option      "EnablePageFlip" "on"
>         Option      "GARTSize" "64"
>         Identifier  "Card0"
>         Driver      "ati"
> #       Driver      "fglrx"
> #       Driver      "vesa"
>         VendorName  "ATI Technologies Inc"
>         BoardName   "Radeon Mobility X700 (PCIE)"
>         BusID       "PCI:1:0:0"
> EndSection
> 
> 
> ---
> 
> Full /var/log/Xorg.0.log:
> 
> This is a pre-release version of the X server from The X.Org Foundation.
> It is not supported in any way.
> Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
> Select the "xorg" product for bugs you find in this release.
> Before reporting bugs in pre-release versions please check the
> latest version in the X.Org Foundation CVS repository.
> See http://wiki.x.org/wiki/CvsPage for CVS access instructions.
> 
> X Window System Version 7.1.99.2
> Release Date: 21 December 2005
> X Protocol Version 11, Revision 0, Release 7.1.99.2
> Build Operating System: UNKNOWN
> Current Operating System: Linux metabox 2.6.17-beyond3 #1 PREEMPT Sat
> Sep 2 17:34:37 EST 2006 x86_64
> Build Date: 28 August 2006
>         Before reporting problems, check http://wiki.x.org
>         to make sure that you have the latest version.
> Module Loader present
> Markers: (--) probed, (**) from config file, (==) default setting,
>         (++) from command line, (!!) notice, (II) informational,
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  3 18:24:11 2006
> (==) Using config file: "/etc/X11/xorg.conf"
> (==) ServerLayout "X.org Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Card0"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
>         Entry deleted from font path.
>         (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
> (**) FontPath set to:
>         /usr/share/fonts/misc,
>         /usr/share/fonts/75dpi,
>         /usr/share/fonts/100dpi,
>         /usr/share/fonts/TTF,
>         /usr/share/fonts/Type1,
>         /usr/share/fonts/lfpfonts-fix,
>         /usr/share/fonts/lfpfonts-var,
>         /usr/share/fonts/sgi-fonts,
>         /usr/share/fonts/sharefonts,
>         /usr/share/fonts/corefonts,
>         /usr/share/fonts/ttf-bitstream-vera,
>         /usr/share/fonts/artwiz,
>         /usr/share/fonts/urw-fonts,
>         /usr/share/fonts/unifont,
>         /usr/share/fonts/urwvn-fonts,
>         /usr/share/fonts/hunkyfonts
> (==) RgbPath set to "/usr/share/X11/rgb"
> (==) ModulePath set to "/usr/lib64/xorg/modules"
> (**) Extension "Composite" is enabled
> (II) Open ACPI successful (/var/run/acpid.socket)
> (II) Loader magic: 0x6a6fc0
> (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: "pcidata"
> (II) Loading /usr/lib64/xorg/modules//libpcidata.so
> (II) Module pcidata: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         ABI class: X.Org Video Driver, version 1.0
> (--) using VT number 7
> 
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 1002,5951 card 1462,0361 rev 01 class 06,00,00
> hdr 00
> (II) PCI: 00:02:0: chip 1002,5a34 card 0000,0000 rev 00 class 06,04,00
> hdr 01
> (II) PCI: 00:04:0: chip 1002,5a36 card 0000,0000 rev 00 class 06,04,00
> hdr 01
> (II) PCI: 00:05:0: chip 1002,5a37 card 0000,0000 rev 00 class 06,04,00
> hdr 01
> (II) PCI: 00:13:0: chip 1002,4374 card 1002,4374 rev 80 class 0c,03,10
> hdr 80
> (II) PCI: 00:13:1: chip 1002,4375 card 1002,4375 rev 80 class 0c,03,10
> hdr 00
> (II) PCI: 00:13:2: chip 1002,4373 card 1002,4373 rev 80 class 0c,03,20
> hdr 00
> (II) PCI: 00:14:0: chip 1002,4372 card 1462,0361 rev 81 class 0c,05,00
> hdr 80
> (II) PCI: 00:14:1: chip 1002,4376 card 1462,0361 rev 80 class 01,01,8a
> hdr 00
> (II) PCI: 00:14:2: chip 1002,437b card 1462,0361 rev 01 class 04,03,00
> hdr 00
> (II) PCI: 00:14:3: chip 1002,4377 card 0000,0000 rev 80 class 06,01,00
> hdr 80
> (II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 80 class 06,04,01
> hdr 81
> (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00
> hdr 80
> (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00
> hdr 80
> (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00
> hdr 80
> (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00
> hdr 80
> (II) PCI: 01:00:0: chip 1002,5653 card 1462,0361 rev 00 class 03,00,00
> hdr 00
> (II) PCI: 04:00:0: chip 11c1,ed00 card 1462,0361 rev 01 class 02,00,00
> hdr 00
> (II) PCI: 05:04:0: chip 1217,7134 card b001,0000 rev 21 class 06,07,00
> hdr 82
> (II) PCI: 05:04:2: chip 1217,7120 card 1462,0361 rev 01 class 08,05,00
> hdr 00
> (II) PCI: 05:04:3: chip 1217,7130 card 1462,0361 rev 01 class 06,80,00
> hdr 00
> (II) PCI: 05:04:4: chip 1217,00f7 card 1217,00f7 rev 02 class 0c,00,10
> hdr 00
> (II) PCI: 05:09:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00
> hdr 00
> (II) PCI: End of PCI scan
> (II) Host-to-PCI bridge:
> (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
> (II) Bus 0 I/O range:
>         [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) Bus 0 non-prefetchable memory range:
>         [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
> (II) Bus 0 prefetchable memory range:
>         [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
> (II) PCI-to-PCI bridge:
> (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
> (II) Bus 1 I/O range:
>         [0] -1  0       0x00009000 - 0x00009fff (0x1000) IX[B]
> (II) Bus 1 non-prefetchable memory range:
>         [0] -1  0       0xfd500000 - 0xfd5fffff (0x100000) MX[B]
> (II) Bus 1 prefetchable memory range:
>         [0] -1  0       0xbbf00000 - 0xdbefffff (0x20000000) MX[B]
> (II) PCI-to-PCI bridge:
> (II) Bus 2: bridge is at (0:4:0), (0,2,3), BCTRL: 0x0003 (VGA_EN is
> cleared)
> (II) Bus 2 I/O range:
>         [0] -1  0       0x0000a000 - 0x0000afff (0x1000) IX[B]
> (II) Bus 2 non-prefetchable memory range:
>         [0] -1  0       0xfd600000 - 0xfddfffff (0x800000) MX[B]
> (II) Bus 2 prefetchable memory range:
>         [0] -1  0       0xdbf00000 - 0xddefffff (0x2000000) MX[B]
> (II) PCI-to-PCI bridge:
> (II) Bus 4: bridge is at (0:5:0), (0,4,4), BCTRL: 0x0003 (VGA_EN is
> cleared)
> (II) Bus 4 non-prefetchable memory range:
>         [0] -1  0       0xfde00000 - 0xfe1fffff (0x400000) MX[B]
> (II) PCI-to-ISA bridge:
> (II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN
> is set)
> (II) Subtractive PCI-to-PCI bridge:
> (II) Bus 5: bridge is at (0:20:4), (0,5,6), BCTRL: 0x0003 (VGA_EN is
> cleared)
> (II) Bus 5 I/O range:
>         [0] -1  0       0x0000b000 - 0x0000bfff (0x1000) IX[B]
> (II) Bus 5 non-prefetchable memory range:
>         [0] -1  0       0xfe200000 - 0xfeafffff (0x900000) MX[B]
> (II) Bus 5 prefetchable memory range:
>         [0] -1  0       0xddf00000 - 0xdfefffff (0x2000000) MX[B]
> (II) PCI-to-CardBus bridge:
> (II) Bus 6: bridge is at (5:4:0), (5,6,9), BCTRL: 0x05c3 (VGA_EN is
> cleared)
> (II) Bus 6 I/O range:
>         [0] -1  0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
>         [1] -1  0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
> (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility X700 (PCIE) rev
> 0, Mem @ 0xc0000000/28, 0xfd5f0000/16, I/O @ 0x98
> 00/8, BIOS @ 0xfd5c0000/17
> (II) Addressable bus resource ranges are
>         [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
>         [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) OS-reported resource ranges:
>         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
> (II) Active PCI resource ranges:
>         [0] -1  0       0xfeafc000 - 0xfeafcfff (0x1000) MX[B]
>         [1] -1  0       0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
>         [2] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
>         [3] -1  0       0xfeafe000 - 0xfeafefff (0x1000) MX[B]
>         [4] -1  0       0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
>         [5] -1  0       0xfe000000 - 0xfe1fffff (0x200000) MX[B]
>         [6] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
>         [7] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
>         [8] -1  0       0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
>         [9] -1  0       0xfebfe000 - 0xfebfefff (0x1000) MX[B]
>         [10] -1 0       0xfebff000 - 0xfebfffff (0x1000) MX[B]
>         [11] -1 0       0xfd5c0000 - 0xfd5dffff (0x20000) MX[B](B)
>         [12] -1 0       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B](B)
>         [13] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
>         [14] -1 0       0x0000ff00 - 0x0000ff0f (0x10) IX[B]
>         [15] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
>         [16] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
>         [17] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
>         [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>         [19] -1 0       0x00000b00 - 0x00000b0f (0x10) IX[B]
>         [20] -1 0       0x00009800 - 0x000098ff (0x100) IX[B](B)
> (II) Active PCI resource ranges after removing overlaps:
>         [0] -1  0       0xfeafc000 - 0xfeafcfff (0x1000) MX[B]
>         [1] -1  0       0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
>         [2] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
>         [3] -1  0       0xfeafe000 - 0xfeafefff (0x1000) MX[B]
>         [4] -1  0       0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
>         [5] -1  0       0xfe000000 - 0xfe1fffff (0x200000) MX[B]
>         [6] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
>         [7] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
>         [8] -1  0       0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
>         [9] -1  0       0xfebfe000 - 0xfebfefff (0x1000) MX[B]
>         [10] -1 0       0xfebff000 - 0xfebfffff (0x1000) MX[B]
>         [11] -1 0       0xfd5c0000 - 0xfd5dffff (0x20000) MX[B](B)
>         [12] -1 0       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B](B)
>         [13] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
>         [14] -1 0       0x0000ff00 - 0x0000ff0f (0x10) IX[B]
>         [15] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
>         [16] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
>         [17] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
>         [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>         [19] -1 0       0x00000b00 - 0x00000b0f (0x10) IX[B]
>         [20] -1 0       0x00009800 - 0x000098ff (0x100) IX[B](B)
> (II) OS-reported resource ranges after removing overlaps with PCI:
>         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
> (II) All system resource ranges:
>         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [4] -1  0       0xfeafc000 - 0xfeafcfff (0x1000) MX[B]
>         [5] -1  0       0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
>         [6] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
>         [7] -1  0       0xfeafe000 - 0xfeafefff (0x1000) MX[B]
>         [8] -1  0       0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
>         [9] -1  0       0xfe000000 - 0xfe1fffff (0x200000) MX[B]
>         [10] -1 0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
>         [11] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
>         [12] -1 0       0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
>         [13] -1 0       0xfebfe000 - 0xfebfefff (0x1000) MX[B]
>         [14] -1 0       0xfebff000 - 0xfebfffff (0x1000) MX[B]
>         [15] -1 0       0xfd5c0000 - 0xfd5dffff (0x20000) MX[B](B)
>         [16] -1 0       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B](B)
>         [17] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
>         [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [20] -1 0       0x0000ff00 - 0x0000ff0f (0x10) IX[B]
>         [21] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
>         [22] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
>         [23] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
>         [24] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>         [25] -1 0       0x00000b00 - 0x00000b0f (0x10) IX[B]
>         [26] -1 0       0x00009800 - 0x000098ff (0x100) IX[B](B)
> (II) LoadModule: "dbe"
> (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
> (II) Module dbe: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, 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: "dri"
> (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
> (II) Module dri: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         ABI class: X.Org Server Extension, version 0.3
> (II) Loading sub module "drm"
> (II) LoadModule: "drm"
> (II) Loading /usr/lib64/xorg/modules/linux//libdrm.so
> (II) Module drm: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         ABI class: X.Org Server Extension, version 0.3
> (II) Loading extension XFree86-DRI
> (II) LoadModule: "extmod"
> (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
> (II) Module extmod: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         Module class: X.Org Server Extension
>         ABI class: X.Org Server Extension, version 0.3
> (II) Loading extension SHAPE
> (II) Loading extension MIT-SUNDRY-NONSTANDARD
> (II) Loading extension BIG-REQUESTS
> (II) Loading extension SYNC
> (II) Loading extension MIT-SCREEN-SAVER
> (II) Loading extension XC-MISC
> (II) Loading extension XFree86-VidModeExtension
> (II) Loading extension XFree86-Misc
> (II) Loading extension XFree86-DGA
> (II) Loading extension DPMS
> (II) Loading extension TOG-CUP
> (II) Loading extension Extended-Visual-Information
> (II) Loading extension XVideo
> (II) Loading extension XVideo-MotionCompensation
> (II) Loading extension X-Resource
> (II) LoadModule: "glx"
> (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
> (II) Module glx: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         ABI class: X.Org Server Extension, version 0.3
> (==) AIGLX enabled
> (II) Loading extension GLX
> (II) LoadModule: "record"
> (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
> (II) Module record: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.13.0
>         Module class: X.Org Server Extension
>         ABI class: X.Org Server Extension, version 0.3
> (II) Loading extension RECORD
> (II) LoadModule: "xtrap"
> (II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so
> (II) Module xtrap: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         Module class: X.Org Server Extension
>         ABI class: X.Org Server Extension, version 0.3
> (II) Loading extension DEC-XTRAP
> (II) LoadModule: "freetype"
> (II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
> (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
>         compiled for 7.1.99.2, 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: "type1"
> (II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
> (II) Module type1: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, 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: "ati"
> (II) Loading /usr/lib64/xorg/modules/drivers//ati_drv.so
> (II) Module ati: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 6.6.2
>         Module class: X.Org Video Driver
>         ABI class: X.Org Video Driver, version 1.0
> (II) LoadModule: "mouse"
> (II) Loading /usr/lib64/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) LoadModule: "kbd"
> (II) Loading /usr/lib64/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) ATI: ATI driver (version 6.6.2) 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
> (II) ATI:  Candidate "Device" section "Card0".
> (--) Chipset ATI Mobility Radeon X700 (M26) (PCIE) found
> (II) resource ranges after xf86ClaimFixedResources() call:
>         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [4] -1  0       0xfeafc000 - 0xfeafcfff (0x1000) MX[B]
>         [5] -1  0       0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
>         [6] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
>         [7] -1  0       0xfeafe000 - 0xfeafefff (0x1000) MX[B]
>         [8] -1  0       0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
>         [9] -1  0       0xfe000000 - 0xfe1fffff (0x200000) MX[B]
>         [10] -1 0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
>         [11] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
>         [12] -1 0       0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
>         [13] -1 0       0xfebfe000 - 0xfebfefff (0x1000) MX[B]
>         [14] -1 0       0xfebff000 - 0xfebfffff (0x1000) MX[B]
>         [15] -1 0       0xfd5c0000 - 0xfd5dffff (0x20000) MX[B](B)
>         [16] -1 0       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B](B)
>         [17] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
>         [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [20] -1 0       0x0000ff00 - 0x0000ff0f (0x10) IX[B]
>         [21] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
>         [22] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
>         [23] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
>         [24] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>         [25] -1 0       0x00000b00 - 0x00000b0f (0x10) IX[B]
>         [26] -1 0       0x00009800 - 0x000098ff (0x100) IX[B](B)
> (II) Loading sub module "radeon"
> (II) LoadModule: "radeon"
> (II) Loading /usr/lib64/xorg/modules/drivers//radeon_drv.so
> (II) Module radeon: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 4.2.0
>         Module class: X.Org Video Driver
>         ABI class: X.Org Video Driver, version 1.0
> (II) resource ranges after probing:
>         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [4] -1  0       0xfeafc000 - 0xfeafcfff (0x1000) MX[B]
>         [5] -1  0       0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
>         [6] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
>         [7] -1  0       0xfeafe000 - 0xfeafefff (0x1000) MX[B]
>         [8] -1  0       0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
>         [9] -1  0       0xfe000000 - 0xfe1fffff (0x200000) MX[B]
>         [10] -1 0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
>         [11] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
>         [12] -1 0       0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
>         [13] -1 0       0xfebfe000 - 0xfebfefff (0x1000) MX[B]
>         [14] -1 0       0xfebff000 - 0xfebfffff (0x1000) MX[B]
>         [15] -1 0       0xfd5c0000 - 0xfd5dffff (0x20000) MX[B](B)
>         [16] -1 0       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B](B)
>         [17] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
>         [18] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
>         [19] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
>         [20] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
>         [21] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [22] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [23] -1 0       0x0000ff00 - 0x0000ff0f (0x10) IX[B]
>         [24] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
>         [25] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
>         [26] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
>         [27] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>         [28] -1 0       0x00000b00 - 0x00000b0f (0x10) IX[B]
>         [29] -1 0       0x00009800 - 0x000098ff (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 0xfd5f0000: 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 "GARTSize" "64"
> (**) RADEON(0): Option "AccelDFS" "1"
> (**) RADEON(0): Option "MonitorLayout" "LVDS"
> (**) RADEON(0): Option "ColorTiling" "on"
> (**) RADEON(0): Option "DynamicClocks" "on"
> (**) RADEON(0): Option "AccelMethod" "exa"
> (II) Loading sub module "vgahw"
> (II) LoadModule: "vgahw"
> (II) Loading /usr/lib64/xorg/modules//libvgahw.so
> (II) Module vgahw: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, 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/lib64/xorg/modules//libint10.so
> (II) Module int10: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, 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 Mobility Radeon X700 (M26) (PCIE)"
> (ChipID = 0x5653)
> (--) RADEON(0): Linear framebuffer at 0xc0000000
> (--) RADEON(0): BIOS at 0xfd5c0000
> (II) RADEON(0): PCIE card detected
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: Searching for BusID pci:0000:01:00.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: drmOpenMinor returns 7
> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
> (II) RADEON(0): [dri] Found DRI library version 1.2.0 and kernel
> module version 1.25.0
> (II) Loading sub module "shadowfb"
> (II) LoadModule: "shadowfb"
> (II) Loading /usr/lib64/xorg/modules//libshadowfb.so
> (II) Module shadowfb: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         ABI class: X.Org ANSI C Emulation, version 0.3
> (II) 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=262144K, accessible=262144K
> (PCI BAR=262144K)
> (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
> (II) RADEON(0): Color tiling enabled by default
> (II) Loading sub module "ddc"
> (II) LoadModule: "ddc"
> (II) Loading /usr/lib64/xorg/modules//libddc.so
> (II) Module ddc: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, 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/lib64/xorg/modules//libi2c.so
> (II) Module i2c: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.2.0
>         ABI class: X.Org Video Driver, version 1.0
> (II) RADEON(0): I2C bus "DDC" initialized.
> (II) RADEON(0): ATOM BIOS detected
> (II) RADEON(0): Port0: DDCType-0, DACType-0, TMDSType--1, ConnectorType-1
> (II) RADEON(0): Port1: DDCType-0, DACType--1, TMDSType--1, ConnectorType-7
> (WW) RADEON(0): Invalid Monitor type specified for 2nd port
> (**) RADEON(0): MonitorLayout Option:
>         Monitor1--Type LVDS, Monitor2--Type
> 
> (II) RADEON(0):
> (II) RADEON(0): Primary:
>  Monitor   -- LVDS
>  Connector -- VGA
>  DAC Type  -- Primary
>  TMDS Type -- NONE
>  DDC Type  -- NONE
> (II) RADEON(0): Secondary:
>  Monitor   -- NONE
>  Connector -- LVDS
>  DAC Type  -- Unknown
>  TMDS Type -- NONE
>  DDC Type  -- NONE
> (II) RADEON(0): ref_freq: 2700, min_pll: 20000, max_pll: 50000, xclk:
> 40000, sclk: 350.000000, mclk: 400.000000
> (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000
> max=47042776843088; xclk=40000
> (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone
> mode disabled
> (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) RADEON(0): Validating modes on Primary head ---------
> (WW) RADEON(0): LVDS Info:
> XRes: 1680, YRes: 1050, DotClock: 119000
> HBlank: 160, HOverPlus: 48, HSyncWidth: 32
> VBlank: 50, VOverPlus: 2, VSyncWidth: 6
> (II) RADEON(0): Total number of valid DDC mode(s) found: 0
> (II) RADEON(0): Valid mode using on-chip RMX: 1680x1050
> (II) RADEON(0): Valid mode using on-chip RMX: 1400x1050
> (II) RADEON(0): Valid mode using on-chip RMX: 1360x1050
> (II) RADEON(0): Valid mode using on-chip RMX: 1360x1024
> (II) RADEON(0): Valid mode using on-chip RMX: 1360x768
> (II) RADEON(0): Valid mode using on-chip RMX: 1280x1024
> (II) RADEON(0): Valid mode using on-chip RMX: 1280x960
> (II) RADEON(0): Valid mode using on-chip RMX: 1280x800
> (II) RADEON(0): Valid mode using on-chip RMX: 1280x768
> (II) RADEON(0): Valid mode using on-chip RMX: 1280x720
> (II) RADEON(0): Valid mode using on-chip RMX: 1152x864
> (II) RADEON(0): Valid mode using on-chip RMX: 1024x768
> (II) RADEON(0): Valid mode using on-chip RMX: 800x600
> (II) RADEON(0): Valid mode using on-chip RMX: 640x480
> (II) RADEON(0): Total number of valid FP mode(s) found: 14
> (--) RADEON(0): Virtual size is 1680x1050 (pitch 1728)
> (**) RADEON(0): *Mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1680x1050"  119.00  1680 1728 1760 1840
> 1050 1052 1058 1100
> (**) RADEON(0): *Mode "1400x1050": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1400x1050"  119.00  1400 1728 1760 1840
> 1050 1052 1058 1100
> (**) RADEON(0): *Mode "1360x1050": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1360x1050"  119.00  1360 1728 1760 1840
> 1050 1052 1058 1100
> (**) RADEON(0): *Mode "1360x1024": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1360x1024"  119.00  1360 1728 1760 1840
> 1024 1052 1058 1100
> (**) RADEON(0): *Mode "1360x768": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1360x768"  119.00  1360 1728 1760 1840  768
> 1052 1058 1100
> (**) RADEON(0): *Mode "1280x1024": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1280x1024"  119.00  1280 1728 1760 1840
> 1024 1052 1058 1100
> (**) RADEON(0): *Mode "1280x960": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1280x960"  119.00  1280 1728 1760 1840  960
> 1052 1058 1100
> (**) RADEON(0): *Mode "1280x800": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1280x800"  119.00  1280 1728 1760 1840  800
> 1052 1058 1100
> (**) RADEON(0): *Mode "1280x768": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1280x768"  119.00  1280 1728 1760 1840  768
> 1052 1058 1100
> (**) RADEON(0): *Mode "1280x720": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1280x720"  119.00  1280 1728 1760 1840  720
> 1052 1058 1100
> (**) RADEON(0): *Mode "1152x864": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1152x864"  119.00  1152 1728 1760 1840  864
> 1052 1058 1100
> (**) RADEON(0): *Mode "1024x768": 119.0 MHz (scaled from 0.0 MHz),
> 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1024x768"  119.00  1024 1728 1760 1840  768
> 1052 1058 1100
> (**) RADEON(0): *Mode "800x600": 119.0 MHz (scaled from 0.0 MHz), 64.7
> kHz, 58.8 Hz
> (II) RADEON(0): Modeline "800x600"  119.00  800 1728 1760 1840  600
> 1052 1058 1100
> (**) RADEON(0): *Mode "640x480": 119.0 MHz (scaled from 0.0 MHz), 64.7
> kHz, 58.8 Hz
> (II) RADEON(0): Modeline "640x480"  119.00  640 1728 1760 1840  480
> 1052 1058 1100
> (**) RADEON(0):  Default mode "640x350": 119.0 MHz (scaled from 0.0
> MHz), 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "640x350"  119.00  640 1728 1760 1840  350
> 1052 1058 1100
> (**) RADEON(0):  Default mode "640x400": 119.0 MHz (scaled from 0.0
> MHz), 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "640x400"  119.00  640 1728 1760 1840  400
> 1052 1058 1100
> (**) RADEON(0):  Default mode "720x400": 119.0 MHz (scaled from 0.0
> MHz), 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "720x400"  119.00  720 1728 1760 1840  400
> 1052 1058 1100
> (**) RADEON(0):  Default mode "832x624": 119.0 MHz (scaled from 0.0
> MHz), 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "832x624"  119.00  832 1728 1760 1840  624
> 1052 1058 1100
> (**) RADEON(0):  Default mode "1152x768": 119.0 MHz (scaled from 0.0
> MHz), 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1152x768"  119.00  1152 1728 1760 1840  768
> 1052 1058 1100
> (**) RADEON(0):  Default mode "1600x1024": 119.0 MHz (scaled from 0.0
> MHz), 64.7 kHz, 58.8 Hz
> (II) RADEON(0): Modeline "1600x1024"  119.00  1600 1728 1760 1840
> 1024 1052 1058 1100
> (==) RADEON(0): DPI set to (75, 75)
> (II) Loading sub module "fb"
> (II) LoadModule: "fb"
> (II) Loading /usr/lib64/xorg/modules//libfb.so
> (II) Module fb: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 1.0.0
>         ABI class: X.Org ANSI C Emulation, version 0.3
> (II) Loading sub module "ramdac"
> (II) LoadModule: "ramdac"
> (II) Loading /usr/lib64/xorg/modules//libramdac.so
> (II) Module ramdac: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 0.1.0
>         ABI class: X.Org Video Driver, version 1.0
> (**) RADEON(0): Using EXA acceleration architecture
> (II) Loading sub module "exa"
> (II) LoadModule: "exa"
> (II) Loading /usr/lib64/xorg/modules//libexa.so
> (II) Module exa: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, module version = 2.0.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       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B]
>         [1] 0   0       0xc0000000 - 0xcfffffff (0x10000000) MX[B]
>         [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [6] -1  0       0xfeafc000 - 0xfeafcfff (0x1000) MX[B]
>         [7] -1  0       0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
>         [8] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
>         [9] -1  0       0xfeafe000 - 0xfeafefff (0x1000) MX[B]
>         [10] -1 0       0xfeaffc00 - 0xfeaffcff (0x100) MX[B]
>         [11] -1 0       0xfe000000 - 0xfe1fffff (0x200000) MX[B]
>         [12] -1 0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
>         [13] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
>         [14] -1 0       0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
>         [15] -1 0       0xfebfe000 - 0xfebfefff (0x1000) MX[B]
>         [16] -1 0       0xfebff000 - 0xfebfffff (0x1000) MX[B]
>         [17] -1 0       0xfd5c0000 - 0xfd5dffff (0x20000) MX[B](B)
>         [18] -1 0       0xfd5f0000 - 0xfd5fffff (0x10000) MX[B](B)
>         [19] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
>         [20] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
>         [21] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
>         [22] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
>         [23] 0  0       0x00009800 - 0x000098ff (0x100) IX[B]
>         [24] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [25] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [26] -1 0       0x0000ff00 - 0x0000ff0f (0x10) IX[B]
>         [27] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
>         [28] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
>         [29] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
>         [30] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>         [31] -1 0       0x00000b00 - 0x00000b0f (0x10) IX[B]
>         [32] -1 0       0x00009800 - 0x000098ff (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 c0000000 0
> (**) RADEON(0): Map: 0xc0000000, 0x10000000
> (==) RADEON(0): Write-combining range (0xc0000000,0x10000000)
> (**) RADEON(0): RADEONSave
> (**) RADEON(0): RADEONSaveMode(0x6df938)
> (**) RADEON(0): Read: 0x0030000c 0x0001006a 0x00000000
> (**) RADEON(0): Read: rd=12, fd=106, pd=1
> (**) RADEON(0): RADEONSaveMode returns 0x6df938
> (II) RADEON(0): Dynamic Clock Scaling Enabled
> (==) RADEON(0): Using 24 bit depth buffer
> (WW) RADEON(0): Enabling DRM support
> 
>         *** Direct rendering support is highly experimental for Radeon
> 9500
>         *** and newer cards. The 3d mesa driver is not provided in
> this tree.
>         *** A very experimental (and incomplete) version is available
> from Mesa CVS.
>         *** Additional information can be found on
> http://r300.sourceforge.net
>         *** This message has been last modified on 2005-08-07.
> 
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: Searching for BusID pci:0000:01:00.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: drmOpenMinor returns 7
> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
> (II) RADEON(0): [drm] DRM interface version 1.2
> (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
> (II) RADEON(0): [drm] added 8192 byte SAREA at 0x10027000
> (II) RADEON(0): [drm] mapped SAREA 0x10027000 to 0x2aca0fae1000
> (II) RADEON(0): [drm] framebuffer handle = 0xc0000000
> (II) RADEON(0): [drm] added 1 reserved context for kernel
> (II) RADEON(0): [pci] 65536 kB allocated with handle 0x001fd200
> (II) RADEON(0): [pci] ring handle = 0x10028000
> (II) RADEON(0): [pci] Ring mapped at 0x2aca0fae3000
> (II) RADEON(0): [pci] Ring contents 0x00000000
> (II) RADEON(0): [pci] ring read ptr handle = 0x10029000
> (II) RADEON(0): [pci] Ring read ptr mapped at 0x2aca0fbe4000
> (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
> (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x1002a000
> (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x2aca0fbe5000
> (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
> (II) RADEON(0): [pci] GART texture map handle = 0x1002b000
> (II) RADEON(0): [pci] GART Texture map mapped at 0x2aca0fde5000
> (II) RADEON(0): [drm] register handle = 0xfd5f0000
> (II) RADEON(0): [dri] Visual configs initialized
> (**) RADEON(0): DRI New memory map param
> (**) RADEON(0): RADEONInitMemoryMap() :
> (**) RADEON(0):   mem_size         : 0x10000000
> (**) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
> (**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
> (**) RADEON(0): RADEONModeInit()
> 1680x1050     119.00  1680 1728 1760 1840  1050 1052 1058 1100 (24,32)
> 1680x1050     119.00  1680 1728 1760 1840  1050 1052 1058 1100 (24,32)
> (**) RADEON(0): Pitch = 14155992 bytes (virtualX = 1680, displayWidth
> = 1728)
> (**) RADEON(0): dc=11900, of=23800, fd=106, pd=2
> (II) RADEON(0): BIOS HotKeys Disabled
> (**) RADEON(0): RADEONInit returns 0x6e02e8
> (**) RADEON(0): RADEONRestoreMode()
> (**) RADEON(0): RADEONRestoreMode(0x6e02e8)
> (**) RADEON(0): RADEONRestoreMemMapRegisters() :
> (**) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
> (**) 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): 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
> (**) RADEON(0): Using accelerated EXA DownloadFromScreen hook
> (II) RADEON(0): Allocating from a screen of 262112 kb
> (II) RADEON(0): Will use 7128 kb for front buffer at offset 0x00000000
> (II) RADEON(0): Will use 16 kb for hardware cursor at offset 0x006f6000
> (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x0fff8000
> (II) RADEON(0): Will use 7128 kb for back buffer at offset 0x006fa000
> (II) RADEON(0): Will use 7128 kb for depth buffer at offset 0x00df0000
> (II) RADEON(0): Will use 119808 kb for textures at offset 0x014e6000
> (II) RADEON(0): Will use 120904 kb for X Server offscreen at offset
> 0x089e6000
> (**) RADEON(0): Initializing backing store
> (==) RADEON(0): Backing store disabled
> (**) RADEON(0): DRI PCIGART param
> (**) RADEON(0): DRI Finishing init !
> (II) RADEON(0): X context handle = 0x1
> (II) RADEON(0): [drm] installed DRM signal handler
> (II) RADEON(0): [DRI] installation complete
> (**) RADEON(0): EngineRestore (32/32)
> (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 18
> (II) RADEON(0): [drm] Initialized kernel GART heap manager, 62914560
> (II) RADEON(0): Direct rendering enabled
> (**) RADEON(0): Setting up final surfaces
> (**) RADEON(0): Initializing Acceleration
> (II) RADEON(0): Render acceleration unsupported on R300 type cards and
> newer.
> (**) RADEON(0): EngineInit (32/32)
> (**) RADEON(0): Pitch for acceleration = 216
> (**) RADEON(0): EngineRestore (32/32)
> (**) RADEON(0): Option "MigrationHeuristic" "always"
> (II) EXA(0): Offscreen pixmap area of 123805696 bytes
> (II) EXA(0): Driver registered support for the following operations:
> (II)         Solid
> (II)         Copy
> (II)         UploadToScreen
> (II)         DownloadFromScreen
> (II) RADEON(0): Acceleration enabled
> (**) RADEON(0): Initializing DPMS
> (**) RADEON(0): Initializing Cursor
> (==) RADEON(0): Silken mouse enabled
> (**) RADEON(0): Initializing color map
> (**) RADEON(0): Initializing DGA
> (**) RADEON(0): Initializing Xv
> (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/lib64/xorg/modules/multimedia//theatre_detect_drv.so
> (II) Module theatre_detect: vendor="X.Org Foundation"
>         compiled for 7.1.99.2, 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 "UseFastTLS" is not used
> (WW) RADEON(0): Option "VideoOverlay" 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
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 8, (OK)
> drmOpenByBusid: Searching for BusID pci:0000:01:00.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 8, (OK)
> drmOpenByBusid: drmOpenMinor returns 8
> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
> (WW) AIGLX: 3D driver claims to not support visual 0x23
> (WW) AIGLX: 3D driver claims to not support visual 0x24
> (WW) AIGLX: 3D driver claims to not support visual 0x25
> (WW) AIGLX: 3D driver claims to not support visual 0x26
> (WW) AIGLX: 3D driver claims to not support visual 0x27
> (WW) AIGLX: 3D driver claims to not support visual 0x28
> (WW) AIGLX: 3D driver claims to not support visual 0x29
> (WW) AIGLX: 3D driver claims to not support visual 0x2a
> (WW) AIGLX: 3D driver claims to not support visual 0x2b
> (WW) AIGLX: 3D driver claims to not support visual 0x2c
> (WW) AIGLX: 3D driver claims to not support visual 0x2d
> (WW) AIGLX: 3D driver claims to not support visual 0x2e
> (WW) AIGLX: 3D driver claims to not support visual 0x2f
> (WW) AIGLX: 3D driver claims to not support visual 0x30
> (WW) AIGLX: 3D driver claims to not support visual 0x31
> (WW) AIGLX: 3D driver claims to not support visual 0x32
> (II) AIGLX: Loaded and initialized /usr/lib64/dri/r300_dri.so
> (II) GLX: Initialized DRI GL provider for screen 0
> (**) Option "Protocol" "IMPS/2"
> (**) Mouse0: Device: "/dev/input/mice"
> (**) Mouse0: Protocol: "IMPS/2"
> (**) Option "CorePointer"
> (**) Mouse0: Core Pointer
> (**) Option "Device" "/dev/input/mice"
> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
> (**) Option "ZAxisMapping" "4 5 6 7"
> (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
> (**) Mouse0: Buttons: 11
> (**) 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" "us"
> (**) Keyboard0: XkbLayout: "us"
> (**) Option "CustomKeycodes" "off"
> (**) Keyboard0: CustomKeycodes disabled
> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
> (II) Mouse0: ps2EnableDataReporting: succeeded
> (**) RADEON(0): RADEONSaveScreen(2)
> (**) RADEON(0): RADEONSaveScreen(2)
> (II) 3rd Button detected: disabling emulate3Button
> (**) RADEON(0): RADEONLeaveVT
> (**) RADEON(0): EngineRestore (32/32)
> (**) RADEON(0): RADEONRestore
> (**) RADEON(0): RADEONRestoreMode()
> (**) RADEON(0): RADEONRestoreMode(0x6df938)
> (**) RADEON(0): RADEONRestoreMemMapRegisters() :
> (**) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
> (**) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
> (**) 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): Wrote: 0x0030000c 0x0001006a 0x00000000 (0x0000bf00)
> (**) RADEON(0): Wrote: rd=12, fd=106, pd=1
> (**) RADEON(0): Ok, leaving now...
> (**) RADEON(0): RADEONSaveScreen(2)
> (**) RADEON(0): RADEONSaveScreen(0)
> SetGrabKeysState - disabled
> (II) Open ACPI successful (/var/run/acpid.socket)
> (**) RADEON(0): RADEONEnterVT
> (**) RADEON(0): RADEONModeInit()
> 1680x1050     119.00  1680 1728 1760 1840  1050 1052 1058 1100 (24,32)
> 1680x1050     119.00  1680 1728 1760 1840  1050 1052 1058 1100 (24,32)
> (**) RADEON(0): Pitch = 14155992 bytes (virtualX = 1680, displayWidth
> = 1728)
> (**) RADEON(0): dc=11900, of=23800, fd=106, pd=2
> (II) RADEON(0): BIOS HotKeys Disabled
> (**) RADEON(0): RADEONInit returns 0x6e02e8
> (**) RADEON(0): RADEONRestoreMode()
> (**) RADEON(0): RADEONRestoreMode(0x6e02e8)
> (**) RADEON(0): RADEONRestoreMemMapRegisters() :
> (**) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
> (**) 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
> (II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
> (**) RADEON(0): EngineRestore (32/32)
> (**) RADEON(0): EngineRestore (32/32)
> (**) RADEON(0): RADEONSaveScreen(2)
> (**) RADEON(0): RADEONSaveScreen(1)
> (II) Mouse0: ps2EnableDataReporting: succeeded
> SetGrabKeysState - enabled
> (**) RADEON(0): RADEONCloseScreen
> (**) RADEON(0): RADEONDRIStop
> (**) RADEON(0): EngineRestore (32/32)
> (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
> (**) RADEON(0): RADEONRestore
> (**) RADEON(0): RADEONRestoreMode()
> (**) RADEON(0): RADEONRestoreMode(0x6df938)
> (**) RADEON(0): RADEONRestoreMemMapRegisters() :
> (**) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
> (**) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
> (**) 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): Wrote: 0x0030000c 0x0001006a 0x00000000 (0x0000bf00)
> (**) RADEON(0): Wrote: rd=12, fd=106, pd=1
> (**) RADEON(0): Disposing accel...
> (**) RADEON(0): Disposing cusor info
> (**) RADEON(0): Disposing DGA
> (**) RADEON(0): Unmapping memory
> (**) RADEON(0): RADEONDRICloseScreen
> (II) RADEON(0): [drm] removed 1 reserved context for kernel
> (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0x10027000 at
> 0x2aca0fae1000
> 
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         DefaultDepth 24
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     15
>                 Modes    "1680x1050" "1400x1050" "1360x1050"
> "1360x1024" "1360x768" "1280x1024" "1280x960" "1280x800" "12
> 80x768" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     16
>                 Modes    "1680x1050" "1400x1050" "1360x1050"
> "1360x1024" "1360x768" "1280x1024" "1280x960" "1280x800" "12
> 80x768" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     24
>                 Modes    "1680x1050" "1400x1050" "1360x1050"
> "1360x1024" "1360x768" "1280x1024" "1280x960" "1280x800" "12
> 80x768" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection
> 
> Section "DRI"
>         Mode         0666
> EndSection
> 
> Section "Extensions"
>     Option "Composite" "true"
> EndSection

Hi Daniel:

Page-Flipping isn't supported when AccelMethod is set to EXA. AFAIK it
is only supported for XAA.

This one caught me as well.

Cheers,
Kurt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE+8Fp7XUlbB7lH2kRAhQyAKDDd3tqtjItw+DpaSZ/sQh4xaVbCgCghjF8
8vSrkCzAiryov7dvVrbS5Yg=
=gYRL
-----END PGP SIGNATURE-----




More information about the xorg mailing list