Captivate 6:  Issue with clickbox opening URLs

I've finally made the leap for an actual client project to 6.0 (usually only do client work on 5.5) and am gutted to have run into quite a perplexing issue. It's a bog standard piece of work.  Simple conversion of a client storyboard (all their ID) into a captivate module.  There's no audio.  It has a couple of widgets in it to allow playing of hosted video and drag and drop games and a pile of advanced action stuff, but nothing exceptional.   Client has no LMS, but is hosting it on a sharepoint.   We've set it up so you can only get to the screen the 'click to start next module' once you've completed the module (the client's request).
No issues at all in our development testing.  No issues in our small group user testing.
We've now gone to our final user testing (about 30 users in various locations worldwide) and four of them have the same issue:
- They click on the button at the end to launch the next module and nothing happens.
It's very frustrating for me because I can't replicate the issue at my end, and because of the way the contract is set up I'm not allowed on site, nor to contact users directly, so am having to trouble shoot via email with single point of contact middleman.
It is a simple click box, with an open URL function.     It works fine for me.  It works fine for 26 out of 30 users.  It point blank doesn't work for 4 out of 30.  
It's a SWF output to flashplayer 10.     All users have IE7+ and Flashplayer 11+
I've rebuilt the clickbox slide from scratch once.  It is on top.  It works for me.   It still doesn't work for this small number of users.  
Undertandably, the client is reluctant to go-live to 800+ global users with that kind of test fail rate.  (Weirdly all the risky stuff like the video and the drag and drop works fine on the affected users!)
Yikes!  Any ideas?

Hi Rod, thanks for the reply.  Like I say in the post because of the way the contract is set up (I'm arms-length subcontracting for the physical training provider) I'm not allowed on client site, nor to contact users directly, so am having to trouble shoot via email with single-point-of-contact middleman.)  The arrangement is every bit as frustrating as it sounds, but is what it is.
So I am taking their word for it. 
That said, I've no reason to doubt them as the same issue has been reported independently from different physical locations, and all the test users will have managed to find their way sucessfully through far more complex functionality before they get stuck at that point.
I know that from time to time when you run flash locally you can have problems launching URLs unless local flash player settings are updated to allow it - is there any network level equivalent that a company (or even local machine) may have in place that could cause the same behaviour?   Or am I barking up the wrong tree?

Similar Messages

  • Captivate 5 - issue with editing imported PowerPoints that have been resized

    I'm having an issue with editing PowerPoint files that have been imported into Captivate 5 when they have been resized within the Captivate project after the initial import.
    1. I import a PowerPoint presentation into 800x600 dimension.
    2. I resize the project to 900x600 by not locking the aspect ratio and selecting to position to the top right so there is a 100 pixel strip to the left of the slide that we use for navigation buttons and other info.
    3. If I need to make a change to a PowerPoint, I select Edit > Edit with Microsoft PowerPoint > Edit Slide (or Edit Presentation).
    4. The slide opens in PowerPoint and I make the changes and click Save.
    5. When the slide is imported back into Captivate, it is stretched and resized to not fit either 800x600 or 900x600, but something in between. This did not happen in Captivate 4 - the slide would retain the 800x600 dimension slid over to the right with no issues.
    Are there any settings that can be done to ensure the edited slides will import back into the project with the correctly sized dimensions for the current project?

    Hi there
    I agree that it would be nice to see a notification. You know, Captivate offers a special area for notifications that appear when you open it. I'm stymied as to why Adobe doesn't use this area for making such announcements.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • PSE 11 and PS CC issues with import/open and saving

    Good afternoon,
    I have had PSE 11 for several months but have hardly touched it due to two problems. When I try to import images into the organizer, if I choose any location other than the default that opens, the whole program freezes and I have to force quit to get out of it. I have been able to open files by going to      File - get photos and videos - by searching....When I can get them, they load at snail speed. I've done a few projects and when I go to save, I have the same issue. This has caused me to loose several projects as again, the whole program freezes and I have to force quit.
    I just signed up for the photographer's black Friday deal and downloaded PS. I am having the same issue. If I go to open a file in PS and choose anywhere other than the default location, the box closes immediately and I can't get anything to open. Thankfully, the program doesn't freeze up like PSE 11, but this is so frustrating. I have Lightroom and have issues there too. What is going on!
    Thanks
    JP

    I am having a similar issue with photoshop CC. I am on a mac and just upgraded to maverick (
    OS X 10.9 (13A603)) and since the update any time I want to open or place a file it closes the window.
    Something worse happened on windows 8.1 when I upgraded that OS Illustrator and photoshop just crashed once it was open. I had to uninstall and reinstall both applications and it worked.
    I tried the same thing on the mac and uninstalled photoshop, then reinstalled it but I that did not resolve the issue. I have a video of what it is doing. The two workarounds I found was to drag the images into photoshop or create a new file then go to file open which you will see in the video.
    If there is a fix for this please let me know, it is very frustrating!
    Regards

  • Performance Issue with BSIS(open accounting items)

    Hey All,
          I am having serious performance issue with a accrual report which gets all open GL items, and need some tips for optimization.
    The main issue is that I am accesing large tables like BSIS, BSEG, BSAS etc without proper indexes and that I am dealing with huge amounts of data.
    The select itself take a long time and after that as I have so much data overall execution is slow too.
    The select which concerns me the most is:
      SELECT zuonr hkont gjahr belnr buzei budat blart wrbtr shkzg xblnr waers bukrs
                 INTO TABLE i_bsis
                  FROM bsis
                  WHERE bukrs = '1000'
                  AND hkont in r_hkont   
                  AND budat <= p_lcdate
                  AND augdt = 0
                  AND augbl = space
                  AND gsber = c_ZRL1   
                  AND gjahr BETWEEN l_gjahr2 AND l_gjahr
                  AND ( blart = c_re      "Invoice
                  OR    blart = c_we      "Goods receipt
                  OR    blart = c_zc      "Invoice Cancels
                  OR    blart = c_kp ).   "Accounting offset
    I have seen other related threads, but was not that helpful.
    We already have a secondary index on bukrs hkont and budat, and i have checked in ST05 that it does use it. But inspite that it takes more than 15 hrs to complete(maybe because of huge data).
    Any Input is highly appreciated.
    Thanks

    Thank you Thomas for your inputs:
    You said that R_HKONT contains several ranges of account numbers. If these ranges cover a significant
    portion of the overall existing account numbers, then there is no really quick access possible via the
    BSIS primary key.
    Unfortunately R_HKONT contains all account numbers.
    As Rob said, your index on HKONT and BUDAT does not help much, since you are selecting "<=" on
    BUDAT. No chance of narrowing down that range?
    Will look into this.
    What about GSBER? Does the value in c_ZRL1 provide a rather small subset of the overall values? Then
    an index on BUKRS and GSBER might be helpful.
    ZRL1 does provide a decent selection . But I dont know if one more index is a good idea on overall
    system performance.
    I assume that the four document types are not very selective, so it probably does not pay off to
    investigate selecting on BKPF (there is an index involving BLART) and joining BSIS for the additional
    information. You still might want to look into it though.
    I did try to investigate this option too. Based on other threads related to BSIS and Robs Suggestion in
    those threads I tried this:
    SELECT bukrs belnr gjahr blart budat
      FROM bkpf INTO TABLE bkpf_l
            WHERE bukrs = c_pepsico
            AND bstat IN (' ', 'A', 'B', 'D', 'M', 'S', 'V', 'W', 'Z')
            AND blart IN ('RE', 'WE', 'ZC', 'KP')
            AND gjahr BETWEEN l_gjahr2 AND l_gjahr
            AND budat <= p_lcdate.
    SELECT zuonr hkont gjahr belnr buzei budat blart wrbtr shkzg xblnr waers bukrs
               FROM bsis INTO TABLE i_bsis FOR ALL ENTRIES IN bkpf_l
                         WHERE bukrs = bkpf_l-bukrs
                          AND  hkont IN r_hkont
                          AND  budat = bkpf_l-budat
                          AND  augdt = 0
                          AND  augbl = space
                          AND  gjahr = bkpf_l-gjahr
                          AND  belnr = bkpf_l-belnr
                          AND  blart = bkpf_l-blart
                          AND  gsber = c_zrl1.
    The improves the select on BSIS a lot, but the first select on BKPF kills it. Not sure if this would help
    improve performance.
    Also I was wondering whether it helps on refreshing the tabe statistics through DB20. The last refresh
    was done 7 months back. How frequently should we do this? Will it help?

  • Facing an Issue with Payables Open Interface Import

    Hi
    I am facing an issue with the Payables Open Interface Import...
    My Requirement is:
    1. Need to upload the PO, Supplier, Invoice #, Invoice Date details to custom table (through web ADi)
    2. From custom table storing in the AP invoice interface tables.
    3. From Interface table, calling API (Payables Open Interface Import) which wil create the invoive (PO matched)
    Now, If user has given wrong data some reasons....Payables Open Interface Import has rejected that entry....user has checked this and corrected later and trying to create the same invoice with the correcte data....As there is a rejected a line exists on the Header interface, line interface...even though if he pass the correct data in the second time it is cosidering that rejected row and not processing the correct row...
    Can any one suggest on this...
    Regards,
    Bala

    When processing a record, you can check if another ap_invoice_interface record exists for the same invoice number and
    1) Delete the old record and then insert a new one
    OR
    2) Update the old record instead of creating a new one
    Hope this helps,
    Sandeep Gandhi

  • Issue with the open ati driver

    Hello, im trying to use my ati radeon x700pro videocard with the open ati driver, but, I can't get any larger resolution than 800x600, I have tried without and with refresh rates, but both tries give the same result.
    Here's my xorg.conf:
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/TTF"
    EndSection
    Section "Module"
    SubSection "extmod"
    Option "omit xfree86-dga"
    EndSubSection
    Load "dbe"
    Load "freetype"
    Load "dri"
    Load "glx"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "no"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons"
    EndSection
    Section "Monitor"
    Identifier "Skjerm"
    # HorizSync 30.0 - 83.0
    # VertRefresh 56.0 - 76.0
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "ServerFlags"
    Option "AIGLX" "on"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Here's my xorg log:
    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: UNKNOWN
    Current Operating System: Linux Magda 2.6.21-ARCH #1 SMP PREEMPT Thu May 31 10:41:44 CEST 2007 i686
    Build Date: 31 May 2007
    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: Sat Jun 9 00:17:02 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "aticonfig-Screen[0]" (0)
    (**) | |-->Monitor "aticonfig-Monitor[0]"
    (**) | |-->Device "aticonfig-Device[0]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/Type1,
    /usr/share/fonts/TTF
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AIGLX" "on"
    (**) Extension "Composite" is enabled
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d92e0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.2
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,005e card 1462,7125 rev a3 class 05,80,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,0050 card 1462,7125 rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0052 card 1462,7125 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,005a card 1462,7125 rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,005b card 1462,7125 rev a3 class 0c,03,20 hdr 80
    (II) PCI: 00:06:0: chip 10de,0053 card f462,7125 rev f2 class 01,01,8a hdr 00
    (II) PCI: 00:07:0: chip 10de,0054 card 1462,7125 rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:08:0: chip 10de,0055 card 1462,7125 rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (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:07:0: chip 168c,001b card a727,6803 rev 01 class 02,00,00 hdr 00
    (II) PCI: 01:08:0: chip 1274,5880 card 1274,8001 rev 04 class 04,01,00 hdr 00
    (II) PCI: 01:09:0: chip 10b7,1700 card 10b7,0020 rev 10 class 02,00,00 hdr 00
    (II) PCI: 05:00:0: chip 1002,5e4b card 174b,0530 rev 00 class 03,00,00 hdr 80
    (II) PCI: 05:00:1: chip 1002,5e6b card 174b,0531 rev 00 class 03,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1 0 0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1 0 0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 4 I/O range:
    [0] -1 0 0x00007000 - 0x000070ff (0x100) IX[b]
    [1] -1 0 0x00007400 - 0x000074ff (0x100) IX[b]
    [2] -1 0 0x00007800 - 0x000078ff (0x100) IX[b]
    [3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[b]
    (II) Bus 4 non-prefetchable memory range:
    [0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[b]
    (II) Bus 4 prefetchable memory range:
    [0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 5 I/O range:
    [0] -1 0 0x00006000 - 0x000060ff (0x100) IX[b]
    [1] -1 0 0x00006400 - 0x000064ff (0x100) IX[b]
    [2] -1 0 0x00006800 - 0x000068ff (0x100) IX[b]
    [3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xfd700000 - 0xfd7fffff (0x100000) MX[b]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,5), 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]
    (--) PCI:*(5:0:0) ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] rev 0, Mem @ 0xd8000000/27, 0xfd7f0000/16, I/O @ 0x6c00/8
    (--) PCI: (5:0:1) ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] Secondary rev 0, Mem @ 0xfd7e0000/16
    (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) Active PCI resource ranges:
    [0] -1 0 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [1] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [2] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [4] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [5] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [6] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [8] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [9] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [10] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [11] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [12] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [13] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [14] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [15] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [16] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [17] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [18] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [19] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [20] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [21] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [22] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [23] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [24] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [1] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [2] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [4] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [5] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [6] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [8] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [9] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [10] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [11] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [12] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [13] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [14] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [15] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [16] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [17] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [18] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [19] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [20] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [21] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [22] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [23] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [24] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [5] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [6] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [16] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [17] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [18] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [19] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [20] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [21] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [22] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [28] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [29] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [30] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [31] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.3.0, 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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.3.0, 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: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.3.0, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (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: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (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 05:00:0
    (--) Assigning device section with no busID to primary device
    (WW) RADEON: No matching Device section for instance (BusID PCI:5:0:1) found
    (--) Chipset ATI Radeon X700 PRO (RV410) (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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [5] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [6] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [16] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [17] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [18] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [19] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [20] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [21] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [22] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [28] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [29] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [30] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [31] -1 0 0x00006c00 - 0x00006cff (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 - 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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [5] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [6] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [19] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [21] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [22] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [23] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [24] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [25] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [26] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [27] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [28] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [29] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [30] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [33] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [34] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    [35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [36] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xfd7f0000: size 64KB
    (II) RADEON(0): PCI bus 5 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
    (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 1.3.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.2
    (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 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon X700 PRO (RV410) (PCIE)" (ChipID = 0x5e4b)
    (--) RADEON(0): Linear framebuffer at 0xd8000000
    (II) RADEON(0): PCIE card detected
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module already built-in
    (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-2, DACType-1, TMDSType-0, ConnectorType-2
    (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: 2, Detected Type: 0
    (II) RADEON(0):
    (II) RADEON(0): Primary:
    Monitor -- CRT
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): Secondary:
    Monitor -- NONE
    Connector -- DVI-I
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- Internal
    DDC Type -- DVI_DDC
    (II) RADEON(0): ref_freq: 2700, min_pll: 20000, max_pll: 50000, xclk: 40000, sclk: 425.000000, mclk: 432.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=2 min=20000 max=50000; 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 ---------
    (II) RADEON(0): aticonfig-Monitor[0]: Using default hsync range of 31.50-37.90 kHz
    (II) RADEON(0): aticonfig-Monitor[0]: Using default vrefresh range of 50.00-70.00 Hz
    (II) RADEON(0): Clock range: 20.00 to 500.00 MHz
    (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x480" (hsync out of range)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "800x600" (hsync out of range)
    (II) RADEON(0): Not using default mode "400x300" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (hsync out of range)
    (II) RADEON(0): Not using default mode "400x300" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (hsync out of range)
    (II) RADEON(0): Not using default mode "400x300" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
    (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
    (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
    (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
    (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "832x624" (hsync out of range)
    (II) RADEON(0): Not using default mode "416x312" (hsync out of range)
    (II) RADEON(0): Not using default mode "1152x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x720" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x360" (hsync out of range)
    (II) RADEON(0): Not using default mode "1280x720" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x360" (hsync out of range)
    (II) RADEON(0): Not using default mode "1280x720" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x360" (hsync out of range)
    (II) RADEON(0): Not using default mode "1280x720" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x360" (hsync out of range)
    (II) RADEON(0): Not using default mode "1280x800" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x800" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x800" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x800" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1360x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1360x768" (hsync out of range)
    (II) RADEON(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1440x900" (hsync out of range)
    (II) RADEON(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1024" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2560x1600" (hsync out of range)
    (II) RADEON(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using mode "1280x1024" (no mode of this name)
    (--) RADEON(0): Virtual size is 800x600 (pitch 832)
    (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
    (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
    (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
    (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
    (II) RADEON(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 -hsync -vsync
    (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
    (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.2
    (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 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b]
    [1] 0 0 0xd8000000 - 0xdfffffff (0x8000000) 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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [7] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [8] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [9] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [10] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [12] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [13] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [14] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [18] 0 0 0x00006c00 - 0x00006cff (0x100) IX[b]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [22] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [24] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [25] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [26] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [27] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [28] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [30] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [33] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [34] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [35] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [36] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [37] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit d8000000 0
    (**) RADEON(0): Map: 0xd8000000, 0x08000000
    (==) RADEON(0): Write-combining range (0xd8000000,0x8000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x820b638)
    (**) RADEON(0): Read: 0x00080002 0x00020020 0x00000000
    (**) RADEON(0): Read: rd=2, fd=32, pd=2
    (**) RADEON(0): RADEONSaveMode returns 0x820b638
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x08000000
    (**) RADEON(0): MC_FB_LOCATION : 0xdfffd800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): RADEONModeInit()
    800x600 40.00 800 840 968 1056 600 601 605 628 (24,32) +H +V
    800x600 40.00 800 840 968 1056 600 601 605 628 (24,32) +H +V
    (**) RADEON(0): Pitch = 6815848 bytes (virtualX = 800, displayWidth = 832)
    (**) RADEON(0): dc=4000, of=32000, fd=24, pd=8
    (**) RADEON(0): RADEONInit returns 0x820bfe8
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x820bfe8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xdfffd800
    (**) 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): Wrote: 0x00000002 0x00030018 0x00000000 (0x0000bf00)
    (**) RADEON(0): Wrote: rd=2, fd=24, pd=3
    (**) 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) (832,8191)
    (II) RADEON(0): Reserved area from (0,600) to (832,610)
    (II) RADEON(0): Largest offscreen area available: 832 x 7581
    (**) 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 unsupported on Radeon 9500/9700 and newer.
    (II) RADEON(0): Render acceleration disabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 104
    (**) 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
    28 256x256 slots
    13 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) Option "dpms" "true"
    (**) RADEON(0): DPMS enabled
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 610)
    (II) RADEON(0): Largest offscreen area available: 832 x 7576
    (**) 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/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 "VendorName" is not used
    (WW) RADEON(0): Option "ModelName" 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 XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (**) Option "Protocol" "Auto"
    (**) Mouse1: Device: "/dev/psaux"
    (**) Mouse1: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons"
    (**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard1: XkbModel: "pc104"
    (**) Option "XkbLayout" "no"
    (**) Keyboard1: XkbLayout: "no"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    Anyone got any clue?
    Last edited by Roberth (2007-06-08 22:26:31)

    Okay, I can't get direct rendering now, here the xorg log:
    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: UNKNOWN
    Current Operating System: Linux Magda 2.6.21-ARCH #1 SMP PREEMPT Thu May 31 10:41:44 CEST 2007 i686
    Build Date: 31 May 2007
    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: Sat Jun 9 01:17:03 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "aticonfig-Screen[0]" (0)
    (**) | |-->Monitor "aticonfig-Monitor[0]"
    (**) | |-->Device "aticonfig-Device[0]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/Type1,
    /usr/share/fonts/TTF
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AIGLX" "off"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d92e0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.2
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,005e card 1462,7125 rev a3 class 05,80,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,0050 card 1462,7125 rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0052 card 1462,7125 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,005a card 1462,7125 rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,005b card 1462,7125 rev a3 class 0c,03,20 hdr 80
    (II) PCI: 00:06:0: chip 10de,0053 card f462,7125 rev f2 class 01,01,8a hdr 00
    (II) PCI: 00:07:0: chip 10de,0054 card 1462,7125 rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:08:0: chip 10de,0055 card 1462,7125 rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (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:07:0: chip 168c,001b card a727,6803 rev 01 class 02,00,00 hdr 00
    (II) PCI: 01:08:0: chip 1274,5880 card 1274,8001 rev 04 class 04,01,00 hdr 00
    (II) PCI: 01:09:0: chip 10b7,1700 card 10b7,0020 rev 10 class 02,00,00 hdr 00
    (II) PCI: 05:00:0: chip 1002,5e4b card 174b,0530 rev 00 class 03,00,00 hdr 80
    (II) PCI: 05:00:1: chip 1002,5e6b card 174b,0531 rev 00 class 03,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1 0 0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1 0 0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 4 I/O range:
    [0] -1 0 0x00007000 - 0x000070ff (0x100) IX[b]
    [1] -1 0 0x00007400 - 0x000074ff (0x100) IX[b]
    [2] -1 0 0x00007800 - 0x000078ff (0x100) IX[b]
    [3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[b]
    (II) Bus 4 non-prefetchable memory range:
    [0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[b]
    (II) Bus 4 prefetchable memory range:
    [0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 5 I/O range:
    [0] -1 0 0x00006000 - 0x000060ff (0x100) IX[b]
    [1] -1 0 0x00006400 - 0x000064ff (0x100) IX[b]
    [2] -1 0 0x00006800 - 0x000068ff (0x100) IX[b]
    [3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xfd700000 - 0xfd7fffff (0x100000) MX[b]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,5), 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]
    (--) PCI:*(5:0:0) ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] rev 0, Mem @ 0xd8000000/27, 0xfd7f0000/16, I/O @ 0x6c00/8
    (--) PCI: (5:0:1) ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] Secondary rev 0, Mem @ 0xfd7e0000/16
    (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) Active PCI resource ranges:
    [0] -1 0 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [1] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [2] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [4] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [5] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [6] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [8] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [9] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [10] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [11] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [12] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [13] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [14] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [15] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [16] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [17] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [18] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [19] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [20] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [21] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [22] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [23] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [24] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [1] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [2] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [4] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [5] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [6] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [8] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [9] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [10] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [11] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [12] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [13] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [14] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [15] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [16] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [17] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [18] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [19] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [20] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [21] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [22] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [23] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [24] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [5] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [6] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [16] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [17] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [18] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [19] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [20] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [21] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [22] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [28] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [29] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [30] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [31] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.3.0, 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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.3.0, 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: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.3.0, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX disabled
    (II) Loading extension GLX
    (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: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (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 05:00:0
    (--) Assigning device section with no busID to primary device
    (WW) RADEON: No matching Device section for instance (BusID PCI:5:0:1) found
    (--) Chipset ATI Radeon X700 PRO (RV410) (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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [5] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [6] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [16] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [17] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [18] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [19] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [20] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [21] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [22] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [28] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [29] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [30] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [31] -1 0 0x00006c00 - 0x00006cff (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 - 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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [5] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [6] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [19] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [21] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [22] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [23] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [24] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [25] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [26] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [27] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [28] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [29] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [30] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [33] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [34] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    [35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [36] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xfd7f0000: size 64KB
    (II) RADEON(0): PCI bus 5 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
    (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 1.3.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.2
    (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 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon X700 PRO (RV410) (PCIE)" (ChipID = 0x5e4b)
    (--) RADEON(0): Linear framebuffer at 0xd8000000
    (II) RADEON(0): PCIE card detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:05:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: drmOpenMinor returns 6
    drmOpenByBusid: drmGetBusid reports
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
    [dri] Disabling DRI.
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module already built-in
    (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-2, DACType-1, TMDSType-0, ConnectorType-2
    (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: 2, Detected Type: 0
    (II) RADEON(0):
    (II) RADEON(0): Primary:
    Monitor -- CRT
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): Secondary:
    Monitor -- NONE
    Connector -- DVI-I
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- Internal
    DDC Type -- DVI_DDC
    (II) RADEON(0): ref_freq: 2700, min_pll: 20000, max_pll: 50000, xclk: 40000, sclk: 425.000000, mclk: 432.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=2 min=20000 max=50000; 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 ---------
    (II) RADEON(0): aticonfig-Monitor[0]: Using hsync range of 30.00-83.00 kHz
    (II) RADEON(0): aticonfig-Monitor[0]: Using vrefresh range of 56.00-76.00 Hz
    (II) RADEON(0): Clock range: 20.00 to 500.00 MHz
    (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
    (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
    (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
    (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
    (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x768" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
    (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x720" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "640x360" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x800" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1280x768" (vrefresh out of range)
    (II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
    (II) RADEON(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1680x1050" (hsync out of range)
    (II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1080" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "2560x1600" (hsync out of range)
    (II) RADEON(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
    (II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1920x1200" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1920x1080" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1920x1080" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1680x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1680x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1680x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1440x900" (width too large for virtual size)
    (II) RADEON(0): Not using default mode "1360x768" (width too large for virtual size)
    (--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
    (**) RADEON(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    (**) RADEON(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    (**) RADEON(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    (**) RADEON(0): Default mode "1280x800": 107.2 MHz, 62.6 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
    (**) RADEON(0): Default mode "1280x800": 98.9 MHz, 58.3 kHz, 70.0 Hz
    (II) RADEON(0): Modeline "1280x800" 98.89 1280 1352 1488 1696 800 801 804 833 -hsync +vsync
    (**) RADEON(0): Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    (**) RADEON(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    (**) RADEON(0): Default mode "1152x864": 105.0 MHz, 67.6 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1152x864" 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync
    (**) RADEON(0): Default mode "1152x864": 96.8 MHz, 63.0 kHz, 70.0 Hz
    (II) RADEON(0): Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync
    (**) RADEON(0): Default mode "1152x864": 81.6 MHz, 53.7 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    (**) RADEON(0): Default mode "1280x768": 103.0 MHz, 60.2 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1280x768" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
    (**) RADEON(0): Default mode "1280x768": 95.0 MHz, 56.0 kHz, 70.0 Hz
    (II) RADEON(0): Modeline "1280x768" 94.98 1280 1352 1488 1696 768 769 772 800 -hsync +vsync
    (**) RADEON(0): Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
    (**) RADEON(0): Default mode "1280x720": 95.7 MHz, 56.4 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1280x720" 95.65 1280 1352 1488 1696 720 721 724 752 -hsync +vsync
    (**) RADEON(0): Default mode "1280x720": 89.0 MHz, 52.5 kHz, 70.0 Hz
    (II) RADEON(0): Modeline "1280x720" 89.04 1280 1352 1488 1696 720 721 724 750 -hsync +vsync
    (**) RADEON(0): Default mode "1280x720": 74.5 MHz, 44.8 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1280x720" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
    (**) RADEON(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    (**) RADEON(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
    (II) RADEON(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    (**) RADEON(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    (**) RADEON(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
    (II) RADEON(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
    (**) RADEON(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
    (**) RADEON(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
    (II) RADEON(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
    (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
    (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
    (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
    (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
    (II) RADEON(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
    (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
    (II) RADEON(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492 520 -hsync -vsync
    (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
    (II) RADEON(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 -hsync -vsync
    (**) RADEON(0): Default mode "640x360": 47.8 MHz, 56.4 kHz, 75.0 Hz (D)
    (II) RADEON(0): Modeline "640x360" 47.83 640 676 744 848 360 360 362 376 doublescan -hsync +vsync
    (**) RADEON(0): Default mode "640x360": 44.5 MHz, 52.5 kHz, 70.0 Hz (D)
    (II) RADEON(0): Modeline "640x360" 44.52 640 676 744 848 360 360 362 375 doublescan -hsync +vsync
    (**) RADEON(0): Default mode "640x360": 37.2 MHz, 44.8 kHz, 60.0 Hz (D)
    (II) RADEON(0): Modeline "640x360" 37.24 640 668 736 832 360 360 362 373 doublescan -hsync +vsync
    (**) RADEON(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
    (II) RADEON(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync
    (**) RADEON(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
    (II) RADEON(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync
    (**) RADEON(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
    (II) RADEON(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync
    (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
    (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.2
    (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 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b]
    [1] 0 0 0xd8000000 - 0xdfffffff (0x8000000) 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 0xfdffc000 - 0xfdffffff (0x4000) MX[b]
    [7] -1 0 0xfdfe0000 - 0xfdfeffff (0x10000) MX[b]
    [8] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [9] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [10] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[b]
    [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [12] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[b](B)
    [13] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [14] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [18] 0 0 0x00006c00 - 0x00006cff (0x100) IX[b]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [22] -1 0 0x0000ac00 - 0x0000ac3f (0x40) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [24] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [25] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [26] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [27] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [28] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [30] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [33] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [34] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [35] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [36] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[b]
    [37] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit d8000000 0
    (**) RADEON(0): Map: 0xd8000000, 0x08000000
    (==) RADEON(0): Write-combining range (0xd8000000,0x8000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x820b880)
    (**) RADEON(0): Read: 0x00080002 0x00020020 0x00000000
    (**) RADEON(0): Read: rd=2, fd=32, pd=2
    (**) RADEON(0): RADEONSaveMode returns 0x820b880
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x08000000
    (**) RADEON(0): MC_FB_LOCATION : 0xdfffd800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): RADEONModeInit()
    1280x1024 135.00 1280 1296 1440 1688 1024 1025 1028 1066 (24,32) +H +V
    1280x1024 135.00 1280 1296 1440 1688 1024 1025 1028 1066 (24,32) +H +V
    (**) RADEON(0): Pitch = 10485920 bytes (virtualX = 1280, displayWidth = 1280)
    (**) RADEON(0): dc=13500, of=27000, fd=20, pd=2
    (**) RADEON(0): RADEONInit returns 0x820c230
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x820c230)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xdfffd800
    (**) 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): Wrote: 0x00000002 0x00010014 0x00000000 (0x0000bf00)
    (**) RADEON(0): Wrote: rd=2, fd=20, pd=1
    (**) 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) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
    (II) RADEON(0): Largest offscreen area available: 1280 x 7165
    (**) 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 unsupported on Radeon 9500/9700 and newer.
    (II) RADEON(0): Render acceleration disabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 160
    (**) RADEON(0): EngineRestore (32/32)
    (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
    Offscreen Pixmaps
    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" "true"
    (**) RADEON(0): DPMS enabled
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 1026)
    (II) RADEON(0): Largest offscreen area available: 1280 x 7161
    (**) 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/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 "VendorName" is not used
    (WW) RADEON(0): Option "ModelName" 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 XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Loading local sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
    (II) Module GLcore: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) GLX: Initialized MESA-PROXY GL provider for screen 0
    (**) Option "Protocol" "Auto"
    (**) Mouse1: Device: "/dev/psaux"
    (**) Mouse1: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons"
    (**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard1: XkbModel: "pc104"
    (**) Option "XkbLayout" "no"
    (**) Keyboard1: XkbLayout: "no"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONSwitchMode() !n(**) RADEON(0): RADEONModeInit()
    1280x1024 108.00 1280 1328 1440 1688 1024 1025 1028 1066 (24,32) +H +V
    1280x1024 108.00 1280 1328 1440 1688 1024 1025 1028 1066 (24,32) +H +V
    (**) RADEON(0): Pitch = 10485920 bytes (virtualX = 1280, displayWidth = 1280)
    (**) RADEON(0): dc=10800, of=21600, fd=16, pd=2
    (**) RADEON(0): RADEONInit returns 0x820c230
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x820c230)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xdfffd800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Wrote: 0x00000002 0x00010010 0x00000000 (0x0000bf00)
    (**) RADEON(0): Wrote: rd=2, fd=16, pd=1
    (**) RADEON(0): EngineRestore (32/32)

  • Can anyone help with "Error opening URL to submit this form"?

    I am running Adobe Reader 11 and I am on Windows 8. I cannot get a form completed for a client in their portal.  Thanks.

    I'm pretty sure it's Adobe Reader. It says it on the top of the page.
    Here's the info I am getting in the error message, through Javascript Debugger anyway:
    Acrobat EScript Built-in Functions Version 11.0
    Acrobat SOAP 11.0
    RaiseError: Error opening URL to submit this form
    Doc.submitForm:2:Field btnSubmit:Mouse Up
    ===> Error opening URL to submit this form

  • Captivate 8 - Issues with correct recording of Software Simulations in monitor 2 (of 2)?

    I've been recording Software Simulations in monitor 2 (screen 2 of 2) and an application in monitor 2 to produce automatic demo, assessment and training output. It should be possible but the system doesn't capture all recordable actions (the result is 1 slide for each of demo, assessment and training versions with the ‘final’ screen view and one mouse movement). However if I shift my recording area to screen 1 (i.e. monitor 1) there are no issues. It can be worked around, however is there some other set-up option I'm overlooking?
    Thanks in advance for any input.
    Jenny

    Thank you so much for posting your question. I would have never stopped to think that which screen I was trying to record might make a difference. I was having huge issues with a software simulation not capturing all the necessary screen changes (on Monitor 2), but after reading your post, I moved it to Monitor 1, and it's working as it should again.
    You just saved me lots of frustration.

  • Issue with new iWeb URLs

    As you may know, iWeb 08 creates a new URL when publishing, and this is creating me a few issues.
    My previous website URL was:
    http://web.mac.com/gianlucamarucci/iWeb/gianlucamarucci.com
    and my domain (www.gianlucamarucci.com) was redirected here
    the new URL iWeb 08 creates is
    http://web.mac.com/gianlucamarucci/gianlucamarucci.com/home.html
    or simply
    http://web.mac.com/gianlucamarucci
    (the .../iWeb/... part disappears)
    Now this means i have to change the redirect (not a major issue)
    What I do not understand is the following:
    1. when i complete publishing and click on visit, iWeb is pointing at the old URL!
    2. if i am in my .Mac homepage and click on the links of my pages on the left, they point at the old URL too!
    How is it possible? does anyone know how to sort this out?
    A second question I have is about personal domain. Is it better to stick with the redirect service, ir shall i use the personal domain from .Mac? Or can i keep both activated?
    many thanks for your help!
    gianluca

    Hi Cassio,
    I just did a quick read up on the new front end editior and found the following tips from SAP. Maybe there could be something to help you out.
    How to report a bug
    Verify that you have the newest version of the editor installed. You can update your control with this script - maybe your problem has already been fixed. (This applies to beta testers ONLY!)
    Check the internal FAQ (CSN note 812186) for up-to-date information about known problems.
    Find out who is responsible. If the error relates to the syntax highlighting or the code completion, create an internal message for component BC-ABA-LA. In all other cases create an internal message for component BC-FES-GUI.
    Please provide clear step-by-step instruction of how to reproduce this error.
    Please be patient - we try to fix bugs as quickly as possible, but propagating the corrections may require some time. If something breaks and a fix is not yet available, you can always disable code hints or code completion in the settings dialog.

  • Captivate 8 Issue with IOS Safari

    Hi I'm new on here and have been searching for a resolution to a HTML5 issue.  I published a course in both Flash and HTML5.  Flash works great, but when I access the LMS and it launches the HTML5 version for mobile I get different issues.  I've tried both SCORM 1.2 and 2004, but same issue. 
    The course is very simple and provides users reference information through user directed clicking.  There are a few voiceovers, but no effects and no quizing.
    In Iphone6 it goes through a few screens and then freezes up and must reload(not always same screen).
    In iPad-mini it freezes up on first or second click(regardless of screen) and must reload.  It's like it's timing out or something.
    Any help would be appreciated.  I saw somewhere about turning off clicks sounds.  Don't know if that could be it, but I can try.
    Thanks,
    Corey

    Hello Corey,
    I have been trying to work on this issue, but I haven't made much progress
    Breaking up the project into several small chunks seemed to help for the iPad, but it's not ideal.
    I'm seriously struggling with Android tablets though.  Android doesn't support flash anymore, as HTML5 is the "future". Google Chrome on Android tablets has problems with synchronizing animations and sounds cutting out (works fine on a desktop or notebook).  FireFox on Android didn't have the sync or sound issues, but it crashes at random times. I think the root cause behind all this is HTML5 and the browser.  I couldn't figure out the difference between chrome on desktops and notebooks -vs- tablets.  I went to html5test.com and compared the two browsers, and there is definitely a difference between the two browsers.
    When you look at authoring alternatives to Captivate, it seems like their customers are having similar issues.
    I'm still looking for a workaround.  I'll let you know if I find anything

  • Issue with filet id /url alias

    Hello All,
    We are trying out the option of using filter id /url alias to segregate few roles related to a specific application.
    We maintained the filter id in all the required roles/entry points, adjusted the web.xml file , created new desktop with the same filter id and set up a new desktop rule (like if url alias = xxxx  , then desktop= < desktop pcd location>)
    The setup works fine with our dev portal , when we use the url alias it only shows the specific roles with filter id same as the one in desktop.
    But when we moved to quality , the thnigs are not as expected. Though we use the url alias, it bringing other roles also which dont have the filter id set in it.
    web.xml file is good, the desk is created newly in qa and the rule is also created again, still  the url alias is not working as it is supposed to .
    We are on NW 7.0 , SP 18.
    Please let me know if you ever faced this issue and found any pointers.
    Thanks in advance for the help.
    Thanks
    Arun

    Hello,
    This blog is indeed very good. The Singleton process will be in a waiting state forever the moment you initiate. The idea is that the Singleton process (the invoke) listens to any message that have the same correlation set. This is done using the singletonId. Check in your Singleton Accessor if this signetonId is the same as in the Singleton process for which the invoke is responding too.
    If I were you I would start with a more simplified example. See:
    http://java.net/projects/oraclesoasuite11g/downloads/directory/BPEL
    Then download: bpel-305-InboundCorrelation
    Thanks
    Sander

  • I am a power user with 100 open URLs and need a way to grep open tabs by a part of the URL. I can create an add-on if the open URLs are exposed.

    I imagine I could query an sqlite3 table for open windows but don't know the details for what is available. I trust firefox to always be able to open a previous session that I use open windows as sort of a task list. Duplication of information is futile.

    I actually think the default single session storage is a bit fragile. Do you use the [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager] extension or [https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/ Tab Mix Plus] to provide greater depth?
    The "Switch to Tab" feature of the address bar provides some of the functionality you want. However, the fact that it shows "Switch to Tab" rather than the address on that tab makes it hard to see if it's the one you want.
    If you want to build your own add-on, here are a couple that might serve as a starting point or resource for understanding how to work with tabs in Firefox. I haven't tried them myself. (MPL licensed for code re-use.)
    * [https://addons.mozilla.org/en-us/firefox/addon/tabhunter/ Tabhunter] - search for a string in URLs across all windows, choose from dialog
    * [https://addons.mozilla.org/en-us/firefox/addon/showcase/ Showcase] - view tab thumbnails across all windows, with a find feature

  • Captivate 4 issues with aggregate project

    Ok... Here's the situation my parent's went away on a weeks vacation..
    Sorry. Just had a 90's flashback.
    I created a custom skin for use with my project. I test out when I publish my individual files and it works fine.
    When I combine files into an aggregate project, I lose my top and right border...
    PLEASE HELP ME
    I need this for branding purposes. I created a custom border.
    Thanks

    Yikes. That's not good.
    I don't know of any specific upgrade bug but there's definitely bugs living under the hood of Captivate in general.
    Two approaches for handling these sorts of issues:
    1. Copy all slides in your CP file, create a new blank project, paste in the slides.
    or
    2. Create a new blank project and import all the slides from the previous project.
    Whether you want to do this in CP3 then upgrade, or do the upgrade from the original CP3 file then do either of those steps in the new CP4 file, up to you.
    Were it me, I'd do 1 or 2 above in the CP3 file - trying to get as 'clean a source as I can, then convert and see how it goes.
    But overall, regardless of how well it works for you, you may well have to go through and do some housecleaning.
    However, I would not expect you to see these types of errors that are likely not things you can 'clean'...?
    Something to try. Good luck!
    Erik

  • Issue with Supplier Open Interface Import Program

    Hello Folks,
    I need help with supplier conversion. I am trying to load suppliers through the supplier open interface program. I see that the record got rejected in AP_SUPPLIERS_INT table with status as REJECTED. However i do not see the record in AP_SUPPLIER_INT_REJECTIONS. Therefore, i am not able to understand the rejection reason. I enabled debug can seeing this log..
    assign_party_usage (+)
    do_assign_party_usage (+)
    effective_start_date = 2011/05/12 effective_end_date = 4712/12/31
    duplicates_exist (+)
    No date tracking for this usage SUPPLIER. Check duplicate assignment.
    l_has_duplicates = Y
    duplicates_exist (-)
    assign_party_usage (-)
    Rejected Vendor_Interface_Id: 15004, No. of Messages from Create_Vendor API: 2, Message From Create_Vendor API:
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    MSG-00999: Custom Report
    MSG-00001: After SRWINIT
    MSG-00002: After Get_Company_Name
    MSG-00003: After Get_NLS_Strings
    MSG-00004: After Importing Suppliers
    MSG-00005: After Get_Header_Information
    MSG-00020: After SRWEXIT
    As per my understanding from the log, there is some problem with party_usage_assignment. I would really appreciate is someone can help me debug the exact problem. Else i would have to open a SR for this
    Thanks so much looking forward for your answers.

    Pl post details of OS, database and EBS versions.
    Pl see if MOS Doc 1060824.1 (R12: Supplier Open Interface APXSUIMP Errors with REP-0004 Output Does Not Indicate Reason for Rejection) is applicable
    HTH
    Srini

  • Issue with urlrequest opening in different tab

    so I have been working on this code for a few days now and cant seem to get it to work properly. it opens in new tab or window instead of the same tab or window.
    /* Mouse Click Event
    Clicking on the specified symbol instance executes a function in which you can add your own custom code.
    Instructions:
    1. Add your custom code on a new line after the line that says "// Start your custom code" below.
    The code will execute when the symbol instance is clicked.
    general.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_1);
    function fl_MouseClickHandler_1(event:MouseEvent):void
        gotoAndPlay(128)
    var myDelay:Timer = new Timer(1000,1);
    myDelay.addEventListener(TimerEvent.TIMER, showMessage);
    myDelay.start();
    function showMessage(event:TimerEvent):void{
        navigateToURL(new URLRequest("http://www.swicc-alliance.com/generalinfo.htm"), "_same")
        stop()
    I have used _same, _self, _blank, _parent or just nothing at all.... i dont get it. this is an issue both in ie and firefox. I have tried testing it in flash browser test and also on server... any ideas?
    animation is located at www.swicc-alliance.com/home.htm

    its action code 3
    general.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_1);
    function fl_MouseClickHandler_1(event:MouseEvent):void
        gotoAndPlay(128)
    var myDelay:Timer = new Timer(1000,1);
    myDelay.addEventListener(TimerEvent.TIMER, showMessage);
    myDelay.start();
    function showMessage(event:TimerEvent):void{
        navigateToURL(new URLRequest("http://www.swicc-alliance.com/generalinfo.htm"), "_same")
        stop()

Maybe you are looking for