Deploment Optimisation

Dear Experts,
can someone shed som light on my topic below.
I am using SCM 7.0 and deployment optimisation.  I have a scenario whereby the MAD date of the confirmed distribution receipt is 1 day later than is required thereby creating an alert.  The sceanrio is as follows:-
Product at destination location has a GR time of 1 day
Tranportation lane from source to destination = 1 day
Location at destination has an inbound handling resource
Demand for the product is date for 05.07.2011
When investigating the optimiser logs the in IT_ARCMAT, the order details are as follows start 04.07.2011 end 05.07.2011.
However when investigating the order details in the planning book, the availability date is 06.07.2011, I can understand this extra day is being incurred due to the GR time, however I do not understand why the deployment optimiser does not consider this and therefore plan the start date to be a day earlier.
Cheers
Paul

OSS note found

Similar Messages

  • Do Not Check Uniqueness of Data in Write Optimised DSO

    Hello,
    I am working with write optimised DSO with already billion records in it. I have flag 'Do Not Check Uniqueness of Data' in Settings as checked(means it will surely not check for uniqueness of data). I am thinking of removing this flag off and activate the DSO again. I am willing to remove this flag as it will provide option of Req ID input in listcube on DSO and without this list cube will never return back with results.(I have to analyze aggregations)
    I tried removing this flag and then activate DSO in production system with 17 million records which took 5 mins for activation (index creation). So maths says for a billion records activation transport will take around 6 hrs for moving to Production.
    I am willing to remove this flag as it will provide option of Req ID input in listcube and without this list cube will never return back with results.
    Questions:
    How does this flag checks the uniqueness of record? WIll it check Active table or from the Index?
    To what extent DTP will slow down the process of subsequent data load?
    Any other factors/risks/precautions to be taken?
    Let me know if questions are not clea or further inputs are required from my side.
    Thanks.
    Agasti

    Hi,
    Please go through the site :
    /people/martin.mouilpadeti/blog/2007/08/24/sap-netweaver-70-bi-new-datastore-write-optimized-dso
    As far as your ques are concerned... i hope above blog will answer most of it , and if it does'nt please read below mentioned thread.
    Use of setting "Do Not Check Uniqueness of Data" for Write Optimized DSO
    Regards
    Raj

  • Help on optimising and upgrading my PC for CS 5.5

    Hi all, really need some help here.
    I'm about to purchase CS 5.5 Master Suite and would like to increase the performance of my PC a little at the same time.
    I dont need my PC totally optimised for Premiere as I will only use it to edit short YouTube video's and not that often (only make a few vid's a month).
    The software I use all the time is: Dreamweaver, Photoshop, Fireworks, Bridge, Illustrator and the Flash programs.
    My current PC has this spec:
    Asus P6T SE mobo
    i7 920 2.67 CPU
    2 x Radeon HD 4890 Graphics cards (use 3 monitors)
    12 GB Ram
    2 x WD Black 500GB (not in Raid)
    Mackie Firewire Audio Card
    Windows 7 Pro 64
    What I would like to do is increase the performance of my PC without spending a fortune (woudn't we all).
    My thoughts are add an SDD boot drive and put the 2 hard drives I have in Raid 0, then increase my ram from 12GB to 24GB (I would buy all the ram new so matched 1600).
    What I would like is your views on these upgrades.
    Do you think these would be good upgrades?
    Would you do anything different? etc.
    I have spent the past few days searching this forum and the net and the only thing I have achieved is a headache.
    Thanks in advance.

    Depending upon what you want to do (are you planning on getting into high end video) it should be real nice. Make sure the SSD for boot has enough room for programs and O/S. I would suggest nothing less than 256 gigs.
    You might want to pop over to the Premiere Pro and After Effects  forums for more advice on the video card.
    BTW, if you by CS5.5 now, you'll a free upgrade to CS6 when it ships.
    Bob

  • Connecting to an external display using the setting optimised for built in screen?

    i am having trouble connecting to an external display with the lid closed and the settings is optimised for built in display.
    it was working nicely until yesterday when i changed the resolution.
    and now i cant take it to optimised for built in display, only if the lid is opened and i want it closed.
    can i know how to return it to the setting (optimised for built in display) with the lid closed?

    Hello there, hasan.
    The following Knowledge Base article offers some great information for troubleshooting usig and external display with your Mac:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/HT1573
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Is Lite Optimise essential during multiple custom DM processing in a single link

    Hi All ,
    I am processing data in revenue application using 7/8  custom data manager packages in a single link. When I am processing JAN 2014 ACtual category data , account A & B successfully get copied to cost application. But for the month of FEB 2014 ACTUAL category, 'A' account get inserted properly and 'B' get inserted only for rptcurrency 'INR' not for 'LC'.
    when I checked my data in revenue appl , for account 'B' for both the categories inr / lc . data is properly available on desired version.
    When I copy my patch from custom script to test script and execute in revenue application, i got the data for ''B' account for both the currencies. Why system / script is not working for FEb 2014.
    Following is my code  :
    *DESTINATION_APP = COST
    *SKIP_DIM = BFL_CUSTOMER
    //*SKIP_DIM = SEGMENT_NEW
    *XDIM_MEMBERSET BFL_ACCOUNT = 900003
    *XDIM_MEMBERSET BFL_CATEGORY = MASTER
    *XDIM_MEMBERSET BFL_LINE = NONE
    *XDIM_MEMBERSET BFL_PRODUCT = <ALL>
    *XDIM_MEMBERSET BFL_DIST_CHANNEL = NONE
    *XDIM_MEMBERSET TIME = %TIME_SET%
    *WHEN BFL_ACCOUNT
    *IS 900003
    *REC(FACTOR = -1,BFL_ACCOUNT = "NTWTCOST")
    *ENDWHEN
    *COMMIT
    In my REvenue appl link , there are 8 custom data manager packages as below :
    1] Copy version 0 data to version 1 for actual data
    2] copy master data from version 0 to ver 1.
    3] process data before currency conversion.
    4] currency conversion for master rate.
    5] currency conversion for actual rate.
    6] process data after curr conversion.
    7] copy data from revenue to cost appl.
    8] copy data from revenue to planning appl.
    Is lite optimise essential before copying processed data from revenue application to cost appl in a single link ?
    Best Regards,
    Milind ..

    Hi Vadim,
    I am not merging my all packages into a single one only because of ease of maintenance and easy to debug.
    I am only worried about the scirpt , When I copy to test script , it wroks perfectly. but not in entire one.
    Now , I am incorporating the lite_optimise twice in existing link after step no.5 and 8. Lets check the result.
    Regards,
    Milind.

  • Have storage optimised with Photo Library but need more space - How do I delete photos just off my MacBook Pro and not from other devices and icloud

    Hiya,
    I moved a 40GB file off my MacBook Pro to make room so that I could enable the iCloud Photo Library. I optimised the storage but during this process it used 10GB of space and so I cant now put back the file I took off my mac. I though that once I had optimised the storage I would gain space not loose it!. So i'm wondering how can I delete photos off my MacBook and not off all my devices and so I can get this 40 GB file back on ??
    Cheers

    Hi, that's how it works. photos in Photo Stream are these ones that actually exist on your Camera Roll. Photo Stream is an iClous service that helps you to share photos. Just think about Dropbox or any other cloud services, isn't it that you delete a file on your computer, then found the file no longer exist on your other devices?
    If you want to keep the photos while making them occupy less space, I suggest you try SafeEraser's Photo Compressor feature. It compress the photos and make it easy for you to keep them on your iPhone without losing much quality.

  • How can i make the optimiser to skip this full table scan ??

    Hi,
    I am trying to tune the below query, I have checked up all the possibilities to skip the full table scan on vhd_calldesh_archive, But am unable to find the predicate in the where clause, which is letting the optimiser to choose the full table scan on vhd_calldesk_archive table, which is very large one. how can i make the optimiser to skip this full table scan.
    Please check the below sql script and explain plan ,
    SELECT a.call_id, a.entry_date,
    NVL (INITCAP (b.full_name), caller_name) AS caller_name,
    c.description AS org_desc, a.env_id, i.env_desc, a.appl_id,
    d.appl_desc, a.module_id, e.module_desc, a.call_type_id,
    f.call_type_desc, a.priority, a.upduserid,
    INITCAP (g.full_name) AS lastupdated_username, a.call_desc, h.mode_desc,
    a.received_time,a.assignment_team, a.status,
    ROUND (lcc.pkg_com.fn_datediff ('MI',
    a.entry_date,
    a.status_date
    ) AS elapsed_time,
    ROUND (lcc.pkg_com.fn_datediff ('MI',
    a.entry_date,
    a.status_date
    ) AS resolved_min,
    CASE
    WHEN a.orgid in (1,100,200) THEN a.orgid
    ELSE j.regionorgid
    END AS region
    ,(SELECT coalesce(MAX(upddate),a.upddate) FROM lcc.vhd_callstatus stat WHERE stat.call_id = a.call_id
    ) as stat_upddate
    ,(SELECT team_desc from lcc.vhd_teams t where t.team_id = a.assignment_team) as team_desc
    ,a.eta_date
    ,coalesce(a.caller_contact, b.telephone) AS caller_contact
    ,coalesce(a.caller_email, b.email) as email
    ,a.affected_users
    ,a.outage_time
    ,a.QA_DONE
    ,a.LAST_ACTION_TEAM
    ,a.LAST_ACTION_USER
    ,INITCAP (k.full_name) AS last_action_username
    ,a.last_action_date
    ,l.team_desc as last_action_teamdesc
    ,a.refid
    ,INITCAP (lu.full_name) AS logged_name
    ,a.pmreview
    ,a.status as main_status
    FROM lcc.vhd_calldesk_archive a
    LEFT OUTER JOIN lcc.lcc_userinfo_details b ON b.user_name = a.caller_id
    INNER JOIN lcc.com_organization c ON c.code = a.orgid
    INNER JOIN lcc.vhd_applications d ON d.appl_id = a.appl_id
    INNER JOIN lcc.vhd_modules e ON e.appl_id = a.appl_id AND e.module_id = a.module_id
    INNER JOIN lcc.vhd_calltypes f ON f.call_type_id = a.call_type_id
    INNER JOIN lcc.com_rptorganization j ON j.orgid = a.orgid AND j.tree = 'HLPDK'
    LEFT OUTER JOIN lcc.lcc_userinfo_details g ON g.user_name = a.upduserid
    LEFT OUTER JOIN lcc.vhd_callmode h ON h.mode_id = a.mode_id
    LEFT OUTER JOIN lcc.vhd_environment i ON i.appl_id = a.appl_id AND i.env_id = a.env_id
    LEFT OUTER JOIN lcc.lcc_userinfo_details k ON k.user_name = a.last_action_user
    LEFT OUTER JOIN lcc.vhd_teams l ON l.team_id = a.last_action_user
    LEFT OUTER JOIN (select CALL_ID,upduserid FROM lcc.VHD_CALLDESK_HISTORY P where upddate
    in ( select min(upddate) from lcc.VHD_CALLDESK_HISTORY Q WHERE Q.CALL_ID = P.CALL_ID
    group by call_id)) ku
    ON ku.call_id = a.call_id
    LEFT OUTER JOIN lcc.lcc_userinfo_details lu ON NVL(ku.upduserid,A.upduserid) = lu.user_name;
    | Id | Operation | Name | Rows | Bytes | Cost |
    | 0 | SELECT STATEMENT | | 2104 | 3667K| 37696 |
    | 1 | UNION-ALL | | | | |
    | 2 | NESTED LOOPS OUTER | | 2103 | 3665K| 37683 |
    | 3 | VIEW | | 2103 | 3616K| 35580 |
    | 4 | NESTED LOOPS OUTER | | 2103 | 823K| 35580 |
    | 5 | NESTED LOOPS OUTER | | 2103 | 774K| 33477 |
    | 6 | NESTED LOOPS OUTER | | 2103 | 685K| 31374 |
    | 7 | NESTED LOOPS | | 2103 | 636K| 29271 |
    | 8 | NESTED LOOPS | | 2103 | 603K| 27168 |
    | 9 | NESTED LOOPS OUTER | | 2103 | 558K| 25065 |
    | 10 | NESTED LOOPS OUTER | | 2103 | 515K| 22962 |
    | 11 | NESTED LOOPS | | 2103 | 472K| 20859 |
    | 12 | NESTED LOOPS | | 2103 | 429K| 18756 |
    | 13 | NESTED LOOPS OUTER | | 4826 | 890K| 13930 |
    | 14 | NESTED LOOPS OUTER | | 4826 | 848K| 9104 |
    | 15 | NESTED LOOPS | | 4826 | 754K| 4278 |
    |* 16 | TABLE ACCESS FULL | COM_RPTORGANIZATION | 75 | 1050 | 3 |
    | 17 | TABLE ACCESS BY INDEX ROWID | VHD_CALLDESK | 64 | 9344 | 57 |
    |* 18 | INDEX RANGE SCAN | VHD_CALLDSK_ORGID | 2476 | | 7 |
    | 19 | VIEW PUSHED PREDICATE | | 1 | 20 | 1 |
    |* 20 | FILTER | | | | |
    | 21 | TABLE ACCESS BY INDEX ROWID | VHD_CALLDESK_HISTORY | 1 | 20 | 2 |
    |* 22 | INDEX RANGE SCAN | VHD_CALLDSK_HIST_CALLID_IDX | 1 | | 1 |
    |* 23 | FILTER | | | | |
    | 24 | SORT GROUP BY NOSORT | | 1 | 12 | 2 |
    | 25 | TABLE ACCESS BY INDEX ROWID | VHD_CALLDESK_HISTORY | 1 | 12 | 2 |
    |* 26 | INDEX RANGE SCAN | VHD_CALLDSK_HIST_CALLID_IDX | 1 | | 1 |
    | 27 | TABLE ACCESS BY INDEX ROWID | VHD_CALLMODE | 1 | 9 | 1 |
    |* 28 | INDEX UNIQUE SCAN | VHD_CALLMOD_MODID_PK | 1 | | |
    | 29 | TABLE ACCESS BY INDEX ROWID | VHD_APPLICATIONS | 1 | 20 | 1 |
    |* 30 | INDEX UNIQUE SCAN | VHD_APPL_APPLID_PK | 1 | | |
    | 31 | TABLE ACCESS BY INDEX ROWID | VHD_CALLTYPES | 1 | 21 | 1 |
    |* 32 | INDEX UNIQUE SCAN | VHD_CALLTYP_ID_PK | 1 | | |
    | 33 | TABLE ACCESS BY INDEX ROWID | VHD_TEAMS | 1 | 21 | 1 |
    |* 34 | INDEX UNIQUE SCAN | VHD_TEAMID_PK | 1 | | |
    | 35 | TABLE ACCESS BY INDEX ROWID | VHD_ENVIRONMENT | 1 | 21 | 1 |
    |* 36 | INDEX UNIQUE SCAN | VHD_ENV_APLENVID_PK | 1 | | |
    | 37 | TABLE ACCESS BY INDEX ROWID | VHD_MODULES | 1 | 22 | 1 |
    |* 38 | INDEX UNIQUE SCAN | VHD_MOD_APLMOD_ID_PK | 1 | | |
    | 39 | TABLE ACCESS BY INDEX ROWID | COM_ORGANIZATION | 1 | 16 | 1 |
    |* 40 | INDEX UNIQUE SCAN | COM_ORG_PK | 1 | | |
    | 41 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 24 |
    |* 42 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 43 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 43 |
    |* 44 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 45 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 24 | 1
    |* 46 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 47 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 24 | 1
    |* 48 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 49 | NESTED LOOPS OUTER | | 1 | 1785 | 13 |
    | 50 | VIEW | | 1 | 1761 | 12 |
    | 51 | NESTED LOOPS OUTER | | 1 | 1656 | 12 |
    | 52 | NESTED LOOPS OUTER | | 1 | 1632 | 11 |
    | 53 | NESTED LOOPS OUTER | | 1 | 1608 | 10 |
    | 54 | NESTED LOOPS | | 1 | 1565 | 9 |
    | 55 | NESTED LOOPS | | 1 | 1549 | 9 |
    | 56 | NESTED LOOPS | | 1 | 1535 | 9 |
    | 57 | NESTED LOOPS OUTER | | 1 | 1513 | 8 |
    | 58 | NESTED LOOPS OUTER | | 1 | 1492 | 7 |
    | 59 | NESTED LOOPS | | 1 | 1471 | 6 |
    | 60 | NESTED LOOPS | | 1 | 1450 | 5 |
    | 61 | NESTED LOOPS OUTER | | 1 | 1430 | 4 |
    | 62 | NESTED LOOPS OUTER | | 1 | 1421 | 3 |
    | 63 | TABLE ACCESS FULL | VHD_CALLDESK_ARCHIVE | 1 | 1401 | 2 |
    | 64 | VIEW PUSHED PREDICATE | | 1 | 20 | 1 |
    |* 65 | FILTER | | | | |
    | 66 | TABLE ACCESS BY INDEX ROWID | VHD_CALLDESK_HISTORY | 1 | 20 | 2 |
    |* 67 | INDEX RANGE SCAN | VHD_CALLDSK_HIST_CALLID_IDX | 1 | | 1 |
    |* 68 | FILTER | | | | |
    | 69 | SORT GROUP BY NOSORT | | 1 | 12 | 2 |
    | 70 | TABLE ACCESS BY INDEX ROWID| VHD_CALLDESK_HISTORY | 1 | 12 | 2 |
    |* 71 | INDEX RANGE SCAN | VHD_CALLDSK_HIST_CALLID_IDX | 1 | | 1 |
    | 72 | TABLE ACCESS BY INDEX ROWID | VHD_CALLMODE | 1 | 9 | 1 |
    |* 73 | INDEX UNIQUE SCAN | VHD_CALLMOD_MODID_PK | 1 | | |
    | 74 | TABLE ACCESS BY INDEX ROWID | VHD_APPLICATIONS | 1 | 20 | 1 |
    |* 75 | INDEX UNIQUE SCAN | VHD_APPL_APPLID_PK | 1 | | |
    | 76 | TABLE ACCESS BY INDEX ROWID | VHD_CALLTYPES | 1 | 21 | 1 |
    |* 77 | INDEX UNIQUE SCAN | VHD_CALLTYP_ID_PK | 1 | | |
    | 78 | TABLE ACCESS BY INDEX ROWID | VHD_TEAMS | 1 | 21 | 1 |
    |* 79 | INDEX UNIQUE SCAN | VHD_TEAMID_PK | 1 | | |
    | 80 | TABLE ACCESS BY INDEX ROWID | VHD_ENVIRONMENT | 1 | 21 | 1 |
    |* 81 | INDEX UNIQUE SCAN | VHD_ENV_APLENVID_PK | 1 | | |
    | 82 | TABLE ACCESS BY INDEX ROWID | VHD_MODULES | 1 | 22 | 1 |
    |* 83 | INDEX UNIQUE SCAN | VHD_MOD_APLMOD_ID_PK | 1 | | |
    | 84 | TABLE ACCESS BY INDEX ROWID | COM_RPTORGANIZATION | 1 | 14 | |
    |* 85 | INDEX UNIQUE SCAN | COM_RPTORG_PK | 1 | | |
    | 86 | TABLE ACCESS BY INDEX ROWID | COM_ORGANIZATION | 1 | 16 | |
    |* 87 | INDEX UNIQUE SCAN | COM_ORG_PK | 1 | | |
    | 88 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 43 |
    |* 89 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 90 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 24 |
    |* 91 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 92 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 24 | 1
    |* 93 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    | 94 | TABLE ACCESS BY INDEX ROWID | LCC_USERINFO_DETAILS | 1 | 24 | 1
    |* 95 | INDEX UNIQUE SCAN | LCCUSERINFOIND | 1 | | |
    Predicate Information (identified by operation id):
    16 - filter("J"."TREE"='HLPDK')
    18 - access("J"."ORGID"="A"."ORGID")
    20 - filter( EXISTS (SELECT /*+ */ 0 FROM "LCC"."VHD_CALLDESK_HISTORY" "Q" WHERE "Q"."CALL_ID"=:B1
    "Q"."CALL_ID" HAVING MIN("Q"."UPDDATE")=:B2))
    22 - access("SYS_ALIAS_2"."CALL_ID"="A"."CALL_ID")
    23 - filter(MIN("Q"."UPDDATE")=:B1)
    26 - access("Q"."CALL_ID"=:B1)
    28 - access("H"."MODE_ID"(+)="A"."MODE_ID")
    30 - access("D"."APPL_ID"="A"."APPL_ID")
    32 - access("F"."CALL_TYPE_ID"="A"."CALL_TYPE_ID")
    34 - access("L"."TEAM_ID"(+)="A"."LAST_ACTION_TEAM")
    36 - access("I"."APPL_ID"(+)="A"."APPL_ID" AND "I"."ENV_ID"(+)="A"."ENV_ID")
    38 - access("E"."APPL_ID"="A"."APPL_ID" AND "E"."MODULE_ID"="A"."MODULE_ID")
    40 - access("C"."CODE"="A"."ORGID")
    42 - access("K"."USER_NAME"(+)="A"."LAST_ACTION_USER")
    44 - access("B"."USER_NAME"(+)="A"."CALLER_ID")
    46 - access("G"."USER_NAME"(+)="A"."UPDUSERID")
    48 - access("LU"."USER_NAME"(+)=NVL("SYS_ALIAS_4"."UPDUSERID_162","SYS_ALIAS_4"."UPDUSERID_25"))
    65 - filter( EXISTS (SELECT /*+ */ 0 FROM "LCC"."VHD_CALLDESK_HISTORY" "Q" WHERE "Q"."CALL_ID"=:B1
    "Q"."CALL_ID" HAVING MIN("Q"."UPDDATE")=:B2))
    67 - access("SYS_ALIAS_2"."CALL_ID"="SYS_ALIAS_1"."CALL_ID")
    68 - filter(MIN("Q"."UPDDATE")=:B1)
    71 - access("Q"."CALL_ID"=:B1)
    73 - access("H"."MODE_ID"(+)="SYS_ALIAS_1"."MODE_ID")
    75 - access("D"."APPL_ID"="SYS_ALIAS_1"."APPL_ID")
    77 - access("F"."CALL_TYPE_ID"="SYS_ALIAS_1"."CALL_TYPE_ID")
    79 - access("L"."TEAM_ID"(+)=TO_NUMBER("SYS_ALIAS_1"."LAST_ACTION_USER"))
    81 - access("I"."APPL_ID"(+)="SYS_ALIAS_1"."APPL_ID" AND "I"."ENV_ID"(+)="SYS_ALIAS_1"."ENV_ID")
    83 - access("E"."APPL_ID"="SYS_ALIAS_1"."APPL_ID" AND "E"."MODULE_ID"="SYS_ALIAS_1"."MODULE_ID")
    85 - access("SYS_ALIAS_1"."ORGID"="J"."ORGID" AND "J"."TREE"='HLPDK')
    87 - access("C"."CODE"="SYS_ALIAS_1"."ORGID")
    89 - access("B"."USER_NAME"(+)="SYS_ALIAS_1"."CALLER_ID")
    91 - access("SYS_ALIAS_1"."UPDUSERID"="G"."USER_NAME"(+))
    93 - access("K"."USER_NAME"(+)="SYS_ALIAS_1"."LAST_ACTION_USER")
    95 - access("LU"."USER_NAME"(+)=NVL("SYS_ALIAS_3"."UPDUSERID_162","SYS_ALIAS_3"."UPDUSERID_25"))
    Note: cpu costing is off

    I've tried to look thru your sql and changed it a bit. Of course not testet :-)
    Your problem isn't the archive table! I tried to remove the 2 selects from the select-clause. Furthermore you have a lot of nested loops in your explain, which is a performance-killer. Try getting rid of them, perhaps use /*+ USE_HASH(?,?) */.
    SELECT a.call_id, a.entry_date,
           NVL (INITCAP (b.full_name), caller_name) AS caller_name, c.description AS org_desc, a.env_id, i.env_desc, a.appl_id,
           d.appl_desc, a.module_id, e.module_desc, a.call_type_id, f.call_type_desc, a.priority, a.upduserid,
           INITCAP (g.full_name) AS lastupdated_username, a.call_desc, h.mode_desc, a.received_time, a.assignment_team, a.status,
           ROUND (lcc.pkg_com.fn_datediff ('MI', a.entry_date, a.status_date)) AS elapsed_time,
           ROUND (lcc.pkg_com.fn_datediff ('MI', a.entry_date, a.status_date)) AS resolved_min,
           CASE
              WHEN a.orgid IN (1, 100, 200)
                 THEN a.orgid
              ELSE j.regionorgid
           END AS region,
           COALESCE (stat.upddate, a.upddate) AS stat_upddate,
           t.team_desc, a.eta_date,
           COALESCE (a.caller_contact, b.telephone) AS caller_contact,
           COALESCE (a.caller_email, b.email) AS email, a.affected_users,
           a.outage_time, a.qa_done, a.last_action_team, a.last_action_user,
           INITCAP (k.full_name) AS last_action_username, a.last_action_date,
           l.team_desc AS last_action_teamdesc, a.refid,
           INITCAP (lu.full_name) AS logged_name, a.pmreview,
           a.status AS main_status
      FROM lcc.vhd_calldesk_archive a, lcc.lcc_userinfo_details b, lcc.com_organization c,
           lcc.vhd_applications d, lcc.vhd_modules e, lcc.vhd_calltypes f, lcc.com_rptorganization j,
           lcc.lcc_userinfo_details g, lcc.vhd_callmode h, lcc.vhd_environment i, lcc.lcc_userinfo_details k,
           lcc.vhd_teams l,
          (SELECT call_id, upduserid
           FROM lcc.vhd_calldesk_history p
           WHERE upddate IN (SELECT   MIN (upddate)
                             FROM lcc.vhd_calldesk_history q
                             WHERE q.call_id = p.call_id
                             GROUP BY call_id)) ku,
           lcc.lcc_userinfo_details lu,
          (SELECT call_id, MAX (upddate)
           FROM lcc.vhd_callstatus
           GROUP BY call_id) stat,
           lcc.vhd_teams t
      WHERE a.caller_id        = b.user_name(+)
        AND a.orgid            = c.code
        AND a.appl_id          = d.appl_id
        AND a.appl_id          = e.appl_id
        AND a.module_id        = e.module_id
        AND a.call_type_id     = f.call_type_id
        AND a.orgid            = j.orgid
        AND j.tree             = 'HLPDK'
        AND a.upduserid        = g.user_name(+)
        AND a.mode_id          = h.mode_id(+)
        AND a.appl_id          = i.appl_id(+)
        AND a.env_id           = i.env_id(+)
        AND a.last_action_user = k.user_name(+)
        AND a.last_action_user = l.team_id(+)
        AND a.call_id          = ku.call_id(+)
        AND NVL (ku.upduserid, a.upduserid) = lu.user_name(+)
        AND a.call_id          = stat.call_id
        AND a.assignment_team  = t.team_id;

  • Converting a laptop into a MAME cabinet: Looking for optimisation.

    Hello everyone!
    I recently turned an old laptop into a MAME arcade cabinet.
    So far I only have the laptop working with MAME able to play games. I will build the cabinet from scratch once I have fully optimised the laptop.
    Let me explain all of this in details.
    First of all, I got motivated with this video of someone making a MAME arcade cabinet out of an old computer and something that looks like an empty Neo-Geo arcade cabinet.
    https://www.youtube.com/watch?v=sd9j6nGUCvU
    While the idea seems really nice, using FreeDOS (or any DOS operating system) really bothers me.
    Since, in the video, DOS is used to boot really fast and have nearly nothing between MAME and the operating system, there's no reason not to use GNU/Linux to achieve the same goal.
    Some info about the computer
    cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 15
    model : 2
    model name : Mobile Intel(R) Pentium(R) 4 CPU 2.66GHz
    stepping : 9
    microcode : 0x1a
    cpu MHz : 2660.060
    cache size : 512 KB
    fdiv_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
    bogomips : 5322.79
    clflush size : 64
    cache_alignment : 128
    address sizes : 36 bits physical, 32 bits virtual
    power management:
    cat /proc/meminfo
    MemTotal: 494284 kB
    MemFree: 60016 kB
    Buffers: 25528 kB
    Cached: 366668 kB
    SwapCached: 0 kB
    Active: 125360 kB
    Inactive: 272224 kB
    Active(anon): 5596 kB
    Inactive(anon): 224 kB
    Active(file): 119764 kB
    Inactive(file): 272000 kB
    Unevictable: 0 kB
    Mlocked: 0 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 494284 kB
    LowFree: 60016 kB
    SwapTotal: 0 kB
    SwapFree: 0 kB
    Dirty: 192 kB
    Writeback: 0 kB
    AnonPages: 5400 kB
    Mapped: 13100 kB
    Shmem: 432 kB
    Slab: 30092 kB
    SReclaimable: 25728 kB
    SUnreclaim: 4364 kB
    KernelStack: 424 kB
    PageTables: 588 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    WritebackTmp: 0 kB
    CommitLimit: 247140 kB
    Committed_AS: 16896 kB
    VmallocTotal: 525048 kB
    VmallocUsed: 9432 kB
    VmallocChunk: 509092 kB
    HardwareCorrupted: 0 kB
    AnonHugePages: 0 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    HugePages_Surp: 0
    Hugepagesize: 4096 kB
    DirectMap4k: 15616 kB
    DirectMap4M: 491520 kB
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.10.10-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Aug 30 12:11:59 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000eedff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000eee00-0x00000000000eefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000000ef000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ef3ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000001ef40000-0x000000001ef4ffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000001ef50000-0x000000001effffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedbffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffbfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe80000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: TOSHIBA Satellite Pro A40/Portable PC, BIOS Version 1.50 01/26/2004
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x1ef40 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FEDA0000 mask FFFFE0000 write-back
    [ 0.000000] 1 base 01F000000 mask FFF000000 uncachable
    [ 0.000000] 2 base 0FFF00000 mask FFFF00000 uncachable
    [ 0.000000] 3 base 000000000 mask FE0000000 write-back
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x1f000000-0xfed9ffff] usable ==> reserved
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x1e800000-0x1ebfffff]
    [ 0.000000] [mem 0x1e800000-0x1ebfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x18000000-0x1e7fffff]
    [ 0.000000] [mem 0x18000000-0x1e7fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x17ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x1ec00000-0x1ef3ffff]
    [ 0.000000] [mem 0x1ec00000-0x1ef3ffff] page 4k
    [ 0.000000] BRK [0x0084f000, 0x0084ffff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x1ec77000-0x1ef3efff]
    [ 0.000000] ACPI: RSDP 000f0180 00014 (v00 TOSHIB)
    [ 0.000000] ACPI: RSDT 1ef40000 00038 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: FACP 1ef40060 00084 (v02 TOSHIB 750 20030101 TASM 04010000)
    [ 0.000000] ACPI: DSDT 1ef40558 04B72 (v01 TOSHIB A000C 20031216 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 000eee00 00040
    [ 0.000000] ACPI: SSDT 1ef402ca 00082 (v01 TOSHIB A000C 20030917 MSFT 0100000E)
    [ 0.000000] ACPI: DBGP 1ef400e4 00034 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: BOOT 1ef40038 00028 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: APIC 1ef40118 00062 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 495MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 1ef40000
    [ 0.000000] low ram: 0 - 1ef40000
    [ 0.000000] BRK [0x00850000, 0x00850fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x1ef3ffff]
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x1ef3ffff]
    [ 0.000000] On node 0 totalpages: 126686
    [ 0.000000] free_area_init_node: node 0, pgdat c06b5340, node_mem_map de897020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 959 pages used for memmap
    [ 0.000000] Normal zone: 122688 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0xd808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
    [ 0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
    [ 0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
    [ 0.000000] e820: [mem 0x1f000000-0xfebfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @de877000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125695
    [ 0.000000] Kernel command line: root=/dev/sda1 rw modprobe.blacklist=vesafb video=SVIDEO-1:d i915.modeset=0 vga=0x31A quiet initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 1014264 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [ 0.000000] Memory: 490840k/507136k available (4169k kernel code, 15904k reserved, 1743k data, 596k init, 0k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xdf740000 - 0xff7fe000 ( 512 MB)
    lowmem : 0xc0000000 - 0xdef40000 ( 495 MB)
    .init : 0xc06c7000 - 0xc075c000 ( 596 kB)
    .data : 0xc051259e - 0xc06c6400 (1743 kB)
    .text : 0xc0100000 - 0xc051259e (4169 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=de008000 soft=de00a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2660.060 MHz processor
    [ 0.006669] Calibrating delay loop (skipped), value calculated using timer frequency.. 5322.79 BogoMIPS (lpj=8866866)
    [ 0.006676] pid_max: default: 32768 minimum: 301
    [ 0.006742] Security Framework initialized
    [ 0.006759] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006781] Mount-cache hash table entries: 512
    [ 0.010170] Initializing cgroup subsys memory
    [ 0.010195] Initializing cgroup subsys devices
    [ 0.010200] Initializing cgroup subsys freezer
    [ 0.010204] Initializing cgroup subsys net_cls
    [ 0.010207] Initializing cgroup subsys blkio
    [ 0.010263] CPU0: Hyper-Threading is disabled
    [ 0.010268] mce: CPU supports 4 MCE banks
    [ 0.010281] CPU0: Thermal monitoring enabled (TM1)
    [ 0.010305] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
    tlb_flushall_shift: 6
    [ 0.018586] ACPI: Core revision 20130328
    [ 0.018597] TOSHIBA Satellite detected - force copy of DSDT to local memory
    [ 0.018750] ACPI: Forced DSDT copy: length 0x04B72 copied locally, original unmapped
    [ 0.021497] ACPI: All ACPI Tables successfully acquired
    [ 0.021619] ftrace: allocating 18675 entries in 37 pages
    [ 0.030259] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.030615] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065622] smpboot: CPU0: Mobile Intel(R) Pentium(R) 4 CPU 2.66GHz (fam: 0f, model: 02, stepping: 09)
    [ 0.066666] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.066666] ... version: 0
    [ 0.066666] ... bit width: 40
    [ 0.066666] ... generic registers: 18
    [ 0.066666] ... value mask: 000000ffffffffff
    [ 0.066666] ... max period: 0000007fffffffff
    [ 0.066666] ... fixed-purpose events: 0
    [ 0.066666] ... event mask: 000000000003ffff
    [ 0.083368] Brought up 1 CPUs
    [ 0.083376] smpboot: Total of 1 processors activated (5322.79 BogoMIPS)
    [ 0.083875] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.084063] devtmpfs: initialized
    [ 0.084460] PM: Registering ACPI NVS region [mem 0x000eee00-0x000eefff] (512 bytes)
    [ 0.086033] RTC time: 13:35:34, date: 09/14/13
    [ 0.086130] NET: Registered protocol family 16
    [ 0.086469] ACPI: bus type PCI registered
    [ 0.086476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.086736] PCI: PCI BIOS revision 2.10 entry at 0xfd2fe, last bus=3
    [ 0.086740] PCI: Using configuration type 1 for base access
    [ 0.087940] bio: create slab <bio-0> at 0
    [ 0.088108] ACPI: Added _OSI(Module Device)
    [ 0.088112] ACPI: Added _OSI(Processor Device)
    [ 0.088117] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.088120] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.089047] ACPI: EC: Look up EC in DSDT
    [ 0.091096] ACPI: Actual Package length (15) is larger than NumElements field (1), truncated
    [ 0.091928] ACPI: Interpreter enabled
    [ 0.091944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    [ 0.091951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    [ 0.091973] ACPI: (supports S0 S3 S4 S5)
    [ 0.091978] ACPI: Using IOAPIC for interrupt routing
    [ 0.092027] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.092129] ACPI: No dock devices found.
    [ 0.097361] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.097383] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.099748] ACPI: Power Resource [PFAN] (off)
    [ 0.100228] ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
    [ 0.100340] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)
    [ 0.100452] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)
    [ 0.100563] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)
    [ 0.100676] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)
    [ 0.100787] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)
    [ 0.100898] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *11)
    [ 0.101009] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)
    [ 0.101192] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.101269] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.101274] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.101279] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.101283] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.101286] acpi PNP0A03:00: host bridge window [mem 0x80100000-0xfebfffff] (ignored)
    [ 0.101290] acpi PNP0A03:00: host bridge window [mem 0xfec01000-0xfec0ffff] (ignored)
    [ 0.101293] acpi PNP0A03:00: host bridge window [mem 0xfec20000-0xfed9ffff] (ignored)
    [ 0.101297] acpi PNP0A03:00: host bridge window [mem 0xfedc0000-0xfedfffff] (ignored)
    [ 0.101300] acpi PNP0A03:00: host bridge window [mem 0xfee01000-0xffafffff] (ignored)
    [ 0.101304] acpi PNP0A03:00: host bridge window [mem 0xffc00000-0xffe7ffff] (ignored)
    [ 0.101307] PCI: root bus 00: using default resources
    [ 0.101313] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    [ 0.101425] PCI host bridge to bus 0000:00
    [ 0.101431] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.101436] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.101439] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.101458] pci 0000:00:00.0: [8086:3580] type 00 class 0x060000
    [ 0.101585] pci 0000:00:00.1: [8086:3584] type 00 class 0x088000
    [ 0.101694] pci 0000:00:00.3: [8086:3585] type 00 class 0x088000
    [ 0.101813] pci 0000:00:02.0: [8086:3582] type 00 class 0x030000
    [ 0.101828] pci 0000:00:02.0: reg 10: [mem 0xd8000000-0xdfffffff pref]
    [ 0.101836] pci 0000:00:02.0: reg 14: [mem 0xd0000000-0xd007ffff]
    [ 0.101845] pci 0000:00:02.0: reg 18: [io 0xeff8-0xefff]
    [ 0.101881] pci 0000:00:02.0: supports D1
    [ 0.101959] pci 0000:00:02.1: [8086:3582] type 00 class 0x038000
    [ 0.101972] pci 0000:00:02.1: reg 10: [mem 0x00000000-0x07ffffff pref]
    [ 0.101981] pci 0000:00:02.1: reg 14: [mem 0x00000000-0x0007ffff]
    [ 0.102021] pci 0000:00:02.1: supports D1
    [ 0.102131] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
    [ 0.102177] pci 0000:00:1d.0: reg 20: [io 0xcfe0-0xcfff]
    [ 0.102261] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.102326] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
    [ 0.102373] pci 0000:00:1d.1: reg 20: [io 0xcf80-0xcf9f]
    [ 0.102455] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.102526] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
    [ 0.102551] pci 0000:00:1d.7: reg 10: [mem 0x00000000-0x000003ff]
    [ 0.102646] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.102711] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.102772] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
    [ 0.102899] pci 0000:00:1f.0: [8086:24cc] type 00 class 0x060100
    [ 0.102969] pci 0000:00:1f.0: quirk: [io 0xd800-0xd87f] claimed by ICH4 ACPI/GPIO/TCO
    [ 0.102975] pci 0000:00:1f.0: quirk: [io 0xeec0-0xeeff] claimed by ICH4 GPIO
    [ 0.103057] pci 0000:00:1f.1: [8086:24ca] type 00 class 0x01018a
    [ 0.103073] pci 0000:00:1f.1: reg 10: [io 0xbff8-0xbfff]
    [ 0.103084] pci 0000:00:1f.1: reg 14: [io 0xbff4-0xbff7]
    [ 0.103095] pci 0000:00:1f.1: reg 18: [io 0xbfe8-0xbfef]
    [ 0.103106] pci 0000:00:1f.1: reg 1c: [io 0xbfe4-0xbfe7]
    [ 0.103117] pci 0000:00:1f.1: reg 20: [io 0xbfa0-0xbfaf]
    [ 0.103128] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
    [ 0.103234] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
    [ 0.103252] pci 0000:00:1f.5: reg 10: [io 0x0000-0x00ff]
    [ 0.103262] pci 0000:00:1f.5: reg 14: [io 0x0000-0x003f]
    [ 0.103273] pci 0000:00:1f.5: reg 18: [mem 0x00000000-0x000001ff]
    [ 0.103283] pci 0000:00:1f.5: reg 1c: [mem 0x00000000-0x000000ff]
    [ 0.103347] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
    [ 0.103440] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300
    [ 0.103457] pci 0000:00:1f.6: reg 10: [io 0x0000-0x00ff]
    [ 0.103468] pci 0000:00:1f.6: reg 14: [io 0x0000-0x007f]
    [ 0.103528] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
    [ 0.103592] pci 0000:00:1f.6: System wakeup disabled by ACPI
    [ 0.103759] pci 0000:01:08.0: [8086:103d] type 00 class 0x020000
    [ 0.103777] pci 0000:01:08.0: reg 10: [mem 0xcffff000-0xcfffffff]
    [ 0.103788] pci 0000:01:08.0: reg 14: [io 0xcf40-0xcf7f]
    [ 0.103849] pci 0000:01:08.0: supports D1 D2
    [ 0.103852] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.103946] pci 0000:01:0b.0: [1179:0617] type 02 class 0x060700
    [ 0.103967] pci 0000:01:0b.0: reg 10: [mem 0x00000000-0x00000fff]
    [ 0.104051] pci 0000:01:0b.0: System wakeup disabled by ACPI
    [ 0.104126] pci 0000:00:1e.0: PCI bridge to [bus 01-03] (subtractive decode)
    [ 0.104134] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
    [ 0.104139] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xcfffffff]
    [ 0.104146] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.104149] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.104213] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 01-03] (conflicts with (null) [bus 01-03])
    [ 0.104220] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
    [ 0.104234] pci_bus 0000:00: on NUMA node 0
    [ 0.104240] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.104244] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.105070] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.105106] Found 1 acpi root devices
    [ 0.105287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.105293] vgaarb: loaded
    [ 0.105295] vgaarb: bridge control possible 0000:00:02.0
    [ 0.105374] PCI: Using ACPI for IRQ routing
    [ 0.105411] PCI: pci_cache_line_size set to 64 bytes
    [ 0.105430] pci 0000:00:1d.0: address space collision: [io 0xcfe0-0xcfff] conflicts with PCI Bus 0000:01 [io 0xc000-0xcfff]
    [ 0.105436] pci 0000:00:1d.1: address space collision: [io 0xcf80-0xcf9f] conflicts with PCI Bus 0000:01 [io 0xc000-0xcfff]
    [ 0.105469] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.105473] e820: reserve RAM buffer [mem 0x1ef40000-0x1fffffff]
    [ 0.105652] NetLabel: Initializing
    [ 0.105655] NetLabel: domain hash size = 128
    [ 0.105657] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.105682] NetLabel: unlabeled traffic allowed by default
    [ 0.105762] Switching to clocksource refined-jiffies
    [ 0.114902] pnp: PnP ACPI init
    [ 0.114937] ACPI: bus type PNP registered
    [ 0.115895] pnp 00:00: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115901] pnp 00:00: disabling [mem 0x000e0000-0x000effff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115905] pnp 00:00: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115910] pnp 00:00: disabling [mem 0x00100000-0x1ef3ffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115984] system 00:00: [mem 0x1ef40000-0x1ef4ffff] could not be reserved
    [ 0.115989] system 00:00: [mem 0x1ef50000-0x1effffff] has been reserved
    [ 0.115993] system 00:00: [mem 0xfec10000-0xfec1ffff] has been reserved
    [ 0.115996] system 00:00: [mem 0xfeda0000-0xfedbffff] has been reserved
    [ 0.116000] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.116004] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.116008] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.116011] system 00:00: [mem 0xffe80000-0xffffffff] has been reserved
    [ 0.116018] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.116064] pnp 00:01: [dma 4]
    [ 0.116100] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.116159] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.116228] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.118254] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.118254] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.118254] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f] because it overlaps 0000:00:1d.0 BAR 4 [io 0x0000-0x001f]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1d.1 BAR 4 [io 0x0000-0x001f]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0062] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0066] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0080] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0084-0x0086] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0088] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x008c-0x008e] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00e0-0x00ef] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0063] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0065] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0090-0x009f] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a4-0x00a5] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a8-0x00a9] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00ac-0x00ad] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b0-0x00b5] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b8-0x00b9] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00bc-0x00bd] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0062 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0066 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0080 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0084-0x0086 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0088 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x008c-0x008e disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00e0-0x00ef disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0063 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0065 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0090-0x009f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a4-0x00a5 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a8-0x00a9 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00ac-0x00ad disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b0-0x00b5 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b8-0x00b9 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00bc-0x00bd disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0062 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0066 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0063 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0065 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] system 00:07: [io 0x01e0-0x01ef] has been reserved
    [ 0.118254] system 00:07: [io 0x0480-0x048f] has been reserved
    [ 0.118254] system 00:07: [io 0x0680-0x06ff] has been reserved
    [ 0.118254] system 00:07: [io 0x0800-0x080f] has been reserved
    [ 0.118254] system 00:07: [io 0xd800-0xd87f] has been reserved
    [ 0.118254] system 00:07: [io 0xd880-0xd89f] has been reserved
    [ 0.118254] system 00:07: [io 0xd8a0-0xd8bf] has been reserved
    [ 0.118254] system 00:07: [io 0xe000-0xe07f] has been reserved
    [ 0.118254] system 00:07: [io 0xe080-0xe0ff] has been reserved
    [ 0.118254] system 00:07: [io 0xe400-0xe47f] has been reserved
    [ 0.118254] system 00:07: [io 0xe480-0xe4ff] has been reserved
    [ 0.118254] system 00:07: [io 0xe800-0xe87f] has been reserved
    [ 0.118254] system 00:07: [io 0xe880-0xe8ff] has been reserved
    [ 0.118254] system 00:07: [io 0xec00-0xec7f] has been reserved
    [ 0.118254] system 00:07: [io 0xec80-0xecff] has been reserved
    [ 0.118254] system 00:07: [io 0xeeac] has been reserved
    [ 0.118254] system 00:07: [io 0xeeb0-0xeebf] has been reserved
    [ 0.118254] system 00:07: [io 0xeec0-0xeeff] has been reserved
    [ 0.118254] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.118254] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.118254] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (disabled)
    [ 0.127072] pnp: PnP ACPI: found 9 devices
    [ 0.127075] ACPI: bus type PNP unregistered
    [ 0.164608] Switching to clocksource acpi_pm
    [ 0.164668] pci 0000:01:0b.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.164674] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 01-03] add_size 4000000
    [ 0.164690] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.164700] pci 0000:00:02.1: BAR 0: assigned [mem 0x20000000-0x27ffffff pref]
    [ 0.164708] pci 0000:00:1e.0: BAR 15: assigned [mem 0x28000000-0x2bffffff pref]
    [ 0.164712] pci 0000:00:02.1: BAR 1: assigned [mem 0x2c000000-0x2c07ffff]
    [ 0.164718] pci 0000:00:1d.7: BAR 0: assigned [mem 0x2c080000-0x2c0803ff]
    [ 0.164725] pci 0000:00:1f.1: BAR 5: assigned [mem 0x2c080400-0x2c0807ff]
    [ 0.164732] pci 0000:00:1f.5: BAR 2: assigned [mem 0x2c080800-0x2c0809ff]
    [ 0.164739] pci 0000:00:1f.5: BAR 0: assigned [io 0x1000-0x10ff]
    [ 0.164745] pci 0000:00:1f.5: BAR 3: assigned [mem 0x2c080a00-0x2c080aff]
    [ 0.164752] pci 0000:00:1f.6: BAR 0: assigned [io 0x1400-0x14ff]
    [ 0.164758] pci 0000:00:1f.6: BAR 1: assigned [io 0x1800-0x187f]
    [ 0.164764] pci 0000:00:1f.5: BAR 1: assigned [io 0x1880-0x18bf]
    [ 0.164771] pci 0000:00:1d.0: BAR 4: assigned [io 0x18c0-0x18df]
    [ 0.164777] pci 0000:00:1d.1: BAR 4: assigned [io 0x18e0-0x18ff]
    [ 0.164788] pci 0000:01:0b.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.164792] pci 0000:01:0b.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.164796] pci 0000:01:0b.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.164800] pci 0000:01:0b.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.164805] pci 0000:01:0b.0: BAR 0: assigned [mem 0x30000000-0x30000fff]
    [ 0.164811] pci 0000:01:0b.0: BAR 15: assigned [mem 0x28000000-0x2bffffff pref]
    [ 0.164816] pci 0000:01:0b.0: BAR 16: assigned [mem 0x34000000-0x37ffffff]
    [ 0.164820] pci 0000:01:0b.0: BAR 13: assigned [io 0xc000-0xc0ff]
    [ 0.164823] pci 0000:01:0b.0: BAR 14: assigned [io 0xc400-0xc4ff]
    [ 0.164828] pci 0000:01:0b.0: CardBus bridge to [bus 02]
    [ 0.164831] pci 0000:01:0b.0: bridge window [io 0xc000-0xc0ff]
    [ 0.164837] pci 0000:01:0b.0: bridge window [io 0xc400-0xc4ff]
    [ 0.164843] pci 0000:01:0b.0: bridge window [mem 0x28000000-0x2bffffff pref]
    [ 0.164849] pci 0000:01:0b.0: bridge window [mem 0x34000000-0x37ffffff]
    [ 0.164854] pci 0000:00:1e.0: PCI bridge to [bus 01-03]
    [ 0.164859] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
    [ 0.164865] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xcfffffff]
    [ 0.164871] pci 0000:00:1e.0: bridge window [mem 0x28000000-0x2bffffff pref]
    [ 0.164892] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.164899] pci 0000:01:0b.0: enabling device (0000 -> 0003)
    [ 0.165020] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.165024] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.165028] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    [ 0.165032] pci_bus 0000:01: resource 1 [mem 0xcff00000-0xcfffffff]
    [ 0.165035] pci_bus 0000:01: resource 2 [mem 0x28000000-0x2bffffff pref]
    [ 0.165038] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    [ 0.165042] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.165046] pci_bus 0000:02: resource 0 [io 0xc000-0xc0ff]
    [ 0.165049] pci_bus 0000:02: resource 1 [io 0xc400-0xc4ff]
    [ 0.165052] pci_bus 0000:02: resource 2 [mem 0x28000000-0x2bffffff pref]
    [ 0.165056] pci_bus 0000:02: resource 3 [mem 0x34000000-0x37ffffff]
    [ 0.165126] NET: Registered protocol family 2
    [ 0.165442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.165475] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.165505] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.165554] TCP: reno registered
    [ 0.165558] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.165566] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.165666] NET: Registered protocol family 1
    [ 0.165695] pci 0000:00:02.0: Boot video device
    [ 0.165960] pci 0000:00:1d.7: enabling device (0000 -> 0002)
    [ 0.166102] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.166113] PCI: CLS 32 bytes, default 64
    [ 0.166209] Unpacking initramfs...
    [ 0.253316] Freeing initrd memory: 2848k freed
    [ 0.257651] Simple Boot Flag at 0x7c set to 0x1
    [ 0.257744] apm: BIOS not found.
    [ 0.257828] Scanning for low memory corruption every 60 seconds
    [ 0.258272] audit: initializing netlink socket (disabled)
    [ 0.258299] type=2000 audit(1379165734.256:1): initialized
    [ 0.271552] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.273787] VFS: Disk quotas dquot_6.5.2
    [ 0.273869] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.274211] msgmni has been set to 964
    [ 0.274584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.274634] io scheduler noop registered
    [ 0.274638] io scheduler deadline registered
    [ 0.274691] io scheduler cfq registered (default)
    [ 0.274851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.274944] vesafb: mode is 1280x1024x16, linelength=2560, pages=5
    [ 0.274947] vesafb: scrolling: redraw
    [ 0.274950] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.275463] vesafb: framebuffer at 0xd8000000, mapped to 0xdf780000, using 5120k, total 16192k
    [ 0.321035] Console: switching to colour frame buffer device 160x64
    [ 0.366340] fb0: VESA VGA frame buffer device
    [ 0.366413] GHES: HEST is not enabled!
    [ 0.366436] isapnp: Scanning for PnP cards...
    [ 0.678215] isapnp: No Plug & Play device found
    [ 0.678309] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.678805] serial 0000:00:1f.6: enabling device (0000 -> 0001)
    [ 0.679278] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.692267] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.692322] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.692483] mousedev: PS/2 mouse device common for all mice
    [ 0.692624] rtc_cmos 00:06: RTC can wake from S4
    [ 0.692783] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.692813] rtc_cmos 00:06: alarms up to one year, 114 bytes nvram
    [ 0.692861] cpuidle: using governor ladder
    [ 0.692865] cpuidle: using governor menu
    [ 0.692905] drop_monitor: Initializing network drop monitor service
    [ 0.693109] TCP: cubic registered
    [ 0.693298] NET: Registered protocol family 10
    [ 0.693616] NET: Registered protocol family 17
    [ 0.693638] Key type dns_resolver registered
    [ 0.693871] Using IPI No-Shortcut mode
    [ 0.694008] PM: Hibernation image not present or could not be loaded.
    [ 0.694035] registered taskstats version 1
    [ 0.694393] Magic number: 13:477:584
    [ 0.694501] rtc_cmos 00:06: setting system clock to 2013-09-14 13:35:35 UTC (1379165735)
    [ 0.694683] Freeing unused kernel memory: 596k freed
    [ 0.695504] Write protecting the kernel text: 4172k
    [ 0.695535] Write protecting the kernel read-only data: 1320k
    [ 0.713704] systemd-udevd[37]: starting version 204
    [ 0.727728] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.801165] ACPI: bus type USB registered
    [ 0.801218] usbcore: registered new interface driver usbfs
    [ 0.801237] usbcore: registered new interface driver hub
    [ 0.805540] usbcore: registered new device driver usb
    [ 0.806464] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.806820] ehci-pci: EHCI PCI platform driver
    [ 0.806997] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 0.807011] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.807023] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 0.807045] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.810818] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.817249] SCSI subsystem initialized
    [ 0.821820] ACPI: bus type ATA registered
    [ 0.824530] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.824574] ehci-pci 0000:00:1d.7: irq 23, io mem 0x2c080000
    [ 0.832659] libata version 3.00 loaded.
    [ 0.833425] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.833707] hub 1-0:1.0: USB hub found
    [ 0.833716] hub 1-0:1.0: 6 ports detected
    [ 0.834482] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.834491] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.834503] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.834557] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    [ 0.834847] hub 2-0:1.0: USB hub found
    [ 0.834857] hub 2-0:1.0: 2 ports detected
    [ 0.835131] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.835137] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.835147] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 0.835198] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018e0
    [ 0.835440] hub 3-0:1.0: USB hub found
    [ 0.835448] hub 3-0:1.0: 2 ports detected
    [ 0.836323] ata_piix 0000:00:1f.1: version 2.13
    [ 0.836508] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 0.840275] scsi0 : ata_piix
    [ 0.843451] scsi1 : ata_piix
    [ 0.843830] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    [ 0.843834] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    [ 1.003767] ata1.00: ATA-5: HITACHI_DK23FA-40, 00M5A0D0, max UDMA/100
    [ 1.003775] ata1.00: 78140160 sectors, multi 0: LBA
    [ 1.016930] ata1.00: configured for UDMA/100
    [ 1.017139] scsi 0:0:0:0: Direct-Access ATA HITACHI_DK23FA-4 00M5 PQ: 0 ANSI: 5
    [ 1.023745] ata2.00: ATAPI: TOSHIBA DVD-ROM SD-R2412, 1431, max UDMA/33
    [ 1.053579] ata2.00: configured for UDMA/33
    [ 1.061275] scsi 1:0:0:0: CD-ROM TOSHIBA DVD-ROM SD-R2412 1431 PQ: 0 ANSI: 5
    [ 1.067179] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 1.067270] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.067274] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.067311] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.073525] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    [ 1.073533] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.073874] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.077988] sda: sda1
    [ 1.078490] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.260032] tsc: Refined TSC clocksource calibration: 2659.999 MHz
    [ 1.260044] Switching to clocksource tsc
    [ 1.683289] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.982724] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.002886] systemd[1]: Set hostname to <mame>.
    [ 3.676206] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 3.676751] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.676900] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.676938] systemd[1]: Starting Remote File Systems.
    [ 3.676965] systemd[1]: Reached target Remote File Systems.
    [ 3.676986] systemd[1]: Expecting device sys-subsystem-net-devices-enp1s8.device...
    [ 3.677011] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.677074] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.677094] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.677157] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.677177] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.677228] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.677247] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.677286] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.677307] systemd[1]: Starting Encrypted Volumes.
    [ 3.677326] systemd[1]: Reached target Encrypted Volumes.
    [ 3.677349] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.677413] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.677432] systemd[1]: Starting Paths.
    [ 3.677451] systemd[1]: Reached target Paths.
    [ 3.677481] systemd[1]: Starting Journal Socket.
    [ 3.677577] systemd[1]: Listening on Journal Socket.
    [ 3.677743] systemd[1]: Starting Create static device nodes in /dev...
    [ 3.743552] systemd[1]: Starting Apply Kernel Variables...
    [ 3.744509] systemd[1]: Mounting Debug File System...
    [ 3.778896] systemd[1]: Started Load Kernel Modules.
    [ 3.778949] systemd[1]: Mounted FUSE Control File System.
    [ 3.778981] systemd[1]: Mounting Configuration File System...
    [ 3.779809] systemd[1]: Starting Journal Service...
    [ 3.781689] systemd[1]: Started Journal Service.
    [ 3.781814] systemd[1]: Mounting Huge Pages File System...
    [ 3.782698] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.786290] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.786537] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.821515] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.821562] systemd[1]: Starting Setup Virtual Console...
    [ 3.822649] systemd[1]: Starting udev Kernel Socket.
    [ 3.822749] systemd[1]: Listening on udev Kernel Socket.
    [ 3.822862] systemd[1]: Starting udev Control Socket.
    [ 3.822925] systemd[1]: Listening on udev Control Socket.
    [ 3.823037] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.825066] systemd[1]: Starting Swap.
    [ 3.825102] systemd[1]: Reached target Swap.
    [ 3.825136] systemd[1]: Mounting Temporary Directory...
    [ 3.864853] systemd[1]: Started File System Check on Root Device.
    [ 3.864897] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 4.619718] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 5.061203] systemd-udevd[103]: starting version 204
    [ 8.628447] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 8.628524] ACPI: Lid Switch [LID]
    [ 8.628716] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 8.628726] ACPI: Power Button [PWRB]
    [ 8.628819] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 8.628825] ACPI: Power Button [PWRF]
    [ 8.628939] ACPI: AC Adapter [ADP1] (on-line)
    [ 8.642605] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 8.642971] acpi device:0e: registered as cooling_device0
    [ 8.643033] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    [ 8.643105] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input4
    [ 8.671639] ACPI: Requesting acpi_cpufreq
    [ 8.731862] Linux agpgart interface v0.103
    [ 9.119278] tsc: Marking TSC unstable due to TSC halts in idle
    [ 9.119350] ACPI: acpi_idle registered with cpuidle
    [ 9.123392] Switching to clocksource acpi_pm
    [ 9.148981] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.245543] parport_pc 00:08: [io 0x0378-0x037a]
    [ 9.245561] parport_pc 00:08: [io 0x0778-0x077a]
    [ 9.245617] parport_pc 00:08: [irq 7]
    [ 9.245625] parport_pc 00:08: [dma 1]
    [ 9.257044] parport_pc 00:08: activated
    [ 9.257056] parport_pc 00:08: reported by Plug and Play ACPI
    [ 9.257106] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
    [ 9.259422] intel_rng: FWH not detected
    [ 9.260964] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
    [ 9.260997] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
    [ 9.261101] agpgart-intel 0000:00:00.0: detected 16384K stolen memory
    [ 9.261362] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
    [ 9.265901] wmi: Mapper loaded
    [ 9.326943] ACPI: Fan [FAN] (off)
    [ 9.411402] ACPI: Battery Slot [BAT1] (battery absent)
    [ 9.413075] thermal LNXTHERM:00: registered as thermal_zone0
    [ 9.413083] ACPI: Thermal Zone [THRM] (50 C)
    [ 10.320143] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
    [ 10.320398] input: Toshiba input device as /devices/virtual/input/input5
    [ 10.570058] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 10.570065] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 10.597174] e100 0000:01:08.0 eth0: addr 0xcffff000, irq 20, MAC addr 00:08:0d:8e:66:f8
    [ 10.722918] microcode: CPU0 sig=0xf29, pf=0x8, revision=0x1a
    [ 10.734086] ppdev: user-space parallel port driver
    [ 10.768554] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.836015] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 10.840817] systemd-logind[118]: Watching system buttons on /dev/input/event1 (Lid Switch)
    [ 10.842354] systemd-logind[118]: Watching system buttons on /dev/input/event2 (Power Button)
    [ 10.855068] systemd-logind[118]: Watching system buttons on /dev/input/event4 (Video Bus)
    [ 10.855802] systemd-logind[118]: Watching system buttons on /dev/input/event3 (Power Button)
    [ 10.877886] [drm] Initialized drm 1.1.0 20060810
    [ 11.050217] systemd-udevd[124]: renamed network interface eth0 to enp1s8
    [ 11.080292] iTCO_vendor_support: vendor-support=0
    [ 11.154349] IPv6: ADDRCONF(NETDEV_UP): enp1s8: link is not ready
    [ 11.156855] e100 0000:01:08.0 enp1s8: NIC Link is Up 100 Mbps Full Duplex
    [ 11.156961] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s8: link becomes ready
    [ 11.493616] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 11.493665] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0xd860)
    [ 11.494223] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 11.496020] yenta_cardbus 0000:01:0b.0: CardBus bridge found [1179:0001]
    [ 11.609279] [drm] Memory usable by graphics device = 128M
    [ 11.609290] pci 0000:00:02.0: setting latency timer to 64
    [ 11.609806] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 11.609807] [drm] No driver support for vblank timestamp query.
    [ 11.609812] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 11.609822] pci 0000:00:02.1: enabling device (0000 -> 0002)
    [ 11.611951] [drm] Memory usable by graphics device = 128M
    [ 11.611962] pci 0000:00:02.1: setting latency timer to 64
    [ 11.612460] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 11.612461] [drm] No driver support for vblank timestamp query.
    [ 11.612465] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.1 on minor 1
    [ 11.624042] yenta_cardbus 0000:01:0b.0: ISA IRQ mask 0x0c38, PCI irq 18
    [ 11.624045] yenta_cardbus 0000:01:0b.0: Socket status: 30000007
    [ 11.624056] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [io 0xc000-0xcfff]
    [ 11.624065] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc000-0xcfff:
    [ 11.652891] excluding 0xc000-0xc0ff 0xc400-0xc4ff 0xcf40-0xcf7f
    [ 11.652899] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [mem 0xcff00000-0xcfffffff]
    [ 11.652904] pcmcia_socket pcmcia_socket0: cs: memory probe 0xcff00000-0xcfffffff:
    [ 11.652916] excluding 0xcfff0000-0xcfffffff
    [ 11.652919] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [mem 0x28000000-0x2bffffff pref]
    [ 11.652921] pcmcia_socket pcmcia_socket0: cs: memory probe 0x28000000-0x2bffffff:
    [ 11.652935] excluding 0x28000000-0x2bffffff
    [ 11.835424] snd_intel8x0m 0000:00:1f.6: setting latency timer to 64
    [ 12.219136] snd_intel8x0 0000:00:1f.5: enabling device (0000 -> 0003)
    [ 12.219298] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
    [ 12.307970] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 12.308497] excluding 0x170-0x177 0x1e0-0x1f7 0x370-0x37f
    [ 12.308898] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 12.309088] excluding 0x3f0-0x3f7 0x480-0x48f 0x4d0-0x4d7
    [ 12.309285] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 12.309594] clean.
    [ 12.309621] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 12.309963] clean.
    [ 12.309995] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 12.310060] excluding 0xc0000-0xcffff 0xe0000-0xfffff
    [ 12.310108] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 12.310124] clean.
    [ 12.310153] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 12.310168] clean.
    [ 12.310195] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 12.310549] clean.
    [ 13.021152] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    [ 13.064807] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
    [ 13.146709] intel8x0_measure_ac97_clock: measured 52619 usecs (2536 samples)
    [ 13.146716] intel8x0: clocking to 48000
    lspci -vvvnn
    00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3580] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Region 0: Memory at <unassigned> (32-bit, prefetchable)
    Capabilities: [40] Vendor Specific Information: Len=05 <?>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel_agp
    00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3584] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3585] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02) (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems Device [1179:0002]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
    Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
    Region 2: I/O ports at eff8 [size=8]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [d0] Power Management version 1
    Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel modules: i915
    00:02.1 Display controller [0380]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0002]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Region 0: Memory at 20000000 (32-bit, prefetchable) [size=128M]
    Region 1: Memory at 2c000000 (32-bit, non-prefetchable) [size=512K]
    Capabilities: [d0] Power Management version 1
    Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel modules: i915
    00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 03) (prog-if 00 [UHCI])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 4: I/O ports at 18c0 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci_hcd
    00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 03) (prog-if 00 [UHCI])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 19
    Region 4: I/O ports at 18e0 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci_hcd
    00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 03) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin D routed to IRQ 23
    Region 0: Memory at 2c080000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=0080
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 83) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR+ INTx-
    Latency: 0
    Bus: primary=00, secondary=01, subordinate=03, sec-latency=64
    I/O behind bridge: 0000c000-0000cfff
    Memory behind bridge: cff00000-cfffffff
    Prefetchable memory behind bridge: 28000000-2bffffff
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 03)
    Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Kernel driver in use: lpc_ich
    Kernel modules: intel_rng, lpc_ich
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 03) (prog-if 8a [Master SecP PriP])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 18
    Region 0: I/O ports at 01f0 [size=8]
    Region 1: I/O ports at 03f4
    Region 2: I/O ports at 0170 [size=8]
    Region 3: I/O ports at 0374
    Region 4: I/O ports at bfa0 [size=16]
    Region 5: Memory at 2c080400 (32-bit, non-prefetchable) [size=1K]
    Kernel driver in use: ata_piix
    Kernel modules: ata_piix, pata_acpi, ata_generic
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
    Subsystem: Toshiba America Info Systems Device [1179:0241]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 17
    Region 0: I/O ports at 1000 [size=256]
    Region 1: I/O ports at 1880 [size=64]
    Region 2: Memory at 2c080800 (32-bit, non-prefetchable) [size=512]
    Region 3: Memory at 2c080a00 (32-bit, non-prefetchable) [size=256]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel driver in use: snd_intel8x0
    Kernel modules: snd_intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 03) (prog-if 00 [Generic])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem- BusMaster+ SpecCycle- Mem

    Hi
    Try this
    import flash.events.KeyboardEvent;
    stage.addEventListener(KeyboardEvent.KEY_DOWN,ff);
    function ff(e:KeyboardEvent){
        trace(e.charCode);

  • Need help in optimisation for a select query on a large table

    Hi Gurus
    Please help in optimising the code. It takes 1 hr for 3-4000 records. Its very slow.
    My Select is reading from a table which contains 10 Million records.
    I am writing the select on large table and Retrieving the values from large tables by comparing my table which has 3-4 k records.
    I am pasting the code. please help
    Data: wa_i_tab1 type tys_tg_1 .
    DATA: i_tab TYPE STANDARD TABLE OF tys_tg_1.
    Data : wa_result_pkg type tys_tg_1,
    wa_result_pkg1 type tys_tg_1.
    SELECT /BIC/ZSETLRUN AGREEMENT /BIC/ZREB_SDAT /BIC/ZLITEM1 from
    /BIC/PZREB_SDAT *******************THIS TABLE CONTAINS 10 MILLION RECORDS
    into CORRESPONDING FIELDS OF table i_tab
    FOR ALL ENTRIES IN RESULT_PACKAGE***************CONTAINS 3000-4000 RECORDS
    where
    /bic/ZREB_SDAT = RESULT_PACKAGE-/BIC/ZREB_SDAT
    AND
    AGREEMENT = RESULT_PACKAGE-AGREEMENT
    AND /BIC/ZLITEM1 = RESULT_PACKAGE-/BIC/ZLITEM1.
    sort RESULT_PACKAGE by AGREEMENT /BIC/ZREB_SDAT /BIC/ZLITEM1.
    sort i_tab by AGREEMENT /BIC/ZREB_SDAT /BIC/ZLITEM1.
    loop at RESULT_PACKAGE into wa_result_pkg.
    read TABLE i_tab INTO wa_i_tab1 with key
    /BIC/ZREB_SDAT =
    wa_result_pkg-/BIC/ZREB_SDAT
    AGREEMENT = wa_result_pkg-AGREEMENT
    /BIC/ZLITEM1 = wa_result_pkg-/BIC/ZLITEM1.
    IF SY-SUBRC = 0.
    move wa_i_tab1-/BIC/ZSETLRUN to
    wa_result_pkg-/BIC/ZSETLRUN.
    wa_result_pkg1-/BIC/ZSETLRUN = wa_result_pkg-/BIC/ZSETLRUN.
    modify RESULT_PACKAGE from wa_result_pkg1
    TRANSPORTING /BIC/ZSETLRUN.
    ENDIF.
    CLEAR: wa_i_tab1,wa_result_pkg1,wa_result_pkg.
    endloop.

    Hi,
    1) RESULT_PACKAGE internal table contains any duplicate records or not bassed on the where condotion like below
    2) Remove the into CORRESPONDING FIELDS OF table instead of that into table use.
    refer the below code is
    RESULT_PACKAGE1[] = RESULT_PACKAGE[].
    sort RESULT_PACKAGE1 by /BIC/ZREB_SDAT AGREEMENT /BIC/ZLITEM1.
    delete adjustant duplicate form RESULT_PACKAGE1 comparing /BIC/ZREB_SDAT AGREEMENT /BIC/ZLITEM1.
    SELECT /BIC/ZSETLRUN AGREEMENT /BIC/ZREB_SDAT /BIC/ZLITEM1
    from /BIC/PZREB_SDAT
    into table i_tab
    FOR ALL ENTRIES IN RESULT_PACKAGE1
    where
    /bic/ZREB_SDAT = RESULT_PACKAGE1-/BIC/ZREB_SDAT
    AND
    AGREEMENT = RESULT_PACKAGE1-AGREEMENT
    AND /BIC/ZLITEM1 = RESULT_PACKAGE1-/BIC/ZLITEM1.
    and one more thing your getting 10 million records so use package size in you select query.
    Refer the following link also For All Entry for 1 Million Records
    Regards,
    Dhina..
    Edited by: Dhina DMD on Sep 15, 2011 7:17 AM

  • Query Optimisation Problem

    Hi
    I have a problem regarding query optimisation, and in particularly one query. The query I have is for a view, and when I ran the cost on it, there were full table scans, and some costs were quite high:
    Select a.name, b.id, c.date
    from table a,
    table b,
    table c
    where a.id = b.id(+) and
    decode(a.version, null, a.num, a.version) = b.version(+) and
    a.id = c.id and
    b.type is null
    My question is whether this query can be made more efficient by removing the outer joins. I was thinking whether this could be carried out by some union or intersect query with an outer select. Is this possible, if so, what would be the best alternative query?
    Thanks

    Hi,
    Is b.type a NOT null column? Is the reason why you have b.type is null .. is to exclude the records that are present in both tableA and tableB, In that case try and see if this gives you the same result.
    select a.name,
           a.id,
           c.date
      from table1 a, table3 c
    where a.id = c.id
       and not exists
              (select 1
                 from table2 b
                where a.id = b.id
                  and nvl (a.version, a.num) = b.version)Make sure you have gathered statistics on the tables.
    And as sb92075 said above. Always mark a thread as answered once you get the answer. You need to help the forum as well rather than just taking help from the forum.
    G.

  • Can I use 2 graphic card for optimisation in adobe?

    Hi, I am using Adobe CS6, Premiere pro, After effect, Photoshop, InDesign.
    Current set up is Dell XPS 8700, GTX 650 Ti, 128gb Plex SSD, 2TB 72krpm HDD, 16DDR3 non-ECC ram.
    I am looking to build a LGA 1366 dual xeon processor workstation.
    Plextor M5 Pro as main hardisk for application cache
    2x Intel Xeon X5570
    16ddr3 10600Registered/ECC ram
    SAS 10k rpm HDDs support 6gbps but I only using 3gbps controller (media drives)
    Graphic cards:
    1x Nvidia Geforce GTX 650 Ti
    1x Nvidia Quadro FX 1800
    Need advice on the possibility of using both graphic cards in my upcoming set up.
    eg, ulitilising the Cudas on my GTX while still enabling the use of quadro fx 1800. (not sure if Quadro fx1800 can enhance the flow..)
    If able, pls share some light on how to go about enabling both graphic to use in adobe
    My work is mainly, photo and video editing.

    Hi Stormancer,
    You cannot use two different graphics cards in SLI which is the main benefit of having two cards.
    As far as I am aware the FX1800 is optimised for CAD use when you state mainly editing photo and video so I can't see that card being particularly beneficial to you.
    If you can afford it why not just buy a better spec single card either the Quadro or GTX? 
    I currently run a Windows 7 64-bit system with an i7 3700k, three SSD 6/Gbps, RAID 6/Gbps and 2300 Mhz memory with a recently upgraded GTX 680 and find it more than capable of both photo and HD video editing plus some After Effects work.  I would class myself as a serious Hobbyist (with 30 years PC experience) and suspect that yes you need the latest kit if you are editing professionally because of the deadlines and high quality required but once you reach a certain level, the gains are very negligible.
    While I was looking to upgrade my card, people on here suggested the Quadro K5000 mainly because I have a 10-bit NEC PA301W (25th anniversary present off hubbie) but this card was out of my budget so I settled on the GXT680 and find it more than capable for my needs.  It is much faster than the old Radeon 5770 I had.  However, while researching I came across this site which explains the way Mercury GPU is utilised, you may find it helpful:
    http://blogs.adobe.com/genesisproject/2011/10/diving-into-nvidia-gpus-and-what-they-mean-f or-premiere-pro.html

  • I am unable to sync photos to iPad. My computer shutdown during the photo optimisation process

    I am using the latest software and updates on both my iPad 2 and windows 7 32 bit laptop. I have reinstalled the latest edition of iTunes, and yet I still cannot do a synch to my iPad 2 as the computer shutdown during photo optimisation.
    I have even reinstalled windows so there is nothing else I can think of.
    Does anyone know how I can get photos on my iPad without making windows shutdown... It's driving me mad. Seems to be ok with my iPod and iphone4, it's just the iPad that's causing the trouble. Help me PLEASE!!!

    Do you mean crashes (as in some software problem) or turns off completely (hardware issue) ?
    If it's crashing then it's a different problem and you'd be better starting a new thread. If it's hardware then the same things apply as have already been mentioned above.
    It's clear that iPhoto (at least the Mac version, I don't use Windows) puts a lot of load on the processor - more than most people ever do at other times. If the thermal management is not up to scratch, the processor will overheat, and the machine will just switch off without warning. I agree it's "rather annoying" In programming terms it's the right thing to to, run parallel threads and fully utilise the resources available - you don't worry about overheating the processor since that should not happen in a properly designed and built system.
    So check your BIOS settings to make sure any settings there are correct. If the machine is still under warranty then take it back to the supplier and tell them the thermal management isn't right. Other than that, you may have to start investigating the hardware - is the heatsink and fan up to the job, is the headsink properly mated to the processor, and so on. I'd not suggest getting into this yourself unless you know what you are doing - find someone that does since it's easy to make matters worse.
    As I mentioned above, at first I was doing photos in small batches (or or two events or folders at a time) and allowing the processor to cool down in between (you need a utility that will tell you the core temperature to do this). This is a right PITA though. Then I found there is a utility in Apple's dev tools for turning off cores for testing - turning off a core made things run more slowly but meant that the processor didn't overheat and I could just leave it. It may be worth looking in your BIOS and/or OS to see if there's something similar - or a means of turning down the clock speed.

  • Update SQL taking too much time.. hw to optimised?

    Hi,
    here is the query; this is taking time more than 3hrs to execute.
    UPDATE process_sub_step proc1
    SET process_indicator = '0',
    process_result = 'SC'
    WHERE EXISTS (SELECT *
    FROM link_trans link1
    WHERE link1.tr_leu_id = proc1.tr_leu_id AND link1.TYPE = 'S')
    AND process_substep_id = 'TR_02_03'
    AND process_indicator = '2'
    The above query is taking more than 3hrs to execuite ...!!!!!!!
    Record count in the both table is more than 10L.
    The column used in join condition has index.
    Execution Plan is : -
    UPDATE STATEMENT ALL_ROWSCost: 6                     
         5 UPDATE PROCESS_SUB_STEP
              4 NESTED LOOPS SEMI Cost: 6 Bytes: 23 Cardinality: 1           
                   1 INDEX RANGE SCAN INDEX PROC_SSTL_COMB_IDX Cost: 3 Bytes: 16 Cardinality: 1      
                   3 TABLE ACCESS BY INDEX ROWID TABLE EGR.LINK_TRANS_CONS Cost: 2 Bytes: 378 Cardinality: 54      
                        2 INDEX RANGE SCAN INDEX LTC_TYPE_IDX Cost: 1 Cardinality: 2
    What approach should I take to improve the performance......!!!!
    But same query if i write in select mode like below; it display result very quick -
    select *
    from
    process_sub_step proc1
    WHERE EXISTS (SELECT *
    FROM link_trans link1
    WHERE link1.tr_leu_id = proc1.tr_leu_id AND link1.TYPE = 'S')
    AND process_substep_id = 'TR_02_03'
    AND process_indicator = '2';
    Thanks...

    > here is the query; this is taking time more than 3hrs to execute.
    Obviously. For every single row in the process_sub_step matching the filter criteria, a sub-select has to be executed on the link_trans table.
    So if that filter criteria identified a million rows, a million exist SELECTs have to be executed. Even a unique index scan will take accumulate into a large overhead. In your case, it is an index range scan that is performed which is slower than a unique scan.
    Btw, there is no joining done here - just a nested loop process. I.e. read a row at a time from process_sub_step using a loop, and in each loop iteration, run a SELECT against link_trans.
    To optimise this specific SQL means having to do less I/O (process less rows):
    a) selecting less rows from process_sub_step to delete
    b) making the select filter on link_trans more restrictive
    Neither is likely practical. Which means you need to approach this problem with another method and not an EXIST sub-select.

  • I am using acrobat 9 pro. Using the optimise pdf. File size increases?

    I am trying to clean up some previously scanned images containing mainly text. The original file sizes are 80K. I use the optimise pdf tool to 'despeckle' with all the other option set to off. When I save and then check the new file size it has increased threefold. Any ideas as to what I am doing wrong?

    This is the Adobe Contribute forum. Acrobat forums are at http://forums.adobe.com/community/acrobat.
    That being said, have you done a "save as" on the files?

  • What does 'Save as Reduced size PDF' do compared to 'Save as Optimised PDF'?

    (Acrobat X Pro)
    So, both "Save as > Reduced size PDF" and "Save as > Optimised PDF" allow you to reduce the file size of a PDF. "Optimise" offers a variety of options, "Reduce" just gets on with it.
    What is the difference between what they actually do under the hood? Does "Reduce" essentially run the "Optimise" process with certain default settings? Or is it a wholly different process?
    What effect does "Reduce" have in terms of what elements of the PDF are compressed and removed?
    In my experience, "Reduce" seems to be less prone to crashing, and often does as good a job as "optimise". It preserves things like hyperlinks, which optimise may or may not do depending on settings. I'd like to know more about what is actually happening under the hood so I can better judge which is the best tool under what circumstances.

    Personally, I always recommend using Optimize over Reduce Size.
    There are no settings to choose from in Reduce Size. In Optimize you can choose Audit Space Usage so you can get some idea of where the size is coming from. In Optimize you can save settings so you can use them again.
    I have never had a crash from using Optimize on my Mac computers.

Maybe you are looking for

  • HT1937 How can I get my phone back after being disabled as I entered wrong passcode which I have forgotten?

    How can I get my phone back on - Its showing disabled owing to putting in wrong passcode. I recently upgraded to 7 software - before that I didnt have a locked password. Can I disable 7 software.

  • How to restore OS X AND Win 7 backups to new internal hard drive

    Hello, When my iMac will come back from the repair it will have a new hard drive. Will I be able to restore all files to the OS X partition AND to the Windows 7 partition so that my iMac will be in exactly the same state as before? I have a Time Mach

  • PAL or NTSC on iMovie10 ?

    Mac recent Mini/Yosemite/iMove10 How to choose between PAL and NTSC it was easy with iMovie909 ..new project,theme ,PA Lor NTSC but with iMovie 10 ?? Thanks

  • External display's fonts are awful

    Fonts look awful (blurry, hazy and jagged) on my external Dell U2412M monitor ever since I upgraded to Yosemite. Everything was dandy in Mavericks but now it's just awful. Is anyone currently facing similar issues? I have tried mirroring the display,

  • Captivate 4 won't run

    The Capitvate 4 demo won't run on my computer even though it appears to install fine, and I'm stumped. Actually, the program wouldn't launch after installation, then suddenly was able to launch just once, then it wouldn't launch again. I get the spla