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()

Similar Messages

  • 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?

  • BEx Broadcaster - Using a Workbook with multiple queries on different tabs

    Hi,
    I was wondering if any has used Bex Broadcaster to broadcast a workbook that contains multiple queries on different tabs in the workbook.  I believe someone has mentioned that this was an issue in the past and I was wondering if this now a possibility with Bex Broadcaster
    If you were able to do this successfully, please let me know.
    Thanks

    Hello
    Of course it is possible.
    But, if you want to broadcast a workbook, you have to use a Precalculation Server.
    Without precalculation server, workbooks cannot be precalculated and broadcasted.
    More details, please check the note below:
    1461398          BW 7.X(7.20) Precalculation - General Info. & Limitations                              
    Best regards,
    Edward John

  • 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?

  • 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

  • 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)

  • Design issue with similar machines, but different Globals

    Hi,
    I know my questions about Global Variables has been up before, but maybe not in this kind of issue. The original coding has been done by someone else than me, but i want to change it. Now every machine has a folder and each folder consist of similar information as the next one. So there are 4 duplicate of every control and it's a nightmare to update the global variables in the total of around 200 files. I would like to combine the files so that only 1 file for "every action" would exist. So how should i do it. I have a few ideas but i would like to know how "the professionals" would do it.
    I've read that you should avoid of using a lot of Global Variables, but i don't know if in my case i can avoid them. Some of them could be removed when it's a realtime test that's going on and during the test you can open the attached VI, so how other could you transfer the information?
    System consist of:
    4 hardware test machines
    22 FP devices reading and writing
    ~50 Global Variables / per machine (50 variables per file, 1 file per machine)
    The attachments contines of one of the VIs that i'm working on. I'm not sure if you can open it because it contains many subVIs, but you get the picture of what i'm working with. So any ideas how to combine 4 same VIs with different Global Variables?
    Attachments:
    2.png ‏35 KB
    Temperature meas_1.vi ‏331 KB
    1.png ‏40 KB

    Hi Englund,
    you feed the cluster through the vi like your error cluster. In the subvi's you only unbundle/bundle the values you need!
    Example (Pretty silly, as the 'Select' operation isn't needed at all - I have to kill a student for that ) :
    The cluster 'Messvorschrift' contains about 50 values (partly in sub-clusters or arrays). You get the value needed for operation and write it back when needed.
    This scheme is pretty straightforward - but has a problem: it leeds to race conditions when you access your global several times in parallel!
    Then you should use a LV2-style global aka 'Action engine' - look for the last community nuggets in the forum!
    Message Edited by GerdW on 05-22-2007 09:22 AM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    Cluster.png ‏2 KB

  • 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 Java date when different timezone involved

    Hi
    I am facing a problem with java util and SQL date due to different time zones,
    We have a applet which displays data as gant chart( microsoft project type)
    We have our server in NY (EST) which reads data from database (in EST) and sends this data to applet using applet-servlet communication (seralize object)
    This applet gets this date from servlet, does some calculation for pixcels and paints it, but now i am having problem with this calculation, since the date coming is from EST and calendar object in applet is from CST.
    How do i resolve this
    Ashish

    How are you passing the date or doing the calculation?
    I guess you're not using java.util.Date because then would have no problems. The Date class already accounts for different timezones; an instance represents a single moment of time which can be rendered differently depending on the time zone.

  • I am having an issue with excel opening a converted file

    After I have converted this file from a pdf file to a .xlsx it won't open in excel. Now what do I do? I over wrote what I have done thinking it will work. How can I get this to work?

    HI demonicangel,
    I'm sorry that you're having trouble with your converted file. Does Excel return an error when you try to open the file?
    But the PDF you converted was not overwritten in the conversion process--it remains intact where it was when you converted it. So, you should'nt have lost any work.
    Please let us know what happens when you try to open the file in Excel.
    Best,
    Sara

  • Issues with Programs Opening

    I recently downloaded Moutain Lion and now my computer is opening iTunes on its own and playing music and then pausing my music when I am listening to it. Also I am using Google Chrome and it keeps telling me that my pages are having issues. It is on multiple websites and I have no idea what it is. I am guessing that there is a bug. Is anyone else having this issue and does anyone know what it is.
    Also now my time machine is not backing up. Does anyone know what can be done to make it work. This is what comes up when I try to back it up.
    Thanks in advance.

    Ignore the part about backing up, it just started to do it again. Must have needed to sort itself out.

  • How can I solve issues with moving mail to different folders?

    I am not able to move certain files from one folder to another? I get a pop up that says, "unable to move message" and right underneath that it says, "the message could not be moved to the mailbox inbox". It will not allow me to move anything in that one folder to any other location, but when I tried moving things in another folder to a different one I had no problem. Does this make sense? Please help.

    send it in "windows friendly format" when you click the paper clip for an attachment.

  • Minor issue with open parameters upon initial PDF load

    Hello, everyone.
    I am experiencing an odd issue with using open parameters to view a PDF in a browser window.
    We are using ColdFusion Server 9.0.1 (soon to upgrade to 10) and the Solr Collection Server that is bundled with it.  The server is updating the collections on a daily basis via Scheduled Tasks.
    When a user (okay.. it's me.. still in testing mode) uses the form to search the collection of PDFs for a specific keyword (let's use "petroleum"), the collections indicate that there are about 31 PDF files that contain the word "petroleum".  Most of them (when opened via "http://domain.com/pdf_file_a.pdf#search="petroleum"&zoom=100") will highlight the word "petroleum" in the document, every time.
    However, there are some PDFs that when opened will indicate that there are ZERO instances of "petroleum" in the document.  But if you refresh the browser, it suddenly finds three instances that it didn't see the first time.
    Is this a bug?  Has anyone else experienced this issue?  Is there a fix or work-around for it?
    Thank you,
    ^_^

    Anyone?

  • If pdf generated with Bullzip, opens with problems in text (missing, weird characters, etc...)

    pdf opening in new tab shows problems with text. If pdf was generated with Adobe acrobat, works fine. If pdf generated with Bullzip, opens in new tab, but with problems.

    hello lwhitman, the pdf preview in firefox is still under very active development. if you find any issues please report them at https://github.com/mozilla/pdf.js/issues & provide a sample pdf-file which shows the problem.

Maybe you are looking for

  • My iPod is stuck on safari and won't turn off or return to home screen

    I updated my iPod touch to iOS 6 and since then I've encounntered multiple problems. My iPod is stuck on safari and I can zoom in and zoom out but that's all I am able to do, I can't turn it off nor can I go back to the home screen. I tried letting i

  • Countdown help.

    Hey guys I need help making this countdown work. Im only getting this.... Im using the Edson Hilios countdown, but don't know how to set the countdown time.... jquery.countdown : * jQuery The Final Countdown plugin v1.0.0 beta * http://github.com/hil

  • ALE partner profile setup for diff. IDOC extension

    Hi, We have three extensions of IDOC type HRMD_A06 and message type HRMD_A. In one of the extensions segment IT0002 is extended. In the partner profile extension is not specified. Due to this when the IDOC is generated Custom segment is not getting p

  • MAC os x deleted acciedntally

      I am using mac osx 10.7 only but i had used the option of holding command and R key it shows the globe rounding out and nothing happened for more than 1 hour. i had accedientally on expanding deleted the partition of mac os x can anyone help me out

  • How to view details of excluded items?

    I have 3 partitions that time machine wants to backup. Two of the partitions are similar (one is Panther the other is Leopard), and they have similar structures (ie, they have /System, /Library, /Users etc..). There are only certain directories from