D-Bracket 2 wire colors help

Hi!
I accidentially pulled out the wires from the thing to plug to jled1 on the motherboard. Could someone tell me which wire(color) should be but in which hole on the plug?
Thanks,
Jontto

Welcome
D bracket can be handy for getting started, but I don't use it anymore. Just one more card drawing from PSU, unless the extra USB ports are needed.

Similar Messages

  • Color help please!

    Color help please!
    When I view a file in CS5, the colors are vastly different than when I view the same file from any other program on my computer.  I calibrate regularly and want to be viewing as per the calibration on CS5- are there setting I need to change in CS5 or are those accurate and I need to change the settings in my control panel??  Thank you!!

    So that you can be better helped,what OS/version are you running,what software/hardware do you calibrate your monitor with,and what are the Color Preference settings in Photoshop?  That can be accessed with Ctrl + Shift + k in Photoshop. If you can manage a screenshot of just that Preference dialog,it will help a lot.
    I'll add that Windows applications are not color managed as Photoshop is. Windows and many files you see on the web are sRGB. If Photoshop's Color Workspace  is set to either Adobe RGB or Pro-Photo, a regular color graphics file  will show up with the colors saturated. That's because most color files do not have a tag telling Photoshop what color space it came from and Photoshop if set to other than sRGB will not display it properly.
    You could set Photoshop's Working space to sRGB (North American General Defaults 2) if your pictures are intended for the web, or if you must use Adobe RGB (commercial press work),then you must tag or Assign an sRGB profile if your file has no profile assigned. If it already has a tag other than sRGB, then you make a copy and Convert it to sRGB to display properly in Windows apps.
    That's a rough guess as to why your files do not display properly in CS5. Assign Profile and Convert to Profile are both under PS's Edit Menu.
    Gene

  • Animated gif color help

         Hello, I shot a sequence of photos for a stopmotion and have been having issues with color.  It was shot on a green screen and so I used keylight to remove it, made the sequence, it all looks fine in AE, render it and when I open it afterward, the colors are off and pixelated and just terrible. I've tried both web and system colors and am just lost. The adobehelp site says that you can make your own color palette in photoshop if you need it and so I made one, but when I browse for it in AE, it doesn't recognize the file. It's very frustrating. Please help!

    What exactly do you do? Sounds like you don't even understand how the GIF format (or any palette based format for that matter) works and what the limitations are and thus are using a completely wrong workflow. Anyway, you cannot load custom swatches/ palettes in AE, since it doesn't have an indexed color mode. Futile exercise. For the rest: Render a normal Quicktime, AVI or image sequence, import it into Photoshop as a video layer. Then export via Save for Web and Devices or Device Central. Any palette adjustmens can best be done there.
    Mylenium

  • Core Audio Overload - Will a New Fire Wire Unit Help?

    I use a G5 2.5Ghz Quad with 6GB of RAM and an Edirol FA-101. I'm finding that the 'Core Audio Overload' is becoming a huge irritant and I've tried multiple driver configurations in Logic Pro 7.2 to correct the problem.
    Watching the performance, I had 64% of my processor power idle and 1.79GB of RAM free when it last occurred. Given that so much system resource is idle, my only conclusion is that my Edirol FA-101 is not adequate for the tasks I'm setting it. Before I spend the money, does anyone agree or am I barking up the wrong tree? Can Core Audio overload due to the sound unit being used?
    I'm thinking of a Fire Wire 800 unit like the RME Fireface - if anyone has experience of FW800 units I'll be glad to hear from you and from anyone who knows whether it will help Core Audio process information in time.

    I'm not using a seperate drive for my Logic files. I've worked through the link you posted on settings several times, and it's Steinberg's 'Halion Symphonic Orchestra' that's crippling my system. I watch the system performance as the song plays and the second core peaks out every time while the Disk I/O meter barely registers a blip which is why I haven't put anything onto a seperate drive, though I certainly shall be.
    Will getting Logic projects on a seperate drive work to a greater extent for Core Audio? Halion Symphonic Orchestra uses huge files, but I can't understand why I have such a large amount of Idle system with the Core Audio Overload?
    Would an RME Fireface not help Core Audio in its processing? If I can avoid the cost, I will. I'm even using a Pro Care appointment on Tuesday afternoon to see if there's anything else I can do, I'm that desperate!
    If I move the Halion Symphonic Orchestra to a seperate drive and then the Logic files to another, would that be more benificial to system performance?
    Beer anyone?

  • Png within my document when converted to a pdf are printing black and white rest is color-help! WHY?

    I am creating a document in Publisher & converting to a pdf. Most of my png elements within the document, are then printing black and white from the pdf (everything else is in color)? Don't know what is going on, doesn't seem to happen on all printers, is there a setting I am missing? Help! Thanks

    Could be a setting in the PNGs when they are saved.
    Have you tried saving them as GIFs and replacing them in the document(s)?

  • Repetitive Wire - FRFT help

    Hi Everyone,
    My client requested for me to implement Repetitive Wires and treasury payment program. I have not done this before but for my understanding all the configuration needed are treasury payment program and creating repetitive codes and groups.
    My question is do you have to ask the bank for a uniques code for repetitive code or do u just create your own set of codes. How do you involvolve the bank?
    Any help would be appreciated.
    Thanks in advance.
    Bob

    Hello
    You can create the repatative codes in the SAP at transaction OT81. After you create the repatatvive codes, you need to run the transaction FRFT to generate the postings

  • JProgressBar Color Help Needed

    Greetings,
    I am attempting to find the simplest way to set the color of the text that represents the percent done in a task on a determinate progress bar. This is the font color of the element enabled by using the method "aProgBar".setStringPainted(true) command. I have found the setForeground and Background Colors. Which changed the bg of the bar or the color of the rectangle being built. But I have been unsuccesful at getting the text color to change.
    I have attempted to use some examples of customizing the defaultUi settings. However I stopped the attempt after it became a bit to long winded in its code. Plus I'm not really sure but it sounds like if I change the UIDefaults it would be a global change so every progress bar would now look the same. In this case I could do that due to the fact that I only have 2 bars in the application and it would be alright. However I am confident that there is a way to customize I single instance of this. I just dont know how to do it.
    I am a middleware developer that rarely gets the chance to use Swing so I always find myself having to learn from scratch almost everything each time I do it. Any advice on training or books that might help me retain or improve my development time would also be appreceated. In general are there any basics that I should study that would allow me to understand core principles throughout awt/Swing. Ie "here is the framwork that runs throughout Awt or Swing that controls Look and feel of most components and it's name is _________".
    Anyhow thanks in advance.
    B.

    Michael,
    Thanks for your reply as well. This solution works and works simply. I do believe I just change all instances of JProgress to now show the same custom colors. Which is ok by me.
    The key phrase in this solution is the phrase "prior to construction". I simply set it in a static init block and went from there. You might be able to do something right prior to creating a new instance to keep this effecting only one instance. I have not tried.
    Thanks agian for providing a single line solution and the proper level of detail in order to get it to work.

  • PSE7 - Problem Displaying Color - Help!

    Okay, I have an issue that just started.  I've been using PSE7 for over a year now and never had this issue before.
    When I select a color on my color palette and then hit the bucket icon to fill a space, the color seems to do okay.  When I select the eye dropper tool to select a color from an object and then try to fill that color, it comes out yellow everytime.  It is not the color that is being used/displayed.
    A few days back I added some colors to the color palette.  It seems to have been happening since I did this.  I reset the palette, but still the error.
    I hope I explained it properly.  Any help would be greatly appreciated.  I don't want to have to go back and select the brush tool and paint it all in.  And I should mention when using the brush tool to color in the space, it works fine.  The color is correct.
    Any ideas?
    Thanks,
    Becky

    Okay, I have an issue that just started.  I've been using PSE7 for over a year now and never had this issue before.
    When I select a color on my color palette and then hit the bucket icon to fill a space, the color seems to do okay.  When I select the eye dropper tool to select a color from an object and then try to fill that color, it comes out yellow everytime.  It is not the color that is being used/displayed.
    A few days back I added some colors to the color palette.  It seems to have been happening since I did this.  I reset the palette, but still the error.
    I hope I explained it properly.  Any help would be greatly appreciated.  I don't want to have to go back and select the brush tool and paint it all in.  And I should mention when using the brush tool to color in the space, it works fine.  The color is correct.
    Any ideas?
    Thanks,
    Becky

  • SPRY submenu text color help needed.

    I've created a vertical SPRY menu bar over a dark background
    image in a left sidebar. The text is white and the background is
    set to none (transparent).
    When the submenu opens to the right it's on a white
    background (over the main content area). Because the text is set to
    white, you cannot see the submenu links.
    Is there a way to change only the submenu links to black? I'd
    also like to change the background color of the submenu links.
    Thanks in advance for your assistance.

    http://labs.adobe.com/technologies/spry/home.html
    - This first link is the Spry home page. There you will find an
    updater to Spry that if you have not downloaded up to this point,
    you should I will explain why shortly. Inside the package you will
    find a ton of samples and an Extension. Install the Extension and
    restart DW. Then under the Sites menu you will see a new option to
    update your Spry. Run that updater.
    http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html
    - This page will show you how to make the necessary customizations.
    The last two examples will help you out. All you will need to do is
    read through the source code of the document. There is no need to
    read through the source of the CSS file because they show you the
    changed CSS on that page. Just apply those changes to your CSS
    SpryMenuBarVertical.css document where the tag matches. If there is
    no matching tag you will need to just copy and paste the entire
    portion but I don't think that is the case with your menu. Also
    your entries will be Menubar 8 & 9 in the source code, but to
    find the matching code in your css document just replace the
    MenuBar8 or 9 with MenuBarVertical.
    If you have not done a lot of work with CSS before I would
    highly recommend reading this tutorial before going through any of
    the above steps:
    http://www.w3schools.com/css/

  • Crstal Report alternate color Help?

    Hello Friends,
    I have a crystal report, Crystal Report contains a Table and I change the alternate color of the Rows using the following formula:
    if RecordNumber mod 2 = 0 then crSilver else crNoColor
    I want the alternate color to be within the Table, but the alternate color is applied outside the Table also. How to do it?
    Thanks.

    If I understand correctly, the entire background of the details section gets the colour, not just the area within the verticle lines.  If so, then two possibilities, don't use verticle lines so that there is no border.
    If this solution is not useful, then while I haven't tried this, you might be able to use an image, set up the size you need (assuming the details section does not extend vertically) and set the conditional suppression to suppress using a similar mod formula.
    Hope this helps
    rasinc
    Edited by: rasinc on May 3, 2009 5:25 AM

  • Photoshop CS3 color help.

    Got photoshop cs3 color worked for brushes for a while then stopped. I tried everything I could with the scales and swatches and nothing helps.. any ideas?

    dave milbut wrote:
    John Joslin wrote:
    It deletes them from the palette, not from the hard drive. They can be reloaded from where they were saved.
    if you haven't saved custom brushes externally DO SO before resetting the brushes!
    Yes, thanks for that.      That was my implication but I should've spelled it out.  

  • Bridge CS3 Manage Color Help menu wrong

    The Help menu says-
    Preferences (Mac OS), and click Advanced.
    Select Enable Color Management In Bridge.
    HOWEVER, the options I get when I go to Preferences and Click advanced DO NOT have Select Enable Color Management in Bridge as an option, see enclosed screen capture of the Bridge Preferences.
    Color is going very wrong on my Xerox DocuColor 240, so I'm reviewing the color workflow from input to output.I have already downloaded and installed profiles spefic to my Doc 240, however, I'm having trouble figuring out how best to make  use of them. Information as to the interactions between ColorSync and CS3 would be greatly appreciated.

    Hi
    Yes, that is not helpful anymore:P . That only applies to the original 2.0.0 build. The preference was removed and color management is On for all updates (2.0.1 - 2.1.1) when applicable. Draft thumbnails are not managed, along with some formats. This option also only described on screen display and has no impact on print output.
    You will probably have better luck asking in the application forum that covers your printing output application, and or image editing/compositing application. Or maybe try the Color managementforum.
    regards,
    steve

  • Photoshop CS5 color help.

    Hey, I tried figuring this out myself but to no avail. so I am asking anyone here for some advice.
    I am trying to make a "lightsaber" effect on some images. In an earlier version of photoshop (earlier than the CS versions i think) it ended up as the blade with its color on a black background. This image was placed on top of my image, the blending mode changed to screen, and it turned out fine. The black disappeared, and the blade kept its vibrant color.
    Tutorial I used: http://alienryderflex.com/rotoscope/
    Blade image before "screeining" over background image: http://i447.photobucket.com/albums/qq192/CrazedOne1988/lasers.jpg
    I've tried this in cs3 and cs5, but something in the program must have changed. When I set the "blades" image to screen, the blade color ends up blending into the background color (altering the blades color) and ends up completely disappearing against a white background. The blade color alters based on what color the image behind it is. I want the blades to keep their vibrant color regardless of what background it is against. Any advice?
    Pre-CS: http://i447.photobucket.com/albums/qq192/CrazedOne1988/endoftheworld.jpg
    CS3 CS5: http://fc09.deviantart.net/fs37/i/2008/284/8/1/Halo_Star_Wars_by_CrazedOne1988.jpg (blade color in this image was set to Red:0 Green: 127 Blue: 255, a clear cyan blue color, and it's blending into the orange, creating a purplish blue color)

    When I set the "blades" image to screen, the blade color ends up blending into the background color (altering the blades color) and ends up completely disappearing against a white background.
    Of course they will disappear against a white background.
    The Blending Mode Screen can only produce lighter values (you can figure out the math yourself or check out the Help, »Blending mode descriptions«) so on white it will result in white.
    Anyway, I guess the intended effect may possibly be approximated with Blend Mode Normal.
    In the case of your example a Selection based on Green used to make a Green (0/255/0) Solid Color Layer, a Selection based on either Red or Blue as the basis of a white Solid Color Layer could be used.
    On Black the results are identical, on lighter backgrounds the result will differ increasingly, but one can still control the aura via Opacity.

  • AppleScript Text Coloring Help

    Okay, so in AppleScript Studio I made an application that is really just a text editor. Now I would like to make a script that would run whenever the contents of a text view changed, and what I want the script to do is every time it sees a certain word in the text view, change the color of only that word and leave the rest of the text alone, but it also changes the color of the word if that word is used more than once.
    i tried
    if text view "text" of scroll view "text" of window "window" contains "the" then
    set selection of text view "text" of scroll view "text" of window "window" to "the"
    set color of selection to "red"
    end if
    It gives me several errors, I don't really know if they are relevant to the solution of my problem, but if they are I can post them.
    Please help, I have tried to do this in so many different ways and nothing has worked.
    Message was edited by: Unreality

    bump

  • Created a CYMK vector shape logo in photoshop, now need to change to spot colors HELP!?

    I have created a 3 color logo with vector shapes in photoshop CS6.  The problem is the client wants it to be 3 spot colors rather than CYMK.  Does anyone have a quick and easy way for me to change the individual vector shape layers into various spot colors instead that maintains the vector quality?  I don't want to have to redraw all these shapes.  Help would be VERY appreciated with this.

    Your client is speaking in the language of Illustrator, in which spot colors represent specific, sometimes specialist colours.  I can think of no reason why you can't use Photoshop, but ask the client if they want to provide you with values for the spot colours?   If I understand it correctly, the printer will interpret each of the three spot colours you use, to represent the specific inks/colours the client needs.
    Use spot colors | Adobe Illustrator CC tutorials
    You encounter it sometimes when printing catalogs which contain sponsor logos.  I can remember once getting an incredibly detailed PDF from Canon on how we could use their logo, with warnings of dire consequences if we got it wrong.

Maybe you are looking for

  • Can't view video in iPhoto

    Can't view video in iPhoto on my iMac but I can view it on my iPad! Source of video iPhone, sent to me via email. Appears in iPhoto on my iMac as a blank folder. Using OSX 10.9.5 Maverick. Any ideas? I have the same problem with a voice recording sen

  • Selecting a range of data from a file

    Is it possible to only display a selected range of data from a binary file? I can read in my binary files but I would like to only send data within a user defineable range to the data portal for viewing. This range may be over multiple binary files a

  • JAXB Marshalling without UnMarshalling

    Hi, Using JAXB can I Marshall an java object to xml directly without Unmarshalling it first? Thanks.

  • 64 bit help!

    Hello, I am a bit lost on where to download the 64bit version when it comes to glassfish. Can anyone point me to the URL that will give me 64bit linux ? The link I usually use to down load ... http://java.sun.com/javaee/downloads/index.jsp and I use

  • Sign in failed

    I get notifications on my phone that say verizon sign in failed . When I open it it says server password has changed.I still send and receive emails normally .    So how do I correct this issue