Finder stalling, not showing files

I have been having trouble with Finder and file dialog boxes ever since I installed Mavericks last month. When I select Desktop, Documents or the like in finder or a file dialog box, the system stalls, as though it's searching some ancient & slow drive. I'm on a MBP retina with a 768GB SSD. When I was using Mtn Lion, that thing always snapped files up instantly.
I tried deleting Finder preferences and such but no luck. Eventually my files show up, but it's almost like the system SBOD for quite some time. Does anyone have a fix for this yet? I've read of other with the same issue and no one has a clear solution. This is dissapointing considering we're on the 10.9.1 revision.
Thanks!

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed '/^ *$/d; s/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; for b in Thunderbolt USB; do o=`SP $b | sed -n '1d; /:$/{s/ *:$//;x;s/\n//p;}; /^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/\(.*: \)\(.*\)/ \(\2\)/;H;}; /Apple/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter
exec sh
in the window and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If it happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Finder window not showing files

    Every time I try to attach or upload a file (in gmail, photobucket, etc.) my finder window will show the folders on the left sidebar and just a blank grey box where the files are supposed to be. I've tried in Google chrome and Safari, rebooted both and restarted my computer but the same thing is still happening. Any suggestions would be super helpful, thanks!

    Finder is slow to update changes. Be patient or continue to close & reopen the window. Alternatively, relaunch the Finder: OPTION-click & hold the Finder's Dock icon and select Relaunch.

  • The finder will not show files on my hard drive but will show files on my usb drives

    when I click on my Main iMac hard drive the window doesn't open but when I click on my one of my USB drives the widow opens and I can see the files.Any thoughts?
    Thanks,
    Win

    Might try this...
    Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, test if things work OK in Safe Mode.
    Then move these files to the Desktop for now...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.

  • Finder is not showing files.  How do I get it to show files?

    How do I see files on the finder?

    Trash the finder plist file from /Library/Preferences, repair permissions, restart your computer, empty the trash.  Another plist file will be recreated.

  • Finder is not showing correct file in cover flow mode. The files shown in the top panel are one file off.

    finder is not showing correct file in cover flow mode. The files shown in the top panel are one file off.

    This problem occurs after I move a file or files to trash. If I remove one file, then the sequence is one file off, if I move two files to trash then the sequence istwo file off. For example, if I delete file 1 and highlight (click on) file 3, then the cover flow panel shows file 2, when it should show file 3.

  • Finder does not show new files with older creation dates

    Short story: when I somehow create new files or folders with older dates, Finder does not show them.
    This happens e.g. when I unrar archives created some time ago: the files or folders coming out of the archive get their original date, which is earlier than today.
    I can see those files and folders without problems in a terminal (using ls). But they don't show up in Finder when I visit the same directory.
    When I use terminal to go into some directory that is not yet visible in Finder, and I open a new Finder window for that directory from within terminal (using "open ."), the new directory and its contents will show up in Finder.
    My best guess is that some things have changed in the way Finder and the indexing of my flle system co-operate. In any case, this is higly annoying.
    Does anyone know how to fix this?
    OS X Yosemite 10.10 (14A389)
    Macbook Air - 13 Inch - Mid 2013

    I have the same problem.  I create files and they do not show up in their respective Finder window.  I know the files are there because I created them and I can see them using Terminal and applications can open them.  If I refresh the window by going to the parent directory and back again, the files do not show up.  If I close all windows and open that specific  window again, the files still do not show up.  If I leave the computer overnight, the new files still do not show up.  As brdsutte stated, after rebooting the computer, the files show up in the Finder window.  Anyone have any suggestions?
    iMac 27 inch, mid 2011
    Yosemite 10.10.1

  • Finder dose not show all files

    finder dose not show all files and is not open.
    nothing is shown on the desktop.
    how is it fixed?

    Could be disk corruption or bad perference file (s).
    You may want to run these "standard" fixes if the problem persists.
    1) Check the amount of free space on your harddrive.  You should have a several gigs free.
    2) You should run disk utility
         Macintosh-HD -> Applications -> Utilities -> Disk Utility
         a) verify the disk
         b) update your permissions.
    3) Try a safe boot.
        Shutdown your machine.  Hold down the shift key.  Poweron.  Wait awhile Wait awhile while you harddrive
          is being checked.
        http://support.apple.com/kb/ht1455
    4) Define a new account & see if the problem occurs on that account.

  • Xquartz finder not showing files

    Hello there,
    I have a problem, as soon as I install xquartz, Finder has troubles showing files in SOME folders.
    With terminal, all files are there and the permissions also look ok!
    As soon as I remove xquartz, it seems to work fine again, but I need it as I want to play around with SPINE.
    As it is a problem with finder, not with xquartz I wanted to ask around for help here.
    I tried the following:
    - kill and relaunch Finder
    - disk utility > repair permissions
    - moved com.apple.finder.plist
    Thanks for any advice, greatly appreciated!

    Hello there,
    I have a problem, as soon as I install xquartz, Finder has troubles showing files in SOME folders.
    With terminal, all files are there and the permissions also look ok!
    As soon as I remove xquartz, it seems to work fine again, but I need it as I want to play around with SPINE.
    As it is a problem with finder, not with xquartz I wanted to ask around for help here.
    I tried the following:
    - kill and relaunch Finder
    - disk utility > repair permissions
    - moved com.apple.finder.plist
    Thanks for any advice, greatly appreciated!

  • Finder does not show all colors from selected color Labels

    Since a view days finder does not show all Color Label colors. When I select either yellow or green it is selected, but it does not show in the file list with details, I can see it in icon and 3 pane view, but not in the detail list view.
    does anybody know why or how? Or what plist files I might need to delete to get this reset?

    Create a new account, name it "test" and see how your labels work in that User acct in list view? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • After updating to Yosemite Finder does not show anymore office docs in recent history. Everything else ist displayed properly. Any idea? Thanks :=)

    Hi there,
    after updating to Yosemite the Finder does not show anymore office docs in recent history. Everything else ist displayed properly. I can see recent used apps or files but not the word files (which i use mostly) Any idea? Thanks :=)

    Hi there,
    after updating to Yosemite the Finder does not show anymore office docs in recent history. Everything else ist displayed properly. I can see recent used apps or files but not the word files (which i use mostly) Any idea? Thanks :=)

  • How do I locate harddisk content like I do in explorer. Finder does not show the hardisk

    How do I locate harddisk content (Files/folders) like I do in windows explorer. Finder does not show the hardisk?? Please suggest.
    Thanks

    Open Finder preferences, select General icon in the toolbar, check the boxes for what to display on the Desktop. Click on the Sidebar icon where you can configure what's displayed on the sidebar.

  • Bridge does not shows file info, just thumbnails, what's going on? already adjusted in preferences, but still only thumbnails and not the info of the file

    Bridge 8.5 does not shows file info, already adjusted in preferences but still just showing thumbnails only.
    Can anyone please help?
    Thanks

    The single download means that you won't be able to redownload it from the store without paying, either on a computer's iTunes or an iOS device - it doesn't stop you from copying the audiobook to your other computers or syncing it to your iOS devices, you just can't redownload it. (I believe that they are all supplied to Apple by audible.com, so I assume that it's them requiring the one-time download.)
    You can download audiobooks on your computer's iTunes and sync them to iOS devices, you do not have to buy them directly on the device (if you do then you can copy them back to your computer's iTunes library by connecting the device and using the File > Devices > Transfer Purchases menu option on your computer's iTunes).
    What you are doing to sync them should work i.e.
    - connecting the iPad to your Mac
    - selecting the iPad on your Mac's iTunes
    - selecting its Books tab and selecting the audiobooks that you want to sync to the iPad and syncing/applying that selection.
    You should then get an audiobooks option in the Music app on your iPad. If they aren't appearing there  then do they show in Settings > General > Usage > Music on the device - if you have audiobooks on the iPad then they should be listed there under an 'audiobooks' heading.
    By 'restart the iPad' do you mean a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    You could also try closing its Music app via the iPad's taskbar : Force an app to close in iOS.
    And do a soft-reset and retry syncing.
    I assume that music and other items sync ok ?

  • I have 2008 aluminum macbook with OS X Lion. It does not recognize my canon sd1000. Finder does not show the camera.

    My macbook does not recognize Canon SD1000. Camera goes to transfer mode and it looks like the problem is the computer. Finder do not show the camera at all. (I am not using any programs, iphoto etc...).

    Instead GarageBand recognize my keyboard and i can play normally, also, if it can help, those are the Audio and Midi Logic Preferences and the Controller Surfaces Setup with the keyboard connected :

  • Finder not showing files when I open folder

    A folder on my external hard drive which I was just editing/ doing some file organization with,
    contains 60gb of data.
    Lots of files and folders in it.
    For no apparent reason,
    it is now showing nothing in it when I open it,
    Still says size is 60gb, but when I open it, the files do not show.
    What is going on?
    I need to work on these files.
    If you can help me with this, it would a huge help.
    Thank you.
    ps. in Mountain Lion 10.8.2, late 2011 macbook pro.

    [Please note, the plugin I mention is NOT a finder substitute. It is a plugin, and merely gives the finder tabs.
    If I disable this plugin, the result is the same in the "original" finder. Although when I say "original" I was using finder all along anyway.]
    I shouldn't have mentioned it, it is superfluous info.
    I dragged and dropped files using finder, that's all that needed to be said really.
    It would obviously make no sense to ask questions about finder if I was not using finder.
    Okay, I have to say, this is incredibly strange :
    After comparing the two separate drives,
    it seems I DID actually move the files to another folder [and forgot / was unsure of this],
    however, the info box still says the original folder I mention is 60gb, with one file [which does not appear when I open it]
    and finder is not displaying the increase in size in the folder [I'll call it folder 2] I moved the files to.
    I wonder if I delete the original folder, are the sub-folders I moved to folder no.2 going to be deleted?
    Are they still somehow connected to the original folder?
    I was moving things around to try and merge all my files and folders into one folder [folder no.2]

  • Finder not showing file comments

    I have my Finder window customized to show Kind, Size, Date Added, and Comments for all my files. The issue is that the Comments column does not show any info even though the file itself contains that information in its metadata. This info is visable by certain applications such as iTunes and Traktor. The files I am working with specifically are mp3. Why

    Very strange!
    It should be safe to remove the file. As for the icons being gone, click on Finder in your dock, then go to the "Finder" menu, right next to the  in your menubar. Select "Preferences..." In the window that appears, make sure the boxes are checked that refer to the icons that should show on your desktop.
    If that doesn't fix it, try creating a new user account on your Mac.
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8235.html
    Log into that account and see if icons show up on your desktop. If so, there might be a problem with the preferences and settings files in your original user account.
    Let us know if that helps!

Maybe you are looking for

  • Process Order Costing Report S_ALR_87013127

    Dear All, From Report S_ALR_87013127 i required target/actual comparison report for Multiple Order . I am going to report home page and enter the multiple order and execute report on the result screen get the order list and now select all order and g

  • Need help recovering .dmg files from an accidentally reformatted external hard drive

    Help? I went to make a copy of an important drive and accidentally re-formatted it (re-formatted mac journaled, originally mac journaled).  The drive contained a bunch of important disk image files which I need to retrieve whole. I'm fairly confident

  • Specifying page format with a DocPrintJob

    I want to print myPageable using legal paper. I tried adding the attributes to the simpledoc, but it still prints out in normal, letter size. How can I change my page format using the docPrintJob? PrintRequestAttributeSet set = new HashPrintRequestAt

  • Slow connection speed with FIOS

    I have the Fios service. I'm paying for their 50/25 service, but I am only reallizing 5.85 download, and 5.74 upload speeds? I know that speeds can vary based on the time of day. I receive the same speed at 2 AM. I have also noticed that on ocassion,

  • BLURRY DVDS

    USING PREMIERE CS4 AND MATROX RT.X2 CARD FOR CAPTURING- Captrued look great on composite tv and computer monitor- when using dynamic link (or manual export to Encore) and burn DVD, regardless of quality of input, all dvds are blurry- no definition- n