Customizing HUM graphs

Hi,
we have HUM 1.2. In all the graphs, the top Y axis value is related to the maximun measure showed by the graph, would it be possible to configure HUM for always showing a top value of 100?
Thanks.

I don't fully understand the question.  If you mean change the graphs shown in the screenshot, then no.  If you are referring to something else, then start a new thread, and include as many details as possible.

Similar Messages

  • Custom waveform graph

    Hi, i'm making a virtual lab for my final exam at university, now i'm on the oscilloscope and i need to make a custom waveform graph to put on my image of an oscilloscope that have the grid make in photoshop. I wanto to know how to make an invisible waveform graph that show only the waveform and if is correct to enlarge the graph area like the fake scope grid or i must make other adjustment. Thanks and sorry for my english

    Hello Silversky,
    Don't worry for your english, I'm pretty sure I understood your concerns. In other words, you are wondering how to have a custom control to show up only the waveform signal and overlap it on a custom image representing an oscilloscope. This is a very challenging cosmetic task at first, however you can get the best form using Custom Controls and achieve your task:
    Customizing NI LabVIEW Controls and Indicators
    Customizing the Gauge Control in LabVIEW
    Moreover. I attached a Type Def showing how to customize a Waveform Graph close to the way your are looking for.
    Have a great day and let me know if you need additional help.
    Best regards
    Matteo C. - Test Engineer
    Attachments:
    Graph Folder.zip ‏540 KB

  • Drawing Custom 2D Graph : Need Help!

    Hi,
    I'm new to this forum, but I figured this would be the best place to ask for help.
    I'm currently working on a new project; a Graphing Calculator for algoriths and such. I've been with Java for a while now, but I have ran into a few snags with my new project.
    [1] For now, I have a line wizard that seperates a algorithm (linear, polynomial only for now) into chunks. How would I go out Parsing it totally from a string, in any format. I need to include such mathmatical operations such as sin( , cos( and ect. I have not even started on a rough draft yet, because I don't know where to start.
    [2] My custom GraphClass is having a hard time repersenting different rates for minium and maxium axis size. For some reason both axis wont draw in the right spot, meaning my X() and Y() are coded wrong. This is some of my code for now:
    For the full class file goto : [http://pastebin.com/Ty9ndCc4]
    public int width = 390;
    public int length = 390;
    public static int minX = (int) -200;
    public static int maxX = (int) 200;
    public static float XScale = 390/ ( Math.abs(maxX)  +Math.abs(minX) );+
    +public static int minY = (int) -200;+
    +public static int maxY = (int) 200;+
    +public static float YScale = 390/ ( Math.abs(maxY)+  Math.abs(minY) );
    public static int X() {
         return (int) ((int) Math.round(abs(minX)*(float)XScale));*
    *public static int Y() {*
    *return (int) 390 - ((int) Math.round(abs(minY)*(float)YScale)); // 390 -  *because of the Y axis being upside down*
    *// This works very well. LineDirection is a made class. Pretty simple to figure out.*
    *public void drawLine(Graphics g, LineDirection dir) {*
    *if (!dir.isActivated())*
    *return;*
    *Point[] points = dir.getPoints();*
    *Color defaultColor = g.getColor();*
    *g.setColor(dir.getColor());*
    *for (int i = 1; i < points.length; i++) {*
    *int X1 = (int) points[i-1].getX();*
    *int Y1 = (int) points[i-1].getY();*
    *int X2 = (int) points.getX();*
    *int Y2 = (int) points[i].getY();*
    g.drawLine((int) X()  +(int)(X1XScale),(int)Y()+ (int)(Y1*YScale* -1),(int) X() +(int)(X2*XScale),(int) Y()+ (int)(Y2*YScale * -1));
    g.setColor(defaultColor);
    public void drawDefaultGrid(Graphics g) {
    g.drawLine(0, Y() , width, Y());
    g.drawLine(X(), 0, X(), length);
    [http://pastebin.com/Ty9ndCc4]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    RedDevil_05 wrote:
    [1] For now, I have a line wizard that seperates a algorithm (linear, polynomial only for now) into chunks. How would I go out Parsing it totally from a string, in any format. I need to include such mathmatical operations such as sin( , cos( and ect. I have not even started on a rough draft yet, because I don't know where to start.Here is a thread that may contain your answer: using the [JavaScript Engine|http://forums.sun.com/thread.jspa?threadID=5144807] to evaluate the String containing the expression.
    [2] My custom GraphClass is having a hard time repersenting different rates for minium and maxium axis size. For some reason both axis wont draw in the right spot, meaning my X() and Y() are coded wrong. This is some of my code for now:The X axis in Java is just standard increasing to the right and decreasing to the left, therefore, you can easily center by just dividing your maximum X by 2 for a center position. Y on the other hand is going to be a little more difficult, since the Y will be decreasing in the upward direction and increasing downward. You can easily get the center the same way as with the X axis (divid by 2), but then when you plot, you just change the sign on all of your Y coordinates.
    I prefer to use a BufferedImage for my graphics, line graphs or custom rendering for games and etc. I can work with that and it will then easily render onto the graphics context of a JPanel.
    Hope this help you out.
    BTW: your posted code seems to have been gnawed on by an ugly moster or something--it is hideously corrupted, but your link showing your full source shows decent enough code.

  • Hole on HUM Graph

    We are generating graphs for 3 devices. They are only working on one of them, the others have full of holes. Please, se attached file.
    InterfaceUtilizationDeviceDetails show 100%.
    CW LMS 3.2 and HUM 1.2 on W2003.

    Try to graph the device availability.
    HUM relies on getting an SNMP reply from your device.
    Find out is your device still has CPU left to answer.
    Seems also that when the graph is created, it is done for all devices. Could be a saturated link somewhere that drops UPD when it is to busy
    Cheers,
    Michel

  • Customizing the graph in the report

    1-In the next version is that possible to change some parameter in the graph of reports such as diameter in the ring graph.
    2- Can I add my graph which i want in the report , not the default graph in the report builder. i mean different shapes

    You will need to submit an enhancement request with Oracle.

  • How to generate graph's in portal based on customer data

    Hi
    customer wants graphs based on BW data in the portal.is it possible to generate graph's in BW and display it in portal?
    Prasad

    Yes, you would need to integrate the BEX URL in the BW iView.
    Otherwise if the whole BW role needs to be imported into the portal, please use role upload functionality in System Admin.
    If your BW is BW 3.5 then you can directly publish BW reports from BW to the portal.
    Vibhu

  • OAF Creating custom graph

    Hi,
    I am trying to build custom bar graph in OAF.
    I am able to display graph using below code and does not know how to pass OAGseries and OAGgroup values to the drill down page.
    Vector graphs = new Vector();
    OAGraphTableBean graphTable = (OAGraphTableBean)webBean;
    Dictionary graphBarDetails = new ArrayMap(10);
    // Here, set properties of graph
    graphBarDetails.put("AGRFUNCTION", "none");
    graphBarDetails.put("GRAPHTYPE", "vertical clustered bar");
    graphBarDetails.put("GRAPHTITLE", "Graph Title");
    graphBarDetails.put("YAXISLABEL", "Label Y ");
    graphBarDetails.put("GRAPHSIZE", "medium");
    graphBarDetails.put("CUSTGRAPHWIDTH", "");
    graphBarDetails.put("CUSTGRAPHHEIGHT", "");
    graphBarDetails.put("DISPLAYTOOLTIP", BooleanUtils.getBoolean(true));
    graphBarDetails.put("XAXISLABEL", "");
    graphBarDetails.put("DRILLDOWNURL", "OA.jsp?page=/xxfn/oracle/apps/ap/iautomation/webui/scrollPG");
    graphBarDetails.put(DISPLAYED, BooleanUtils.getBoolean(true));
    Vector graphCols = new Vector();
    for(int j=0; j<2; j++) {
    Dictionary graphData = new ArrayMap(5);
    graphData.put("VIEWUSAGENAME", "EmpGraphVO1");
    if(j ==0) {
    graphData.put("VIEWATTRIBUTENAME", "Sal");
    graphData.put("GRAPHDATASTYLE", "data");
    graphData.put("GRAPHDATAPROMPT", "Graph Data Promt");
    else {
    graphData.put("VIEWATTRIBUTENAME", "Ename");
    graphData.put("GRAPHDATASTYLE", "groupLabels");
    graphData.put("GRAPHDATAPROMPT","");
    graphData.put("GRAPHSTOCKVALUE","none");
    graphCols.addElement(graphData);
    graphBarDetails.put("GRAPHDATACOLS", graphCols);
    graphs.addElement(graphBarDetails);
    // setting graph details to OAGraphTableBean
    graphTable.setGraphDetails(graphs); 
    Any help will be great help.
    Thanks SC

    Hi
    On the drill down page PR capture  using below code
    String a = pageContext.getparameter('OAGSeries');
    STring b = pagecontext.getparameter('OAGgroup');
    Regards,
    Ankur

  • Illustrator custom graph error!

    Getting this error when trying to create a custom column graph in Illustrator CS6: "Can't use the column design. The requested transformation is too extreme." I'm at a loss to complete this school assignment because of this error.

    I got the same error.
    It is from the lesson on page 9-20 of the Adobe Illustrator CS6 Revealed (ISBN: 978-1-133-69319-2). Asked my instructor and he was unable to help.
    Created a custom design based on pencil on pgs 9-16 to 9-17 (placing a rectangle of exact length (height) behind the pencil. Created design & named it pencil.
    Selected column went to object | graph | column... and chose column design as Pencil, left at vertically scaled, unchecked 'rotate legend design', OK
    Received error instead of satisfaction for completing task.
    Had no control over the pencil design that was included as part of lesson.
    Moving on.

  • Customize Graph - Helps

    Hello all,
    actually i m looking for customize the BI Bean Graph, i been look through some thread in Forum : BI Bean, but when come to customizing the graph display, it ask for post the problem here.
    refer to :
    http://www.oracle.com/technology/products/reports/htdocs/faq/graph_faq_with_style.html
    How can I align the Legend with Bars?
    1.R-enter the Graph Wizard and in the Layout tab, drag the Employee Name field into "Groups" from "Bars". This places the data you are displaying into different groups, i.e., each employee name will be a separate group.
    i was unfamiliar with report, but i cant find such thing in jdev , issit those thing only can done in report? Or can someone guide me directly modify the graph.xml
    Thanks

    Seems to work OK if you place the entire graph into customize mode and simply right-click on the palette buttons to import your graphics. try it!
    LabVIEW Champion . Do more with less code and in less time .

  • Stability issues: MSI ATI Radeon HD 6970 2048MB Twin Frozr III

    Evening all, been having some issues with my recently purchased MSI card. I'm inclined to think there is damage/issues with the video memory on the card.
    I did some quick research on the card and it seems that the model i have was originally a reference version of the 6970 Lightning which was given a factory go-over and re-branded. This may account for the heatsink/fan assembly being loose, some scratches on some of the surfaces and dust build up on the rear of the card.
    I have had the card in my rig for over a week now and stability has been an issue through this period. After reading a few threads online I set a custom fan graph using MSI Afterburner and regularly monitor GPU temps. DxDiag shows the card to have 1774MB Approx total memory, which i find worrying given the card specs state it should read 2048BM.
    The driver crashes occur both when the card is idle and under load with no obvious cause. The GPU clock is stock 880Mhz and i have lowered the memory clock to 1300 (stock: 1375) in an attempt to improve stability, so far this has shown some success.
    Can anyone give me some advice as to if this is likely a hardware issue or driver based? Also any recommendations on how to improve stability other than getting a new card (i have no more money to spend on replacement parts).
    Thank you for your time
    MSI Afterburner ver: 2.1.0
    GFX Driver ver: 7.14.10.0887 Catalyst 12.1
    GPU core clock: 880
    Memory clock: 1300
    Core Voltage: stock
    DxDiag info:
    Code: [Select]
    System Information
    Time of this report: 2/15/2012, 17:44:35
           Machine name: SCREV-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.110622-1506)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 05/27/11 13:46:06 Ver: 17.04
              Processor: AMD Phenom(tm) II X6 1055T Processor (6 CPUs), ~2.8GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8192MB RAM
              Page File: 4009MB used, 12370MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
     System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
          Display Tab 2: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: AMD Radeon HD 6900 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: ATI display adapter (0x6718)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6718&SUBSYS_23701462&REV_00
         Display Memory: 1774 MB
       Dedicated Memory: 2030 MB
          Shared Memory: 3839 MB
           Current Mode: 1680 x 1050 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: L226WTQ
             Monitor Id: GSM564E
            Native Mode: 1680 x 1050(p) (59.883Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1114 (English)
         Driver Version: 8.930.0.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 12/6/2011 03:16:00, 933888 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2458-11CF-8873-7A03BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6718
              SubSys ID: 0x23701462
            Revision ID: 0x0000
     Driver Strong Name: oem24.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_NICayman:8.930.0.0:pci\ven_1002&dev_6718
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
              Card name: AMD Radeon HD 6900 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: ATI display adapter (0x6718)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6718&SUBSYS_23701462&REV_00
         Display Memory: 1774 MB
       Dedicated Memory: 2030 MB
          Shared Memory: 3839 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: E2240
             Monitor Id: GSM57A4
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1114 (English)
         Driver Version: 8.930.0.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 12/6/2011 03:16:00, 933888 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2458-11CF-8873-7A03BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6718
              SubSys ID: 0x23701462
            Revision ID: 0x0000
     Driver Strong Name: oem24.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_NICayman:8.930.0.0:pci\ven_1002&dev_6718
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x1002, 0x4397
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 3/25/2011 03:29:26, 343040 bytes
    | Driver: usbd.sys, 3/25/2011 03:28:59, 7936 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
     Free Space: 69.8 GB
    Total Space: 122.1 GB
    File System: NTFS
          Model: M4-CT128M4SSD2 ATA Device
          Drive: D:
     Free Space: 104.7 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: WDC WD2500KS-00MJB0 ATA Device
          Drive: E:
     Free Space: 1146.7 GB
    Total Space: 1907.6 GB
    File System: NTFS
          Model: ST32000542AS ATA Device
          Drive: F:
     Free Space: 153.5 GB
    Total Space: 238.4 GB
    File System: NTFS
          Model: WDC WD2500AAKS-00L9A0 ATA Device
          Drive: H:
     Free Space: 0.1 GB
    Total Space: 0.1 GB
    File System: NTFS
          Model: WDC WD2500AAKS-00L9A0 ATA Device
          Drive: I:
          Model: PCZMDO PMJWLERWL SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 09:19:21, 147456 bytes
          Drive: G:
          Model: TSSTcorp CD/DVDW SH-S183L ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 09:19:21, 147456 bytes
    System Devices
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_9601&SUBSYS_843E1043&REV_00\3&267A616A&0&00
       Driver: n/a
         Name: PCI standard ISA bridge
    Device ID: PCI\VEN_1002&DEV_439D&SUBSYS_84431043&REV_40\3&267A616A&0&A3
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 01:48:27, 15424 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_84431043&REV_00\3&267A616A&0&92
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
         Name: NEC Electronics USB 3.0 Host Controller
    Device ID: PCI\VEN_1033&DEV_0194&SUBSYS_84131043&REV_03\FFFFFFFFFFFFFFFF00
       Driver: C:\Windows\system32\DRIVERS\nusb3xhc.sys, 1.00.0019.0000 (English), 1/22/2010 12:22:22, 180224 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1204&SUBSYS_00000000&REV_00\3&267A616A&0&C4
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1002&DEV_439C&SUBSYS_84431043&REV_40\3&267A616A&0&A1
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/14/2009 01:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 01:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 01:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 13:32:46, 155520 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1002&DEV_4390&SUBSYS_84431043&REV_40\3&267A616A&0&88
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/14/2009 01:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 01:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 01:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 13:32:46, 155520 bytes
         Name: VIA 1394 OHCI Compliant Host Controller
    Device ID: PCI\VEN_1106&DEV_3403&SUBSYS_83741043&REV_00\001E8CFFFFDA199000
       Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.01.7601.17514 (English), 11/20/2010 10:44:56, 229888 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1203&SUBSYS_00000000&REV_00\3&267A616A&0&C3
       Driver: n/a
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4399&SUBSYS_84431043&REV_00\3&267A616A&0&A5
       Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 25600 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
         Name: ATI I/O Communications Processor SMBus Controller
    Device ID: PCI\VEN_1002&DEV_4385&SUBSYS_00000000&REV_41\3&267A616A&0&A0
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_9609&SUBSYS_843E1043&REV_00\3&267A616A&0&50
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 13:33:48, 184704 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1202&SUBSYS_00000000&REV_00\3&267A616A&0&C2
       Driver: n/a
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_84431043&REV_00\3&267A616A&0&B0
       Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 25600 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
         Name: ATI I/O Communications Processor PCI Bus Controller
    Device ID: PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_40\3&267A616A&0&A4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 13:33:48, 184704 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1106&DEV_0415&SUBSYS_838F1043&REV_00\004063FFFF63400000
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/14/2009 01:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 01:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 01:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 13:32:46, 155520 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_9608&SUBSYS_843E1043&REV_00\3&267A616A&0&48
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 13:33:48, 184704 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1201&SUBSYS_00000000&REV_00\3&267A616A&0&C1
       Driver: n/a
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_84431043&REV_00\3&267A616A&0&98
       Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 25600 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_4383&SUBSYS_841B1043&REV_40\3&267A616A&0&A2
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 10:43:43, 122368 bytes
         Name: AK6I472Y IDE Controller
    Device ID: PCI\VEN_1101&DEV_9502&SUBSYS_482FFC12&REV_01\4&5D18F2DF&0
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_9607&SUBSYS_843E1043&REV_00\3&267A616A&0&38
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 13:33:48, 184704 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1200&SUBSYS_00000000&REV_00\3&267A616A&0&C0
       Driver: n/a
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_84431043&REV_00\3&267A616A&0&90
       Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 25600 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_9605&SUBSYS_843E1043&REV_00\3&267A616A&0&28
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 13:33:48, 184704 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA80&SUBSYS_AA801462&REV_00\4&6E074CE&0&0110
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 10:43:43, 122368 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_84431043&REV_00\3&267A616A&0&B2
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
         Name: Realtek PCIe GBE Family Controller #2
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_84321043&REV_06\01000000684CE00000
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_9603&SUBSYS_843E1043&REV_00\3&267A616A&0&10
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 13:33:48, 184704 bytes
         Name: AMD Radeon HD 6900 Series
    Device ID: PCI\VEN_1002&DEV_6718&SUBSYS_23701462&REV_00\4&6E074CE&0&0010
       Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1223 (English), 12/6/2011 03:45:40, 10720256 bytes
       Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0023 (English), 12/6/2011 02:10:24, 53248 bytes
       Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6248 (English), 12/6/2011 02:12:14, 327168 bytes
       Driver: C:\Windows\system32\atiumd64.dll, 7.14.0010.0887 (English), 12/6/2011 02:24:02, 7511040 bytes
       Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0342 (English), 12/6/2011 02:39:12, 4072960 bytes
       Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0023 (English), 12/6/2011 03:10:38, 120320 bytes
       Driver: C:\Windows\system32\atiicdxx.dat, 11/14/2011 19:47:22, 608507 bytes
       Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 12/6/2011 02:10:48, 54784 bytes
       Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 12/6/2011 02:10:48, 54784 bytes
       Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1089 (English), 12/6/2011 02:13:02, 509952 bytes
       Driver: C:\Windows\system32\atiumd6a.cap, 12/6/2011 02:35:10, 2095328 bytes
       Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 12/6/2011 03:09:56, 21504 bytes
       Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 12/6/2011 03:17:50, 159744 bytes
       Driver: C:\Windows\system32\atiapfxx.blb, 12/6/2011 03:18:28, 219080 bytes
       Driver: C:\Windows\system32\atiumd6v.dll, 7.14.0010.0184 (English), 12/6/2011 02:39:58, 1113088 bytes
       Driver: C:\Windows\system32\ativvsva.dat, 12/6/2011 02:35:10, 157152 bytes
       Driver: C:\Windows\system32\ativvsvl.dat, 12/6/2011 02:35:10, 204960 bytes
       Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1114 (English), 12/6/2011 03:11:56, 235520 bytes
       Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1114 (English), 12/6/2011 03:12:36, 494080 bytes
       Driver: C:\Windows\system32\atipdl64.dll, 6.14.0010.2563 (English), 12/6/2011 03:10:20, 423424 bytes
       Driver: C:\Windows\system32\atiedu64.dll, 6.14.0010.2514 (English), 12/6/2011 03:09:50, 59392 bytes
       Driver: C:\Windows\system32\ATIDEMGX.dll, 2.00.4356.39985 (English), 12/6/2011 03:12:52, 466944 bytes
       Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.11399 (English), 12/6/2011 03:18:38, 25371136 bytes
       Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.1664 (English), 12/6/2011 02:34:00, 13738496 bytes
       Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.1664 (English), 12/6/2011 02:34:28, 51200 bytes
       Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.1664 (English), 12/6/2011 02:34:16, 44544 bytes
       Driver: C:\Windows\system32\atipblag.dat, 9/12/2011 23:06:16, 3917 bytes
       Driver: C:\Windows\system32\atiu9p64.dll, 8.14.0001.6248 (English), 12/6/2011 02:11:10, 39936 bytes
       Driver: C:\Windows\system32\atiuxp64.dll, 8.14.0001.6248 (English), 12/6/2011 02:11:24, 42496 bytes
       Driver: C:\Windows\system32\atig6pxx.dll, 8.14.0001.6248 (English), 12/6/2011 02:12:38, 17408 bytes
       Driver: C:\Windows\system32\atig6txx.dll, 8.14.0001.6248 (English), 12/6/2011 02:12:30, 39936 bytes
       Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 5/11/2009 22:35:28, 118784 bytes
       Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0414 (English), 12/6/2011 02:51:22, 7520768 bytes
       Driver: C:\Windows\SysWOW64\atiumdag.dll, 7.14.0010.0887 (English), 12/6/2011 02:33:36, 5919232 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0342 (English), 12/6/2011 02:28:50, 4206592 bytes
       Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 12/6/2011 02:10:42, 53760 bytes
       Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 12/6/2011 02:10:42, 53760 bytes
       Driver: C:\Windows\SysWOW64\atiadlxy.dll, 6.14.0010.1089 (English), 12/6/2011 02:12:52, 356352 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.cap, 12/6/2011 02:27:36, 2097056 bytes
       Driver: C:\Windows\SysWOW64\atiumdmv.dll, 7.14.0010.0184 (English), 12/6/2011 02:39:24, 1828864 bytes
       Driver: C:\Windows\SysWOW64\atiapfxx.blb, 12/6/2011 03:18:28, 219080 bytes
       Driver: C:\Windows\SysWOW64\ativvsva.dat, 12/6/2011 02:35:10, 157152 bytes
       Driver: C:\Windows\SysWOW64\ativvsvl.dat, 12/6/2011 02:35:10, 204960 bytes
       Driver: C:\Windows\SysWOW64\atipdlxx.dll, 6.14.0010.2563 (English), 12/6/2011 03:10:12, 360448 bytes
       Driver: C:\Windows\SysWOW64\Oemdspif.dll, 6.15.0006.0006 (English), 12/6/2011 03:10:00, 278528 bytes
       Driver: C:\Windows\SysWOW64\ati2edxx.dll, 6.14.0010.2514 (English), 12/6/2011 03:09:44, 43520 bytes
       Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.11399 (English), 12/6/2011 02:56:40, 19125760 bytes
       Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0414 (English), 12/6/2011 03:06:38, 6159872 bytes
       Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.1664 (English), 12/6/2011 02:29:30, 11484672 bytes
       Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.1664 (English), 12/6/2011 02:34:24, 46080 bytes
       Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.1664 (English), 12/6/2011 02:34:14, 44032 bytes
       Driver: C:\Windows\SysWOW64\atipblag.dat, 9/12/2011 23:06:16, 3917 bytes
       Driver: C:\Windows\SysWOW64\atiu9pag.dll, 8.14.0001.6248 (English), 12/6/2011 02:11:02, 29696 bytes
       Driver: C:\Windows\SysWOW64\atiuxpag.dll, 8.14.0001.6248 (English), 12/6/2011 02:11:16, 33280 bytes
       Driver: C:\Windows\SysWOW64\atigktxx.dll, 8.14.0001.6248 (English), 12/6/2011 02:12:22, 33280 bytes
       Driver: C:\Windows\SysWOW64\atiglpxx.dll, 8.14.0001.6248 (English), 12/6/2011 02:12:34, 14336 bytes
       Driver: C:\Windows\atiogl.xml, 10/10/2011 17:51:12, 36338 bytes
       Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 6/22/2009 16:34:36, 51200 bytes
       Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 8/27/2010 19:33:08, 332800 bytes
       Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6248 (English), 12/6/2011 02:12:34, 14336 bytes
       Driver: C:\Windows\system32\aticfx64.dll, 8.17.0010.1114 (English), 12/6/2011 03:16:00, 933888 bytes
       Driver: C:\Windows\SysWOW64\aticfx32.dll, 8.17.0010.1114 (English), 12/6/2011 03:17:36, 778752 bytes
       Driver: C:\Windows\system32\coinst.dll, 1.00.0003.0005 (English), 12/6/2011 02:18:46, 58880 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_84431043&REV_00\3&267A616A&0&9A
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 03:29:26, 343040 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc64.dll,11.06.0000.10126
    ATI MPEG Video Decoder,0x005fffff,1,2,atimpenc64.dll,11.06.0000.10126
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,11.06.0000.10126
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    ATI MPEG Video Encoder,0x00200000,1,1,atimpenc64.dll,11.06.0000.10126
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc64.dll,11.06.0000.10126
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    ATI Video Scaler Filter,0x00200000,1,1,atimpenc64.dll,11.06.0000.10126
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Overlay Mixer2,0x00200000,1,1,,
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    ATI Video Rotation Filter,0x00200000,1,1,atimpenc64.dll,11.06.0000.10126
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713

    Quote from: Svet on 16-February-12, 02:36:34
    driver crashes means BSOD? if yes, this hapends during what?
    have you tried to load BIOS optimized defaults?
    do you use MSI vga drivers for your video card?
    is your computer stable if you use another video card?
    To answer in order:
    No BSOD, the display locks up, audio continues to play, both screens flash to blank black then the UI returns and windows 7 reports "Display driver amdkmdap stopped responding and has successfully recovered."
    I have not loaded BIOS optimized defaults that i am aware of.
    I am currently using ATI drivers sourced from the ATI site.
    Machine is stable when using integrated GFX or an Nvidia 470GTX (with corresponding drivers).

  • Line Time Series Chart not working

    Hi All,
    I have one Line Time Series chart where on the X Axis i have taken one date and on Y axis one Sales Figure.Now on the Measure Lables i have taken on dimension as Customer.
    So the chart will give me something like trend which customer has how much sales figures daywise.
    Now the issue is that it shows the trend for one customer correct and shows the line but if i select second customer the graph doesnt show the line just dot for the second customer.
    Any help in this regard

    Thanks Vinod for the reply.
    Second customer doesnt have data on consecutive days but there is no pattern in that.He has data on 3rd,7th,8th,10th,15th day.
    But for all these days for the second customer dots are coming but not in the case for First Customer.
    Regards

  • Apply different eases to sections of a tween? Please help.

    Flash CS4 has a feature where a tween can have more than two keyframes. If a tween has three keyframes, then changing keyframe 2 will affect the motion from keyframes 1 to 2 as well as the motion from keyframes 2 to 3. This is a very cool feature.
    But there's one problem: I can only figure out how to apply an ease to the entire tween, not to the motion between two keyframes. Do you know how I can apply one ease to the motion between keyframes 1 and 2, and a different ease (or the same one a second time) to the motion between keyframes 2 and 3?
    I've had two ideas so far for getting the same result:
    1) Make a custom ease that includes all the eases I want. I find this too cumbersome and imprecise, unless there's a way to copy an existing curve into the space between two keyframes of a second curve (without replacing the whole second curve).
    2) Split the tween at each keyframe. But then every time I want to adjust keyframe 2 I have to do it twice, and sometimes the break ends up jerking slightly. I'd really rather keep keyframe 2 a shared keyframe.
    Any other ideas? Thanks.

    Hey there,
    If you're easing properties that are not X, Y, Z, the easiest way to do this is to just make the property keyframes smooth - the curve will ease the property into and out from that keyframe.
    Spatial properties would need the custom ease. The snapping feature in the custom ease graph will hopefully make this a bit easier if you aren't using it already. Please see my blog post for details: http://flashthusiast.com/2008/11/20/flash-cs4-how-to-ease-between-keyframes-using-new-moti on-tweens/
    We realize this is cumbersome for the spatial properties, and it's something we're working on for future revisions of new motion.
    Jen.

  • Ability to save graphic settings on dataview across all users

    Hello All,
    Do you know how to save a graphic setting on a dataview?
    i.e. i have customized a graph on my dataview, which have specific settings.
    When i go into the dataview, my settings are as per defined. however when another user enters the dataview, my specific settings are not displayed.
    looked up on sap library and saw the following:
    The graphical display in interactive planning depends on the following factors:
    ·        It is user-specific.
    ·        It is planning book-specific.
    ·        It is data view-specific.
    Is there a possiblity to save a setting at a central place which will be evident across all users?
    Thanks
    Regards,
    Stella

    You can assign setting from you user id to other planner user ID by tcode :
    /SAPAPO/SDPUSET - User Settings for Interactive Planning
    I am not sure wheather it is applicable for graphical setting also.
    If it is not applicable than i don't think it is available with std SAP functionality .
    Manish
    Edited by: Manish Kumar Rathi on Oct 5, 2008 9:16 PM

  • Export image EMF from tab control, help!!

    Hello,
    I am trying to get a good resolution report. I got use export image to EMF file so the graphs look very good resolution. When I appended the image control like png it looked poor quality. Now is ok, now I export image of graphs to emf and then use 'append image to report' using the path of file emf.
    But I have a problem in this case. I am trying to get EMF file from Tab control. I have 8 graphs inside of each page of tab control. I would like to get each page exporting to EMF file and later append the image to report from path of file. The problem is I cant export to emf. I tried the solution in this treads.
    http://forums.ni.com/t5/LabVIEW/send-control-image-programmatically-to-clipboard/td-p/180921/page/2
    But it uses get image and it is bmp, so no good solution.
    I attached pdf file. IT shows the tab control with append control to report (it is like capture in png file) and one graph append control to report png and emf file of another graph and use the path to input in word report. You can see the diference.
    I would like to know if i could export the tab control to emf or any onther vectorial image and later use the path. SInce it will take several pages and i will need sometimes 300-400 graphs...
    Any idea would be great.
    Best Regards.
    Attachments:
    z-capture.png ‏34 KB
    Report22.pdf ‏212 KB

    Hi Mike,
    Thanks for your reply!.
    Well, it was only one example. Check the attached file. It works ok. I split in dataset of 8sec and save the emf files.
    The problem is the report. If I enable it doestnt works fine, since you will be the both parts working in the same time.
    That's why the sequence structure would be ok, one time all the graphs are saved then I could append to report.
    I have another question. I used transparent graph and it works ok. I remove all the scales Y values or labels and customized the graph adding one horinzontal line for X scale (like capture), but in the file emf saved didnt appear. Do you know why?.
    Best Regards, Fred.
    Attachments:
    z-capture1.png ‏31 KB
    z-capture2.png ‏16 KB
    Report1.pdf ‏267 KB

  • Q using ease in the motion editor

    I really like the motion editor in CS4. A lot is easier than before, particularly working with ease. But I wounder how you use the custom curve when having a complicated motion with a lot of keyframes. In programs like AE it's easy to select a key and tell if it's going to be a easy in/out or both, and then I select next key and tell how that key should ease. In Flash CS4 I allways get a easy curve that range the entire tween. Is the workflow to brake everything apart so you tween every single motion, or is it another way doing it?
    Regards / Jimmy

    Hi Jimmy,
    What you're needing to do is ease between keyframes. There is one way of doing this for spatial properties (X, Y, Z properties), and two ways of doing this for all other properties (such as blur, rotation, etc). This blog post explains how to do it:
    http://flashthusiast.com/2008/11/20/flash-cs4-how-to-ease-between-keyframes-using-new-moti on-tweens/
    In a nutshell, if you are doing eases for any property that is not X, Y or Z, simply smooth the curve in/out from the property keyframe in the graph. You will need to use a custom ease for X, Y, and Z.
    As for all the keyframes in the custom ease (assuming you still need it), there isn't a way to avoid that if you have that many keyframes that you need to ease in and out from.  However, there is a "snapping" feature in the custom ease graph (described in the article above) that may help you place each keyframe and after you get used to it, working with the graph may end up easier.

Maybe you are looking for