Flickering images

hi, i am trying to do a photo montage using Motion.
Everything seems ok until i export to quicktime.
Some photos in the movie keeps flickering white/blue colours.
i've tried restarting my computer and exporting using different format/resolution, but the problem still exists.
My imac running on 4GB Ram at 2.8G hz. I'm using Final Cut Studio 2.
Can anyone tell me what's the problem? and how to resolve it?
Thanks a lot!!!

bnd1087 wrote:
i just copied the project files and transfer it to my MacBook Pro 2.5GHZ, 4GB RAM.
When i export it to quicktime, there's no glitches or flickering images in the video. So is there something wrong with the software that i installed on my iMac?
It's possible. You could try trashing your Motion preferences.
Regarding your photos. Many people use photos in video editing, but I'm surprised by how little care is taken to get the best quality out of them compared to the care taken with their video. A few pointers.
JPEG is a compressed format. Whenever possible use an uncompressed format for your stills such as TGA, or TIFF, or even PSD.
When scanning photos in for video use, forget dpi. It's only necessary for print work. TV screens can be virtually any size and therefore it doesn't apply. Set it at 72 dpi and forget it. Instead adjust the pixel dimensions to ensure a high quality scan. For the ever-loved Pan and Zoom technique, you'll likely want about 2 times the size of your frame along the longest side (ie: 1500px for 720x480). That's obviously just a rule of thumb, but a good one nontheless. In Motion you'll be restricted by your graphics card (mine is 4096, others are 8000ish).
Andy

Similar Messages

  • Flickering Image update (only one Image drawn on Component), 10+ Duke Dolla

    I've made an RBGFilter for Images and Combined it with a Thread
    to make an Image fade from Color to Grayscale.
    I use it together with an home made JComponent. It works, but the Image flickers.
    I've tried longer sleep periods (I thougt that maybe the filter was to slow) but it still flickered when changing the Image. I tried dubbel buffering, but couldn't get it to change the Image. Anyway, I suppose double buffering wouldn't help much, while it's only one Image to be drawn and it covers the entire Component.
    Does anyone have a clue about how to do?? You'll get plenty of Duke Dollars!
    (in the fade class)
    public void run()
    try{
    while( !Thread.interrupted() ){
    Thread.sleep( 70 );
    //Change colors:
    Image tmpImage = Toolkit.getDefaultToolkit().createImage(
    new FilteredImageSource( colorImage.getSource(), fadeFilter ) );
    ImageComponent.setImage( tmpImage ); //Home made component
    //test if fading is finished...
    catch( InterruptedException ie ){}
    (in the home made component)
    public void setImage( Image theImage )
    this.theImage = theImage;
    repaint();
    public void paintComponent( Graphics g )
    g.drawImage( theImage, 0, 0, this );
    }

    I dont know much about java but i do know a bit about MFC and this reminds me of a similiar issue in mfc. So heres my bet:
    Calls to repaint do call directly to paintComponent they first execute some code that paints the background of the component then calls the paintComponent routine. Typically the background is white and this results in flickering.
    Thats just a hunch. Because its similiar to an issue that you get in MFC around animation with framework paint calls.
    You can play the hunch by calling paintComponent directly and see if your flickering goes away. If it does find a way to use repaint without it repainting the background before it calls paintComponent (im sure theres a way or a similiar framework routine)
    One last thing? is the custom componet that your working with swing based? Cause swing based components are supposed to double buffer by default.

  • Problem with Photoshop CC - flickering image

    Hello @ all.
    Yesterday i bought a Photoshop CC License and then i have installed it on my Windows 8 Laptop. The Problem is... When i am editing a image, the image is flickering all the time from the original color to dark repeatedly.
    I Think it is a problem between my grafic-card and Photoshop, but i don´t know how i can solve the problem reliable.
    Can someone tell me, how i can solve the problem?

    Hello @ all.
    Yesterday i bought a Photoshop CC License and then i have installed it on my Windows 8 Laptop. The Problem is... When i am editing a image, the image is flickering all the time from the original color to dark repeatedly.
    I Think it is a problem between my grafic-card and Photoshop, but i don´t know how i can solve the problem reliable.
    Can someone tell me, how i can solve the problem?

  • Flickering images in my final dvd

    Hi, recently used compressor and then dvdsp to get a final sd dvd. *all was recorded in sd.
    when I played back the final video in a home dvd player (LG dvd player connected to a sony trinitron tv)
    the video image in some parts seems to have flickering.
    specially when there is movement and /or when you see a logo moving across the screen.
    *if I use another home dvd player (other brand) it looks with a better image quality, with less flickering
    but whe the logo appears moving across the screen the flickering appears.
    *notice that when I connect my G5 directly via a canopus device to the tv, I see no flickering
    ANY IDEA?
    THANKS!!

    You won't see it on a computer as FCP generally is showing you only one field of the frame. You need to be monitoring the material on an interlaced monitor to see it while editing.
    The following is a way to address the issue in Final Cut Pro before you export it to build and burn a DVD.
    The flickering is an artifact of the interlaced nature of video. It is a result of very thin (often horizontal) elements that exist on one scanline as is common in text or titling. This can also be the case in images with great deal of detail with high contrast as well as when when you are engaged in pan/zoom moves on stills.
    As the alternate fields play, the flashing element is essentially being turned on/off. The basic strategy is to get the element to exist over two scanlines so it is refreshed every time the field plays or to reduce the amount of contrast so the difference between ON and OFF is not noticeable.
    Before you start any of these steps listed below, make sure you are viewing your material on an appropriate monitor. If you are working in an NTSC/PAL interlaced format (eg DV) you need an external TV monitor - not a computer screen. Without the appropriate device, you are playing blind.
    Things to try (In increasing order of image degradation)
    • (in FCP) field order>none
    • (in FCP or Photoshop) reduce whites by 10% - reduces overly bright areas
    • (in FCP) flicker filter - minimum
    • (in Photoshop) motion blur>vertical> .2 - .5 pixels - blurs vertically only
    • (In FCP or Photoshop) Gaussian blur> .2 - .5 pixels -blurs both horizontally as well as vertically
    • (in FCP or Photoshop) deinterlace - throws away half the image and is generally not appropriate on scanned images
    Remember: Unless you are viewing your work in the appropriate external NTSC/PAL monitor, you are playing blind. The computer monitor only shows you a proxy image.
    One final thought, if you have slowed your material significantly, and have not used some sort of frame blending/optical flow processing, you may be simply duplicating frames to create the additional material to pad the playback. The flashing you see is the result of this.
    good luck.
    x

  • Flickering-Image -----Please Help

    Pls help meI have one hand image. I am drawing polygon above each finger.
    Whenever the user clicks on particular finger, we are changing the color of that polygon.
    We are changing the colors of the fingers(polygons) based on the database value when some functionalty is invoked. We are updating this color in PaintComponent of JPanel. The colors are flickering some time.
    Please help.
    Thanks in Advance.
    code -------------
    class ImagePanel extends JPanel {
    Image img1,img2;
    URL imageUrl1,imageUrl2;
         int x,y;
         public ImagePanel() {
    create 10 polygons for 10 fingers
    setLayout(null);
         this.addMouseListener(new panelMouseListener(this));
    //this method creates the status panel
         void fillPoly() {
         //set the color of the fingers to green (when template is available).
              Graphics g=getGraphics();
              Graphics2D gg = (Graphics2D)g;
    //fetching the records from database and depending on records changing the color to green yellow and selected finger to red
                   if(fingerId==1)     {
                        gg.setColor(Color.red);
                        gg.fillPolygon(p[0]);
              } else if(fingerId==2) {
                   gg.setColor(Color.red);
                   gg.fillPolygon(p[1]);
    public void paintComponent(Graphics gg) {
    Graphics2D g = (Graphics2D)gg;
    super.paintComponent(g); //paint background
    int x1,y1;
         fillPoly();
    //left hand
    if(p[0].contains(x,y)) {
         //g.drawImage(img1, 0, 0, this);
         //g.drawImage(img2,110, 0, this);
         fingerId=1;
              msg="left pinkie finger";
              flag=true;
              showFingerImages(fingerId,flag);
              fillPoly();
         } else if(p[1].contains(x,y)) {
              //g.drawImage(img1, 0, 0, this);
              //g.drawImage(img2, 110, 0, this);
              fingerId=2;
         msg="left ring finger";
         flag=true;
         showFingerImages(fingerId,flag);
         }else {
              //g.drawImage(img1, 0, 0, this);
                   //g.drawImage(img2, 110, 0, this);
                   fingerId=0;
                   msg="Please Select The Finger";
         g.drawImage(img1, 0, 0, this);
         g.drawImage(img2,110, 0, this);
    class panelMouseListener extends MouseAdapter {
              ImagePanel ip;
              panelMouseListener(ImagePanel ip)
              { this.ip=ip;
         public void mousePressed(MouseEvent me) {
         x=me.getX();
         y=me.getY();
         //fillPoly();
         ip.repaint();

    I'm not sure you model is the best but, nevermind, pass the graphics as argument of the method fillPoly :
    class ImagePanel extends JPanel {
         Image img1,img2;
         URL imageUrl1,imageUrl2;
         int x,y;
         public ImagePanel() {
              setLayout(null);
              addMouseListener(new PanelMouseListener());
         //this method creates the status panel
         void fillPoly(Graphics2D g) {
              //set the color of the fingers to green (when template is available).
              //fetching the records from database and depending on records changing the color to green yellow and selected finger to red
              if(fingerId==1) {
                   g.setColor(Color.red);
                   g.fillPolygon(p[0]);
              else if(fingerId==2) {
                   g.setColor(Color.red);
                   g.fillPolygon(p[1]);
         public void paintComponent(Graphics gg) {
              Graphics2D g = (Graphics2D)gg;
              super.paintComponent(g); //paint background
              int x1,y1;
              fillPoly(g);
              //left hand
              if(p[0].contains(x,y)) {
                   //g.drawImage(img1, 0, 0, this);
                   //g.drawImage(img2,110, 0, this);
                   fingerId=1;
                   msg="left pinkie finger";
                   flag=true;
                   showFingerImages(fingerId,flag);
                   fillPoly(g);
              else {
                   if(p[1].contains(x,y)) {
                        //g.drawImage(img1, 0, 0, this);
                        //g.drawImage(img2, 110, 0, this);
                        fingerId=2;
                        msg="left ring finger";
                        flag=true;
                        showFingerImages(fingerId,flag);
                   else {
                        //g.drawImage(img1, 0, 0, this);
                        //g.drawImage(img2, 110, 0, this);
                        fingerId=0;
                        msg="Please Select The Finger";
                   g.drawImage(img1, 0, 0, this);
                   g.drawImage(img2,110, 0, this);
         final class PanelMouseListener extends MouseAdapter {
              public void mousePressed(MouseEvent me) {
                   x=me.getX();
                   y=me.getY();
                   repaint();
    }I hope this helps,
    Denis

  • Flickering image

    when using an applet to display my game i have the paint() method first draw the backround and then all of the other objects the belong on the screen. when the game moves a little faster the objects flicker over the backround. is this normal?
    if its not normal... then can somone please test this example that i put together(in not sure if posting external links to other sites or to files is against any rules but i can assure anyone that i made this):
    http://www.esnips.com/doc/5087f156-8242-4ccf-897c-44091124f93e/ThreeD.rar
    to make the picture update, use any of the arrow keys, W, A, S, D or the mouse/

    the best solution I can come up with though I actually havn't gone so far as to check to see if this works well, since I havn't worked with java long enough to get to the point where I'd need to know this is to paint everything to a panel(s) that aren't on any frame, then save that as a picture and post it on the panel that IS on the frame that you want to update. Then, just erase the empty panel
    if that dosn't work, then just trade off frames, instead of coppying i.e. panel one is painted, then put on the frame, while panel 2 is taken off, panted on, then put on the frame, while panel one is taken off the frame
    I wouldn't actually know the code to do this, but to my knowledge with other various languages, thats how you create a non-flickering game.
    sorry for not being able to give you an actual solution using code, hope that helped though

  • Only import sound  - another problem the image flickering

    Hello
    My problem is that when I import AVI files into Encore, it's only sound that comes with - The video track is empty.
    If I play the same movie with Media Player does is both play sound and picture.
    What am I doing wrong?
    The first DVD I made, I could well do in Encore, but when I played it on my DVD player flickering image. - What should I change to fix this problem ?
    I can see the "Quality settings" the source is 720x480 29,97 fps, but the AVI i'm importing is 720x576 25 fps ?
    T

    steenmikkelsen2 wrote:
    Ok - I have imported from the camera to AVS Video editor via USB, then Adobe Promiere can't capture via USB, but need a FireWire connection, (1394)  mabye I shall buy a FireWire adapter sow I can capture direct to Premiere -
    is there one of you who can recommend FireWire adapter (1394) that I use with Premiere and my analog camcorder?
    Oh Dear - AVS uses a library called ffmpeg, which is largely based on reverse engineered commercial codecs and is not - ever - guaranteed to be DVD compliant in it's output.
    What looks like has happened to me is that the encore project appears to be NTSC (720x480) and I suspect the flickering issues are caused by changing frame rates in that dodgy conversion utility.
    Can you please confirm the following:
    1 - Project settings in Encore
    2 - Camera settings
    3 - Settings used in AVS - including codec used?
    Analogue to digital via FireWire capture can be done if you have a special box to do this.

  • Video flickering when published live from camera

    I am getting flickered image when published from live camera.
    Settings done for view of flash player in html page and settings done before publishing in actionscript is as follows:
    setting in HTML:
    size of flash player object in html page is 240*180
    setting in actionscript:
    stage size is 216*162
    size of video component is 216*162
    camera.setMode varies as:- camera.setMode(160,120,6) //////////////in this case there is a flickering
                                                 camera.setMode(320,240,8) //////////////in this case there is a flickering
                                                 camera.setMode(640,480,2) //////////////in this case there is no flickering.
    Now what I have tried to resolve the issue:
    1) changed the size in html to 320*240
    2) set the stage size to 320*240
    3) size of video component to 320*240
    I have tried all permutations for the above three scenario but still not got the solution.
    I have also tried to make the size of video component as per the camera height and width respectively, with/ without altering the size of stage, still no success.
    Please help.
    Thanks in advance
    Nitesh

    first thing to try is to upgrade your video driver.  if the issue still persists, please enter a bug here: https://bugbase.adobe.com/index.cfm
    please attach your dxdiag info in the bug - http://kb2.adobe.com/cps/839/cpsid_83952.html#main_For_Windows_users

  • Some flickering scenes in DVD (from HDV in FC7)

    Hello
    I have a little problem.
    I am trying to burn a dvd from a HDV secuence in FC7 and the resoult is that my dvd have some scenes with flickering  images.That is a kind of luma flickering to be precise. Some times a part of the image, let say the left superior corner..., other the entire frame. It occurs most of the time in the bright parts of the image
    My workflow is the following:
    1- In secuence settings I select ProRes 422
    2- Export/ Quicktime conversor/ ProRes 442
    3- Load it in Compressor
    4- 90 presetings/90 best
    5- Burn it with DVDPro
    Anyone who could give me a cluo of the causes of these flickerings? Any recomendation/solution?
    Thanks a lot for your help!!

    Don't use QT Conversion. Export QuickTime Current  Settings.
    My guess is you're seing interlacing artifacts. If that's the case, they will look particularly bad on a computer screen. They may not be noticable played out from a DVD player to a TV.  If they are, try de-intelacing a short test section in Compressor; it does a good job.
    Russ

  • Nf980-g65 SLI problem: severe image corruption

    Recently built new system using 2 known good 8800GT video cards from previous setup (tested in other systems, in sli mode, they work fine)
    amd phenom2 965
    8gb ram
    all drivers/bios up to date
    System works fine with SLI disabled. Enabling SLI leads to severe problems, and has since was built in early january.
    At first it was just a blue outline or shadow to everything.
    Now the enture image is severely corrupted (black, flickering, image with pixel lines missing, etc).
    Disable SLI again, and everything works fine.
    Obviously I want to utilize SLI, as I bought this motherboard specifically so I could continue to utilize my existing (and future) nvidia SLI cards rather than have to replace them as well.
    Reading around the net and testing of the cards leads me to suspect it is the SLI controller itself on the motherboard that is bad.

    >>Posting Guide<<

  • 100 % of the screen FLICKERING

    Hi, there. I have searched this forum (and others) and still I don't know what to do. There's a very interesting thread about one third of the screen flickering, and there's another one about heating problems with laptops issues, but still no solution (if there's going to be any).
    Well, my Powerbook G4, 17", 1GHz, 1 GB, OS 10.4.0 (i reinstalled it, erasing the internal harddrive, starting from scratch, but when the problem first occurred I was using 10.4.3) started suddenly to show a very annoying and flickering image on its full screen. There were black and perhaps other color lines, moving all around on a blue background, but covering the whole screen, and impossible to see anything on the screen, at all. It was like a VHS with a dirty or damaged head drum (sort of).
    I took it to an authorized service provider and they said they couldn't tell, because they were not prepared for repairing my case there so they needed to send it to an Apple Central Service or something, which might cost me an starting $150 just for checking what's wrong, and then, as they almost believe the problem was, $1500 for changing the internal screen, and who knows how much more if the logic board is also damaged, although according to their preliminary test it wasn't a logic board issue, because - they said - an external monitor could be used, but not the internal one.
    So, I would like to know what's really going on, to consider my options, because spending a starting amount of $1650 on this machine is insane.
    I performed the hardware test (using version 2.0.1 from my original OS-Jaguar installer DVD) and everything passed, including logic board, I mean, everything that is tested. I performed the extended test.
    When this flickering image is present I can hook up an external monitor and the external one looks OK, with the usual aqua blue Mac OS background, and I can notice the pointer moving in its area with the mouse while the main screen is flickering like crazy, but as the default connection is in extended format, I can't have access to System preferences/displays to set displays to mirror and perhaps use my laptop as a desktop, which is one of the options I am considering for trying to extend a little bit the life of this very expensive and now perhaps useless investment. Of course, I should have paid for the extended warranty, I know, but it's too late now.
    The last time this problem happened, yesterday, I just put down the screen and closed the laptop, leaving it in sleep mode for a few hours, when I opened it again, the screen flickered in the same manner for a few seconds, but then went back to normal, and remained OK during the whole hardware test.
    Any Mac guru who might send some light here?
    Thanks

    Alejandro --
    You're absolutely correct -- when I wiped the dust away with my hand, it moved the display module on its hinges just enough to restore continuity. It has since happened several times, and moving the display module just the smallest bit brings the screen back immediately. Clearly, it's an intermittent in the flex cable that connects the logic board to the display module. That flex cable passes through one of the display module's hinges (the left one, I believe), which is covered by what Apple calls a "clutch cover" (Apple P/N 922-4635).
    Apparently, the flex cable only flexes so many times before one or more of the flat signal leads in the flex cable breaks. Because the plastic (Kapton?) flex cable matrix in which the leads are encapsulated holds the broken ends of the lead very firmly, some positions of the hinged display module bring the broken ends in contact with each other, and the display is immediately activated.
    Though I'm sure Apple Care, your local ASP, and the Apple Store all want to sell you either a logic board or a new display module -- both of which are staggeringly expensive -- there's absolutely nothing wrong with the logic board OR the display module. I don't think it's a coincidence or oversight that Apple's .pdf docs -- the ones available to mere consumers, anyway -- showing exploded views of the PBG4 show NO separate part number for the combination flex cable and socket that you can see in these documents attached to the left-side hinge of the display module.
    I'd love to hear Apple's justification for trying to make their customers -- who show their loyalty by paying the highest prices in the industry, $3000.00+ for my fully-loaded PBG4 with SuperDrive (which also failed about 14 months after it was built, BTW) -- spring LARGE money for a new logic board or display module when what you need is a $10.00 cable.
    Now WHY do you think Apple would do that? They constantly harmonize about how much they value and respect their loyal customers -- I've used Macs exclusively since 1989 -- but when problems arise, Apple IS right behind you -- attempting to pick your pocket.
    I've owned many Macs, from a new IIci, through the PowerMacs, a blue & white G3, and now the PBG4. I've never had a major component, hardware, or logic board failure on any of them... until now. When my SuperDrive failed, I went through Apple, my laughable ASP, and the Apple store. They quoted me prices ranging from $800.00 to $1500.00. I ended up going to PowerBook ResQ, who picked up my PB on a Tuesday and had it back in my hands two days later; new SuperDrive, shipping both ways, and the shortest possible downtime, all for less than $300.00.
    If an independent ASP can do it, why can't Apple, with their greater resources?
    Don't even mention AppleCare, which besides being nothing other than a cash cow fed by the insecurities of non-techie buyers, is perhaps the slowest service provider in the known universe.
    Am I angry? You bet. I could have bought two or three equally-competent PC laptops for the price I paid for my PBG4, and because the computer hardware world is 80% PC, there's real competition for service. But to do that, I'd have to live with Windows -- the world's largest computer-related scam -- or fiddle-dee-dee around with Linux, which I simply don't have the time for.
    Apple knows it's got its customers trapped, and, not content with the ridiculous prices they charge for what is increasingly sub-standard hardware, they take every financial advantage out of those trapped customers that they possibly can.
    If anyone knows where I can get a replacement logic board to display module cable, I'd be delighted to hear about it.
    Bart Brown
    PBG4 Mac OS X (10.3.9)

  • DVI To Video Adapter on XP using Boot Camp

    I bought a DVI To Video Adapter for my MacBook pro. Though is works fine on the Mac OsX, when I tried to use it on Windows XP (using Boot Camp) all I got was a black-flickering image on my TV. Anyone… anything…? Thanx
    MacBook Pro   Mac OS X (10.4.6)  
    MacBook Pro   Mac OS X (10.4.6)  

    I'm having the same problem.
    It's gotta be some driver problem on the XP side.
    I don't know if it's something created by boot camp when it creates drivers for the Mac.
    The help i've found for the ATI Mobility Radeon X1600 doesn't describe the options and dialogs I'm working with very accurately.
    Called Apple-- they can't support the issue. Turned me back to searching on my own. Boot Camp message boards/ ATI... bummer.
    Someone needs to "Hero" us out.

  • Repeated iMac Problems, Display Issues now Kernel Panics

    I’m lost on what’s wrong with my 2008 iMac and I think I just have to bring it back into Apple for a third time to have it repaired. But something is obviously not working that is causing these issues.
    About a month ago, my computer began showing heavy pixilation, flickering images and the on-screen graphics. The computer appeared to keep working in the background from what I could tell so I came to conclusion that it must be the graphics card that’s failing and I’ll need to have it looked at.
    My 2008 iMac was custom-built by Apple with the Nvidia GeForce 8800GS that was offered as an upgrade option. There have been several posts on the display and graphics discussion board about that graphics card along with other postings other places about the problems the Nvidia GeForce 8-series had.
    The display problems I mention above would not happen immediately, it would happen as the computer warmed up and was used for 3-5 minutes.
    Anyway I brought my computer into Apple explained to them what I believed was the problem and the Apple Store technician agreed with me. Because I did not purchase AppleCare, it cost me $400 and a week without my iMac to have that card replaced.
    I got the computer back two weeks ago and everything seemed fine. It was working as it always had. I even was running SMC Fan Control in order to keep the computer as cool as I could (the Nvidia problem was related to overheating).
    But this morning, this is what I woke up to:
    http://img97.imageshack.us/img97/7436/photoijr.jpg
    The computer now has a semi-permanent pixilation when it starts up (as suppose to the pixilation 3-5 minutes into use). But more worrisome now is I cannot start up the computer without it going into a kernel panic. I tried resetting the PRAM, I tried starting in safe mode. The only thing I haven’t tried yet is booting from an external HD which I will try this evening (to hopefully isolate it if it’s hardware or a software problem).
    The Apple Hardware Test has been unhelpful. When it originally failed three weeks ago, the test showed nothing and this morning when I ran it (permanent pixilation and all), it showed nothing. I feel like if it was a software issue the pixilation would have disappeared during the hardware test because that’s not an OS-X based program.
    Here are my specs on this computer:
    2008 iMac 24" 2.8ghz Intel Core Duo, 4 gigs of RAM (Crucial Purchased, I have original sticks somewhere), 1 TB HD, Nvidia GeForce 8800GS.

    Hi, just to update you, I came home today and did a few things that didn't seem to solve my Mac's problems:
    - I booted up from my firewire "safe" drive that I keep a copy os x on to see if I had a corrupted hard drive or something. It booted into the kernel panic I described above.
    - I also swapped out the crucial RAM for Apple's factory RAM. It also booted into the Kernel Panic.
    In both incidents, the display issues didn't go away. Now instead of pixelization i have vertical bars running in a pattern across my screen.
    I'm currently trying to boot onto the OS X CD at this point to see if I could do a reinstall. It's taking quite awhile to boot into that.
    With that in mind, I think we're still having graphics card issues or more seriously some logic board problem.

  • Restoring from Time Machine after complete reinstall

    Hi!
    I have some odd problems in my system. Can´t do capital K without using capslock, flickering images, mousepointer freezes when I connect an external drive etc. I have booted from another system which makes all the problems go away which leads me to think it is something wrong in my software. Same problems if I create a new account and I´ve tried an Archive/reinstall without any luck. So I thought I would try a complete Erase and reinstall. I have a Time Machine backup which I would use but my question is. Is it likely that a transfer from my Time Machine backup, after my erase and install, will contain the problems I am trying to get rid of? Any better suggestions to try instead?
    Thanks

    CurryDallas wrote:
    Hi!
    I have some odd problems in my system. Can´t do capital K without using capslock, flickering images, mousepointer freezes when I connect an external drive etc. I have booted from another system which makes all the problems go away which leads me to think it is something wrong in my software. Same problems if I create a new account and I´ve tried an Archive/reinstall without any luck. So I thought I would try a complete Erase and reinstall. I have a Time Machine backup which I would use but my question is. Is it likely that a transfer from my Time Machine backup, after my erase and install, will contain the problems I am trying to get rid of?
    If the problems are with software and not hardware that's quite possible. but what you describe is pretty strange. if the problems were with the system files an archive and install should have fixed them. if they are with some user preference files making a new account would have fixed them.
    You can try doing an erase and install and check if the problems go away. if the do try using migration assistant to import your user settings and home directory ONLY from the TM backup. and if that doesn't work there is always an erase and install followed by manual migration from TM. that's VERY tedious but will give you the cleanest system.
    see this post for help on what to migrate
    http://discussions.apple.com/message.jspa?messageID=6185507
    Any better suggestions to try instead?
    Thanks
    Message was edited by: V.K.

  • Mac mini (late 2014) display Flicking/goes Off and On

    Hi everyone!
    Well.. i can say that, this is my first Mac computer and i already have problems. I have read a lots of comments and i have seen that many people experienced this problem with Mac mini, like display corruption, not property colors, flicking, display goes off and back on... or just standing on sleep and not turning on. (like Mac mini 2012 or 2011.. i have read about same issue..) so whats really happen?
    So, from the peoples comments i tried possible solutions:
    SMC Reset
    I have Reinstalled the OS X Yosemite (complete HDD format)
    I have changed the cable
    (Nothing works)
    Some detail about my connection:
    I have Mac mini (late 2014) i5 2,6GHz dual-core, 8GB ram, Iris Graphics (Intel), 1TB HDD
    I have connect it via miniDP to DP > to > Dell UltraSharp U2713HM
    My following issue:
    -Screen goes Off and On without reason (mostly happens when i connect my iPhone i have noticed, or maybe just impression..)
    -Screen goes to Sleep without reason while i'm on computer (this normally happens after a few off and on screen flickers)
    -Image corruption/distortion (after this display goes off and on, or just remaining on sleep.. like not detected
    I hope someone can help me with this problem, i just bought it one week ago and i don't know what should i do, because as well i have read that even i'll change it, it can have the same problem.
    Waiting or a response,
    Best regards.

    Update: I'm coming back with a possible tip for fixing this issue (I hope Apple Stuff will notice this.)
    So, how i said in the previews message.. the Image corruption / and going Off and On the display happens mostly when i'm connecting the iPhone. Theory tested a few times, and take a guess.. it's true.
    When i'm connecting the iPhone, the monitor goes crazy.. for some seconds, turning off and on.. and sometimes Image corruption, then coming back like nothing happened. Because i found out this, i was making more tests with the iPhone.
    First, erasing the disk and reinstall the OS X again. Everything worked perfectly, until i was connecting the iPhone. I got directly Image corruption and Screen goes Off and On a several times. After this is happening, and you'll unplug the iPhone and put it again, you may not receive again Image corruption or Screen to go Off and On, but after a restart when you'll connect it again, you will receive almost everytime.
    So.. after this, i was testing further. I have Paired my iPhone with iMessage and FaceTime, to see if can be a possible issue there also. True again!
    Receiving messages from iPhone to Mac / Sometimes display goes Off and On
    Receiving a Call via FaceTime to Mac (from your iPhone carrier) / Image corruption / Screen Off and On
    After a day of test, i have realise where is the problem. "iPhone connection/Mac"
    So, the cable it's good (connection miniDP to DP), by Surfing and by running other Apps i have no problem (at least until now), the only problem what cause the Image corruption and Screen Off/On for several times, it is only because of the connection with the iPhone.
    I hope is someone there from Apple Stuff that will take this as notice to solve this problem. Because it is 99% software problem, and i hope it will appear soon enough an Update/Fix.
    Thank you!

Maybe you are looking for

  • Registered Server Program not being registered?

    Hi, first of all, I'm an ABAPer, not a Basis guy, so i apologize if i'm not giving all the info required to solve this issue. We have a program that's scheduled to run every morning at 4am. This program calls an RFC to XI and sends data to an externa

  • Battery charging & CPU heating issue

    i've change week ago late 08 White MB 2.4GHz to Unibody 2GHz and notise following: 1. charging time increse in average in 2 times (from 2hrs to ~4hrs) and last 1,5 hrs avrg takes progress from 90% to 100%. i found it very strange becouse unibody batt

  • Problem - new MacBook Air cannot see external HD

    Hi, I'm hoping someone can help, as I have seen similar questions in the forums, but not with an answer that helps me solve my problem. Ok, I have a new MacBook Air running Lion (bought last year), a MacBook Pro running Leopard which is approx 4 year

  • TS3694 every time i try to restore my ipod it says "error"

    Every time I try to restore my Ipod it says "error"! heeeeelp!!

  • Can't display new png picture in jsp

    My jsp is going to display jpg picture which is just created in my servlet. However, the jsp display old picture which is last time created. I think HttP server cache the picture and show the old picutre. I use same picture name for every time. I use