A small request -- radeon 5470 + hybridgraphics + skyrim = possible?

I kinda wanna know if there is someone out there gaming in archlinux on a hybrid graphics mobility radeon hd 5470 setup? with gaming i mean games like skyrim. If so, how did you manage to set it up? The open source driver only gives like 4fps in games. And is catalyst + hybrid graphics even possible?

It has been suggested this be moved to Multimedia and Games. 
Fim, I leave it to you.  Leave a post here or send me a PM if you want it moved.

Similar Messages

  • SSFCOMPOSER - 154 - No output request open. End not possible.

    Hi Experts,
    I'm trying to print multiple smartforms using FMs SSF_OPEN and SSF_CLOSE. Inside the main program RBDAPP01 (Inbound processing for IDOCS) there is a loop at the IDOCS to be processed. Deep within the processing, we have a custom FM being called which prints smartforms. Since there is a loop at the calling main program, I have organized the code in the custom FM such that the first IDOC calls SSF_OPEN and the last IDOC calls SSF_CLOSE, so that all IDOCS in between will be able to print their smartforms. Here is the call stack:
    8
    SAPLZCUSTOM                   
    ZCUSTOMPROGRAM                             
    113
    FUNCTION                     
    ZCUSTOMPROGRAM                                         
    7
    SAPLPPC1                               
    ZCUSTOMPROGRAM     
    136
    FUNCTION                     
    KK2A_GET_DATA_FROM_IDOC                                     
    7
    SAPLPPC1                               
    LPPC1U01                               
    1
    FUNCTION                     
    KK2A_GET_DATA_FROM_IDOC                                     
    6
    SAPLBD20                               
    LBD20F0A                               
    454
    FORM                         
    IDOCS_PASS_TO_APPLICATION                                   
    5
    SAPLBD20                               
    LBD20F0B                               
    69
    FORM                         
    IDOCS_PROCESS                                               
    4
    SAPLBD20                               
    LBD20U05                               
    260
    FUNCTION                     
    IDOC_INPUT                                                  
    3
    SAPLEDIR                               
    LEDIRU02                               
    182
    FUNCTION                     
    IDOC_START_INBOUND                                          
    2
    SAPLBD12                               
    LBD12U04                               
    37
    FUNCTION                     
    APPLICATION_IDOC_POST_IMMEDIAT                              
    1
    RBDAPP01                               
    RBDAPP01                               
    388
    EVENT                        
    START-OF-SELECTION                                          
    The problem is:
    1. When I only have 1 IDOC being processed, SSF_OPEN and SSF_CLOSE happens in the custom FM at the same time. This creates a successful spool.
    2. Whereas, when I have 2 or more IDOCS, SSF_OPEN happens in the first IDOC, but then it goes back to the calling program, and then when the last IDOC is encountered SSF_CLOSE is called. The FM SSF_CLOSE in this scenario calls the exception INTERNAL_ERROR (sy-subrc = 2).
    The system message is SSFCOMPOSER - 154 - No output request open. End not possible.
    Why is this happening? Is it because that other programs (calling programs) may have affected the status of SSF_OPEN? It seems that the SSF_OPEN is no longer open.
    Thanks in Advanced,
    Jack

    No, it will not hold the smartform open, but you don't need to hold it open in order for printout to be accumulated in one spool. Spool system does the accumulation automatically, provided the spool requests that are to be added to an existing spool request are:
    - generated in the same transaction and
    - have the same attributes (such as user, title, output device, client from which the request was issued, number of copies, priority, cover sheet setting, archive mode, and ABAP session number).
    Important is: where do OUTPUT_OPTIONS like printer come from currently? Is print parameters popup displayed on first Idoc for user to choose printer and options? Or do you use USER_SETTINGS = 'X' to simply take over defaults from user master? If the print options dialog is displayed, it needs to be controlled as well so it's displayed only once.
    Assuming print options come from the user in dialog, the logic without explicit open/close could look somewhat like this:
    On first idoc:
    - call SSF_OPEN  importing  JOB_OUTPUT_OPTIONS to display print options dialog; move-corresponding JOB_OUTPUT_OPTIONS to global OUTPUT_OPTIONS;
    - set OUTPUT_OPTIONS-TDNEWID = 'X' and clear  OUTPUT_OPTIONS-TDFINAL, to ensure new spool will be started (overriding user choices for these parameters!);
    - if the user has set OUTPUT_OPTIONS-TDIMMED = 'X' save it globally and clear it;
    - set CONTROL_PARAMETERS-NO_OPEN = 'X';
    On subsequent idoc:
    - clear OUTPUT_OPTIONS-TDNEWID;
    - clear CONTROL_PARAMETERS-NO_OPEN;
    On last idoc:
    - set OUTPUT_OPTIONS-TDFINAL = 'X' (this is not absolutely necessary, but prevents further appending to the spool);
    - restore OUTPUT_OPTIONS-TDIMMED from the value saved on first idoc;
    Calling Smartform:
    - set CONTROL_PARAMETERS-NO_DIALOG = 'X';
    - call smartform passing OUTPUT_OPTIONS and CONTROL_PARAMETERS;
    The logic is somewhat complicated; I'd wrap it in a class (singleton, which would be de-instantiated after last idoc) to avoid global data and code other than simple method call(s) in FM.
    Even if you decide to refactor the logic, it would still be important to understand, I think, why the current logic does not work (where and why smartform gets closed)... Maybe there are some nasty "surprises" somewhere, and your current algorithm should work.
    cheers
    Janis

  • Small request regarding quoting posts in the screenshots thread

    I have a small request for all of you who regularly reply to posts in the screenshots thread - when you quote someone, could you please ensure that the link that shows up in the quoted post is to the full image, and not the thumbnail? It defaults to the thumbnail, and that's very annoying, as you then have to hunt through the previous posts until you find the one that's being referenced, which is sometimes pages back.
    Thanks!
    Last edited by CosineQuaNon (2010-06-17 00:16:15)

    rb wrote:
    CosineQuaNon wrote:There are still people using ImageShack! I don't understand what's so difficult about using omploader or imgur instead, particularly when there's a command line tool for omploading.
    May I ask what's wrong with Imageshack? (an honest question!)
    The links to the images are longer, and there isn't an officially sanctioned command line upload tool.
    However, what gets to me the most is when people use the "forum code" provided by ImageShack. When you click on the thumbnail, instead of taking you directly to the image, you go to an intermediate page, from which you have to click again to get to the image itself. Here is a perfect example.
    Edit: arinlares fixed his post (thanks!), so here are some other examples:
    These are from ImageBam:
    http://bbs.archlinux.org/viewtopic.php? … 60#p785560
    http://bbs.archlinux.org/viewtopic.php? … 86#p785586
    This from deviantART: http://bbs.archlinux.org/viewtopic.php? … 14#p785414 (deviantART is a little more understable, since he's linking to his personal page, but since he's got a link to it in his sig, that seems a little redundant).
    As you can see, the same sort of issue.
    Last edited by w1ntermute (2010-07-04 07:01:54)

  • G62 mobility radeon 5470 not working

    Hi, i have been using HP G62-b45SE notebook with ATI mobility Radeon 5470 and an intel integrated video processor.Few months ago problems started to appear when notebook switched to Radeon when plugged in ac.Couple of times i got blue scrren but i didnot read the dump.I upgraded the bios from the hp site for my notebook and reinstalled the ATI driver.Now when I boot my notebook it shows black screen and nothing else everything else comes on keyboard works and I can hear the login music also.This problem is constan now.Several times I did manage to boot with ATI radeon active since its hybrid
    switches from one gpu to other.Now the problem is constant.When I uninstalled the ATI driver in windows 7 safe mode it booted successfully.I even reinstalled my win7 but no success either.I suspect its a hardware problem that requires mother board to be changed. But Iam not sure.
    Any help in this regard will be appreciated.

    Hi:
    According to the support and driver page for your model, this is the only graphics driver that should work.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-93513-1&cc=us&dlc=en&lc=en&...
    This driver installs the drivers for both the Intel and AMD graphics devices.
    You cannot install any other driver (such as a separate Intel or separate AMD driver).
    if the above driver doesn't work, unfortunately, I wouldn't know why.

  • A very small request . . .

    As I understand it, many people requested that the Lightroom Library be renamed "Catalog". If this is true, shouldn't the Library Panel, as well as the module itself, also be changed to "Catalog" for the sake of consistency?
    I admit this is a very small issue, but one that I am surprised Adobe didn't catch.

    Actually part of the change was driven by the fact that the multiple use of the word "Library" was confusing. We had tried to resolve some of that in 1.0 by referring to the "database" but that was more about the technology than what it was for and it didn't convey as much of the sense that catalogs were something you could switch between, import from, or generate via export.
    It's possible that we missed some places that need naming clean ups, but the module name at least wasn't one of them.
    Mark

  • AS2: Synchronous MDN request but no synchronous interface possible?

    Hello,
    in our AS2 scenario with the Seeburger Adapter we request the MDN synchronously and we also would like to use a synchronous interface for this.
    But obvisouly this is not possible as you have to create a separate sender communication channel for reports and a sender agreement (where I have to use an outbound or abs interface).
    Is there really no way to use a synchronous interface for that scenario as we need to get the response back synchronously for handling in integration server.
    Thank you for your advice!

    So basically my idea was to use a synchronous send step in the integration process and then call a proxy when we have received the MDN.
    Even when you use sync MDN with report protocol, you can send message to Integration Engine and process further. You should be able to use this message in BPM also and then it could be sent to receiver proxy.
    the SAP sender wants to be notified in case there was a transmission problem and this can only be handled automatically with a synchronous interface.
    If you are already using BPM in your scenario, then use of sync scenario is no longer a limitation. You can try correlating the MDN with the AS2 request message.
    Regards,
    Prateek

  • ATI Radeon 5470 Corrupted Display Driver

    Hi, I've updated to windows 8.1 and I'm trying to install the old ATI Mobility Radeon HD 5470 Display Drivers, but when I go to AMD website it tells me to download a new version, and after I install that version I get like 10 fps at Counter Strike: Global Offensive, I think that before I updated to Windows 8.1 I had the ATI Mobility Radeon HD 5470 Display Driver, but it got corrupted so I had to download the new one, but I want to use the old version because atleast it was stable and I could run the game smoothly. Is there anyway I can download the ATI display driver that comes with the computer? Since mine got corrupted and I need to replace it. I don't even know how to keep windows from installing the corrupt one..
    Please help

    BUMP, @HP
    I tried installing every driver that hp recommends me to from this website. Still when I restart my computer I get to a black screen after Windows Logo, but I can boot in Safe Mode (what I'm using right now), I read somewhere that I need to replace the atikmdag in my Drivers folder because it might be corrupt but I don't have any non-corrupted driver to replace it

  • Black Screen HP G62-b16st and ati radeon 5470 hd

    Hi, I have a problem with my laptop (Hp g62 - b16st) I am using this laptop since 2011 and i didnt have any complain so far but 3 days ago when i was playing PES 2013 it suddenly restarted itself and then blue screen showed up. I did research on google about this problem and i didnt see any helpful solution. My problem is about Ati Radeon Hd 5470. When i switch to Ati Radeon i just see black screen and if i dont deactive it in safety mode it keep showing black screen. I tried everything to fix it but nothing  happened.  I hope you can help me because i couldnt find the solution by myself.
    Bios Version : F48
    Win7 Home Basic x64 bit
    This question was solved.
    View Solution.

    Hi uAunknown, welcome to the HP Forums. Hopefully the blue screen and black screen behavior you are experiencing is driver related, and not hardware related.  First restore the original graphics drivers (Intel & AMD) using this method:  Using Recovery Manager to Restore Software and Drivers (Windows 7)
    Then download, and install the updated drivers here: 
    Intel High-Definition (HD) Graphics Driver
    AMD High-Definition Graphics Driver
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Using HR Hierarchy to Route Access requests in AE 5.2 - Possible? How?

    Hi,
          My Client wants to be able to route the Access requests to the Requestors Manager based on the HR Hierarchy.
    Is it to possible to automatically populate the Manager information based on the Requstor on the requestor screen when my authentication systems is a SAP HR backend, if yes where can I find material on this config.
    The workflows now route the access requests to the the 'Manager Approver' stage - the person selected as Manager by the requestor on th request form.
    Thanks a lot in advance.

    Hi,
                     Can you please clarify what screen you are refrring to for the "A002 vs B012" setting.
    Also is to possible to Add "attributes" that are to be used for determining the next stage in a workflow. We would like to use a Role Rating to determine the workflow..situation explained below.
    The Roles being requested are divided into 3 categories and we would like to have 'manager approver' only and  'Auto Provision' for reporting/display roles (1 category).
    and
    have 'manager approver'  'Role Owner approver' stages, Auto provision for change/create roles(2 category)
    and
    have 'manager approver'  'BPO' approval, 'Role Owner approval' stages and manual provisioning for SoX Critical roles (3 category)
    Any help is greatly appreciated.
    Thank you

  • 4.01 automatic update today 4.29.11, now pages will NOT load at all, just hangs there saying connecting. Tried system restore, re-installing, only way to get it to work is to boot in safe mode. Running W7, 64bit, I5, 2.53 ghz, 4GB, ati radeon 5470

    I've been using firefox 4.01 Today (4.29.11) it downloaded an update and now the pages will not load. I tried disabling the add ons, system restore, un-installed/re-installed but the page hangs there and just says connecting. I booted in safe mode with networking and it worked. Running W7, 64Bit, I5, 2.53GHZ, 4GB, ATI mobility radeon 5470

    I've been using firefox 4.01 Today (4.29.11) it downloaded an update and now the pages will not load. I tried disabling the add ons, system restore, un-installed/re-installed but the page hangs there and just says connecting. I booted in safe mode with networking and it worked. Running W7, 64Bit, I5, 2.53GHZ, 4GB, ATI mobility radeon 5470

  • Feature request for  Address Book: add possibility to Skype name

    I had "misused" the IM fields to store Skype telephone names, but the disadvantage is that they show up in iChat. I have tried to add them to the telephone fields (which is more correct), but that works only for those names which have alphanumeric charactes. As soon as you have for instance dots in that name, this does not work (on Mac OS X you are not able to make a skype named field via other, and syncing via MobileMe to the iPhone leaves out the dots and no way to edit them in).
    Skype is becoming more and more mainstream and I think that adding this functionality would be good on both Mac OS X as well as iPhone.
    Kind regards,
    Frank van Son
    the Netherlands

    Frank,
    Welcome to Apple Discussions.
    The Discussion groups are run by users and hosted by Apple and that's about all the involvement Apple have. If you want to request Apple to make an enhancement then you need to go to their [feedback|http://www.apple.com/feedback> site and leave your comments there.
    Chris

  • Moving threads - a small request

    I've seen a couple of threads that seem to have been started in the wrong forum and later moved to the correct one - a brief note from whoever does that would be welcome to clarify. Thank you.

    Well, that's more than I got last time I tried. But look at the results.
    And my results are different from yours: 5 hits in two forums (one of which I've never read, let alone posted to). 3 links to messages in this forum (not shown in the listed forums). I got these same results when logged in with my other account, Mark_A_Boyd.
    So, I don't know how reliable the search is when seaching for other people.
    And I get 0 hits on myself searching in People How about you?

  • A small request for anyone who works at MSI

    Hello!  I could not find a way to contact MSI directly with this question, but I figure someone in this forum will see it and maybe be able to help me
    I just bought a MSI Geforce GTX 770 and installed it.  It works great! It was a long awaited upgrade for me (I've been saving up for a year, slowly but surely!).  The only thing I wish I had now was an MSI sticker to put on the outside of my case! I figured it would come with one, but there wasn't one in there :/  I love putting those little stickers on my case to represent the awesome companies I choose for my new gear.  Anyway, its kinda a long shot, but can anyone with MSI send me one of those little stickers to put on my case?  Maybe the MSI gods will shine down on me today lol
    Thanks for taking the time to read this!

    MSI usually do not do Stickers any more (only things that sometimes have them are the gaming motherboards that have a badge) but you can follow this link to ask them directly! >>How to contact MSI.<<

  • Small Request - Please Read - IMPORTANT

    When you create new topics please make sure you give them a meaning full title which describes whatever that you going to talk about.
    i think that will be helpfull to all.
    You cant have any idear about whats in the box if the boxis labeled "Please Help" right?

    You cant have any idear about whats in the box if the
    boxis labeled "Please Help" right?Right, or "Please Read". This is like Raddadi asking for a crack to code protection software. Almost.

  • Regroup a lot of small sql request

    hello
    I'am developping a server in c
    This server connects to a database
    I use oo4o for the connection
    But I have I problem because I have a lot of small request like that
    select cdf_nom
    from cdf_codif, fitty_typeinteraction
    where
         fitty_fit_code_fk_pk like '183'
         and fitty_cdf_type_code_fk_pk = cdf_code_pk
         and cdf_numero_pk like 'IY'
    All works ok but the application is too slow because I have a function in c by request like that
         strcpy(sqls,"select cdf_nom");
         strcat(sqls," from splab_specialite_labo, cdf_codif");
         strcat(sqls," where");
         strcat(sqls," splab_sp_code_fk_pk like '");
         strcat(sqls,idLabo);
         strcat(sqls,"' ");
         strcat(sqls," and splab_cdf_lab_code_fk_pk = cdf_code_pk");
         strcat(sqls," and cdf_numero_pk like '15'");
         /* execute la requete */
         requete.Open(*databb,sqls);
         while (!requete.IsEOF())
              /* balise statutLabo */
              requete.GetFieldValue("cdf_nom", statutLabo,TAILLE_CDF_NOM);
              if (strlen(statutLabo) != 0)
                   bstrValue = AsciiToBSTR(statutLabo);
                   if (!bstrValue)
                        ERROR1("Theriaque : AsciiToBSTR function failed");
                        goto shutdown ;
                   cleanAllString(bstrValue);
                   elementNode = requestDoc->CreateNode(NODE_ELEMENT, V_StatutLabo, rootRequestNode, bstrValue);
                   if (!elementNode)
                        ERROR1("Theriaque : creation of element node failed");
                        goto shutdown ;
                   SAFERELEASE(elementNode);
                   if (bstrValue) SysFreeString(bstrValue);
                   bstrValue = NULL ;
              requete.MoveNext();
    I would like to know how to optimise it but I can't regroup all the small request in a big requestbecause it's to slow
    If it's possible a pl/sql bloc it's will be great

    Usually very large directories suffer from bad access times. If you have a single directory with nearly a million files, you will discover that the time for opening the file is much greater than the time for reading it.
    If you have a directory tree containing the files (say that you have a directory, with 100 subdirectories, each one containing 100 subdirectories, each one containing 100 files) you can open the files much faster.

Maybe you are looking for

  • Photoshop 8 (CS) in Windows 7 SP1 64 bit

    Hi, I have a question: Will Photoshop 8 run correctly on Win7 SP1 64 bit? I ask this because this Microsoft article: http://www.microsoft.com/Windows/compatibility/windows-7/en-us/Details.aspx?type=Software& p=Adobe%20Photoshop%20CS&v=Adobe&uid=8&l=e

  • ProLiant DL580 G5 : Abnormal Program Terminatio​n (Windows bug check, STOP: 0x0000007E

    We have an ProLiant DL580 G5 server which get blue screen every few minutes. In ILO logs (IML) i get the message. Abnormal Program Termination (Windows bug check, STOP: 0x0000007E (0xFFFFFFFFC0000005, 0xFFFFF880018B346C, 0xFFFFF88002FD93F8, 0xFFFFF88

  • Trouble with linking buttons within an mso, to another mso.

    Im trying to set up buttons nested in an mso to link to a graphic within another mso. I cant seem to find a work around.. has anyone encountered this problem/ have a work around? Thanks -LK

  • 11g Grid Control - Host Configuration Collection Problems

    Hi Guys, I just installed Oracle 11g Grid Control and it has been running for 2 weeks until I recently tried to walk through the parts of it. My intention was to clear off all the error messages, critical warnings, alerts, and policy warnings. When I

  • I need to re-install java, How do I?

    Hi, I am attempting to play Minecraft(a game) but apparently I have a broken Java installation. I have been asked to find out how (Because the IT at school do not know) to reinstall java6. I am running Mac 10.6 Snow leopard. Erm... Comment if I need