Advice Pleeaasseee....!

Hi....!!
I am giving below the TKPROF output for the following environ: NT4.0,11.0.3,8.0.5.
The issue is that we had tuned the above db and a particular report, which used to run for about 2 hours, is now taking about 2 days...!!! While all the other reprts and applications are running fine, this one alone is making me loose sleep.....
The trace file was generated through DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION. Any feedback is welcome.....
Thanks in advance.....
The outptut:
TKPROF: Release 8.0.5.0.0 - Production on Tue Apr 26 21:5:57 2005
(c) Copyright 1998 Oracle Corporation. All rights reserved.
Trace file: H:\Oradata\PROD\UDump\ORA00385.TRC
Sort options: default
count = number of times OCI procedure was executed
cpu = cpu time in seconds executing
elapsed = elapsed time in seconds executing
disk = number of physical reads of buffers from disk
query = number of buffers gotten for consistent read
current = number of buffers gotten in current mode (usually for update)
rows = number of rows processed by the fetch or execute call
select privilege#,level
from
sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with
(grantee#=:1 or grantee#=1) and privilege#>0
call count cpu elapsed disk query current rows
Parse 1 0.00 0.14 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 12 0 2
total 5 0.00 0.14 0 12 0 2
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: SYS (recursive depth: 1)
alter session set nls_language= 'AMERICAN' nls_territory= 'AMERICA'
nls_currency= '$' nls_iso_currency= 'AMERICA' nls_numeric_characters= '.,'
nls_date_format= 'DD-MON-RR' nls_date_language= 'AMERICAN' nls_sort=
'BINARY' nls_calendar= 'GREGORIAN'
call count cpu elapsed disk query current rows
Parse 1 0.00 0.04 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
total 2 0.00 0.04 0 0 0 0
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
SELECT A.VALUE, B.VALUE
FROM
V$NLS_PARAMETERS A, V$NLS_PARAMETERS B WHERE A.PARAMETER =
'NLS_CHARACTERSET' AND B.PARAMETER = 'NLS_SORT'
call count cpu elapsed disk query current rows
Parse 1 0.00 0.05 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.00 0 0 0 1
total 3 0.00 0.05 0 0 0 1
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
error during parse of EXPLAIN PLAN statement
ORA-01039: insufficient privileges on underlying objects of the view
parse error offset: 119
select O.PROFILE_OPTION_NAME, V.PROFILE_OPTION_VALUE, V.LEVEL_ID
from
FND_PROFILE_OPTIONS O, FND_PROFILE_OPTION_VALUES V where
O.START_DATE_ACTIVE <= SYSDATE and (nvl(O.END_DATE_ACTIVE,SYSDATE) >=
SYSDATE) and ((V.LEVEL_ID = 10001 and V.LEVEL_VALUE = 0) or
(V.LEVEL_ID = 10002 and V.LEVEL_VALUE = :applid) or (V.LEVEL_ID =
10003 and V.LEVEL_VALUE_APPLICATION_ID = :applid and
V.LEVEL_VALUE = :respid) or (V.LEVEL_ID = 10004 and V.LEVEL_VALUE =
:userid)) and O.PROFILE_OPTION_ID = V.PROFILE_OPTION_ID and
O.APPLICATION_ID = V.APPLICATION_ID order by O.PROFILE_OPTION_NAME,
V.LEVEL_ID DESC
call count cpu elapsed disk query current rows
Parse 1 0.00 0.03 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 2 0.01 0.02 0 1054 0 346
total 4 0.01 0.05 0 1054 0 346
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
Rows Execution Plan
0 SELECT STATEMENT GOAL: RULE
346 SORT (ORDER BY)
0 CONCATENATION
4 NESTED LOOPS
4 TABLE ACCESS (BY INDEX ROWID) OF
'FND_PROFILE_OPTION_VALUES'
5 INDEX (RANGE SCAN) OF 'FND_PROFILE_OPTION_VALUES_N1'
(NON-UNIQUE)
4 TABLE ACCESS (BY INDEX ROWID) OF 'FND_PROFILE_OPTIONS'
4 INDEX (UNIQUE SCAN) OF 'FND_PROFILE_OPTIONS_U1' (UNIQUE)
0 NESTED LOOPS
0 TABLE ACCESS (BY INDEX ROWID) OF
'FND_PROFILE_OPTION_VALUES'
1 INDEX (RANGE SCAN) OF 'FND_PROFILE_OPTION_VALUES_N1'
(NON-UNIQUE)
0 TABLE ACCESS (BY INDEX ROWID) OF 'FND_PROFILE_OPTIONS'
0 INDEX (UNIQUE SCAN) OF 'FND_PROFILE_OPTIONS_U1' (UNIQUE)
0 NESTED LOOPS
0 TABLE ACCESS (BY INDEX ROWID) OF
'FND_PROFILE_OPTION_VALUES'
1 INDEX (RANGE SCAN) OF 'FND_PROFILE_OPTION_VALUES_N1'
(NON-UNIQUE)
0 TABLE ACCESS (BY INDEX ROWID) OF 'FND_PROFILE_OPTIONS'
0 INDEX (UNIQUE SCAN) OF 'FND_PROFILE_OPTIONS_U1' (UNIQUE)
342 NESTED LOOPS
343 TABLE ACCESS (BY INDEX ROWID) OF
'FND_PROFILE_OPTION_VALUES'
344 INDEX (RANGE SCAN) OF 'FND_PROFILE_OPTION_VALUES_N1'
(NON-UNIQUE)
343 TABLE ACCESS (BY INDEX ROWID) OF 'FND_PROFILE_OPTIONS'
343 INDEX (UNIQUE SCAN) OF 'FND_PROFILE_OPTIONS_U1' (UNIQUE)
SELECT COUNT (*)
FROM
V$THREAD
call count cpu elapsed disk query current rows
Parse 1 0.00 0.03 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.01 0 0 0 1
total 3 0.00 0.04 0 0 0 1
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
error during parse of EXPLAIN PLAN statement
ORA-01039: insufficient privileges on underlying objects of the view
parse error offset: 94
SELECT USERENV ('SESSIONID') INTO :osid
FROM
SYS.DUAL
call count cpu elapsed disk query current rows
Parse 1 0.00 0.03 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.00 0 1 3 1
total 3 0.00 0.03 0 1 3 1
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
Rows Execution Plan
0 SELECT STATEMENT GOAL: RULE
1 TABLE ACCESS (FULL) OF 'DUAL'
SELECT PID INTO :opid
FROM
FND_V$PROCESS P, V$SESSION S WHERE SPID = :ospid AND S.AUDSID =
USERENV('SESSIONID') AND P.Addr = S.Paddr
call count cpu elapsed disk query current rows
Parse 1 0.01 0.04 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.02 0.01 0 0 0 1
total 3 0.03 0.05 0 0 0 1
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
error during parse of EXPLAIN PLAN statement
ORA-01039: insufficient privileges on underlying objects of the view
parse error offset: 105
LOCK TABLE FND_CONCURRENT_PROCESSES IN SHARE UPDATE MODE NOWAIT
call count cpu elapsed disk query current rows
Parse 1 0.01 0.03 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
total 2 0.01 0.03 0 0 0 0
Misses in library cache during parse: 0
Optimizer goal: RULE
Parsing user id: 61 (APPS)
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call count cpu elapsed disk query current rows
Parse 7 0.02 0.25 0 0 0 0
Execute 7 0.00 0.00 0 0 0 0
Fetch 6 0.03 0.04 0 1055 3 350
total 20 0.05 0.29 0 1055 3 350
Misses in library cache during parse: 0
OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
call count cpu elapsed disk query current rows
Parse 1 0.00 0.14 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 12 0 2
total 5 0.00 0.14 0 12 0 2
Misses in library cache during parse: 0
7 user SQL statements in session.
1 internal SQL statements in session.
8 SQL statements in session.
2 statements EXPLAINed in this session.
Trace file: H:\Oradata\PROD\UDump\ORA00385.TRC
Trace file compatibility: 7.03.02
Sort options: default
1 session in tracefile.
7 user SQL statements in trace file.
1 internal SQL statements in trace file.
8 SQL statements in trace file.
8 unique SQL statements in trace file.
2 SQL statements EXPLAINed using schema:
APPS.prof$plan_table
Default table was used.
Table was created.
Table was dropped.
117 lines in trace file.
Regards,
Sriraman

Is the problematic query in this trace file? I'm not seeing anything with an elapsed time more than 1 second, let alone 2 days...
Can you explain how you "tuned the above db"? What did you change?
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • I was given some advice here to restore my macbook OS that was having a glitch I now realize was nothing, by sliding in the original OSX disk at start up and holding the C key down?

    So now my problem is herindous, my mac is crashed and it says I need to click repair disk if repair fails back up and erase the disc?
    I have limited access to anything and would like to know how to back it up if possible, I have bought a 500G seagate, but nothing seems to be working
    I have the snow leopard disc in it and it is open with Disc Utility, the repair disc did not work so I need to back up and erase, BUT HOW?
    Please any one with some competence as far as knowing what they are talking about so I can get off this DELL Windows laptop, It's miserable!
    Please good reliable advice needed with step by step blows for recovery, I have the MAC OS X Installer  open showing both the Macintosh HD and the FreeAge Drive side by side,
    Can I just load the Snow Leopard on the Freeagent and operate my computer like that to get by?
    HELP PLEASE?
    Sound confusing, I have been at it over 18 hours now with all involved and pulling my hair out!
    Sincerely grateful for some reliable advice from a mac expert!

    Me again, I am not rushing here for the obvious reasons, I dont expect to hear from you tonight (so late) hopefully 2marrow.
    Thinking closer about the way you worded it I dont think I actually booted of the disk, rather just able to access (Mac OS X Installer) that further allows me to access through clicking on (Utilities),
    (Disc Utility). With it open to begin the (Erase) of the free agent drive,
    I click on (erase) and the options open to be chosen of Format:
    included in those options I don't have what you listed for me to choose, the available options are:
    Mac OS Extended (journaled)
    Mac OS Extended
    Mac OS Extended (Case-sensitave,journaled)
    Mac OS Extended (Case-sensitave)
    MS-DOS (FAT)
    And under that is a space for Name: and it could be anything of my choise it by default automatically put in (FREEAGENT G)
    fURTHER DOWN AVAILABLE OPTIONS TO CLICK ON ARE
    Securiety Options: That compile 4 ranging from Don't Erase Data / to a 35-Pass Zero Out Data
    And finally the slightly smaller space available for me to click on that says (ERASE....) and it starts the scrub I figure.
    Now that would be the first part of two I would need to complete to hopefully get off this Dell from Windows Haties!
    Step 2) It would be nice if I could just drag the Mac OS x install DVD to the FreeAgent and it would load it, and maybe it's possible?? I know everything about nothing! Famously.
    But the next possible options back in (DISC Utility) when I am clicked on (The install DVD) are first aid,   erase,   and  Restore
    Then other options open to click on depending on what is chosen?
    I am sorry to be so handy cap needy, with my long history of (if there is anything worse that can happen it will happen to me) as it does and I have to accept the fact It can always be worse! I know yah it could, but then all mighty God would no longer have me the human hamster to bowel and toss around, and would get bored.
    ***************So I guess the first Mystery here is where's the (GUID) PARTITION option?*************************
    Ihave found an option under (RAID) that makes more available striped, Mirriored, and Concentrated (RAID Types)
    With (Format:) options the same as I listed above
    I do understand if your too busy and unable to get back as well,

  • Multiple device syncing advice needed and appreciated.

    Hey everyone, happy holidays to everyone
    I need some advice from you Apple lovers out there if you can spend some time replying.  Thanks alot in advanced
    My devices and current status
    13" Macbook Pro with 8gig RAM with lion OS - Mosty used for word processing, DJing, low Internet usage now that i have Ipad, photo management, DVD ripping etc etc - i use this as my main device to organise emails and i purchase most apps, music and films on this device too
    Ipad2 - Mostly for media content, web browsing, Youtube, playing games, FB, watching films. I use this device for fun not functionality or work related things
    Iphone 4 - Usual phone usage, I use my phone as my main device for iCal, contacts, checking emails/messages on the move
    2GB time capsule - brand new in the box as yet unused
    Generally speaking i get confused or change my mind frequently about what to sync to which device, i started off using icloud but then things got confusing and i had things real messed up, multiple same contacts, apps on differnet device, differnet music on all 3 devices so now for the moment i think of my Macbook as the main device with both my iphone and ipad backed up to the Macbook. I then back up all of this on a regular 500g external Hard Drive.
    So my questions are as follows
    1. Can and should i use icloud to back up my devices and if so how should i do this effectivly
    2. What syncing procedure would suit me best
    3. How should i integrate Timecapsule to my devices
    Any other suggestions would really be apreciated
    Thanks again

    The second part puzzles me - excuse me (but i honestly don't know) do both units give off a wifi signal of roughly equal 'amounts'?
    Yes. Since both are connected by "Ethernet" each base station is its own wireless network and you have a few options on how best to configure them.
    One of those options is to give both wireless networks the same Network Name (or SSID) so that you can, for example, "walk" a laptop from one to the other and stay connected. This is known as a roaming network.
    If this is something that you don't desire or have a requirement for, then leaving them as two separate wireless networks would work just as well.
    So what i am asking - i guess - is can i increase the distance the wifi signal reaches of the second unit (the time capsule - that is wired to the airport extreme)
    To extend the wireless range of the Time Capsule (TC) you would need another 802.11n AirPort, like the AirPort Express Base Station (AXn). This should get a stronger signal out to the garden. Of course, it would really depend on the distance from the TC to where you would like to place the AXn to get the best results.
    Let me know if you need help configuring the base stations.

  • Lenovo Z710 - Major Performanc​e Problems - Expert Advice Needed

    Three months ago I bought Lenovo Z710 laptop.
    Here are some system properties:
    Intel Core i7 4700MQ CPU @ 2.40 GHz,
    8GB RAM
    Hybrid 1TB + SSHD(8G),
    NVIDIA GeForce GT 740M / 2 GB,
    DVD-R,
    Win 8.1
    After using the device for 3 months I can't describe with words how dissapointed I am.
    It is unbelievably slow. The device with this configuration should do very easily hard things.
    However, I have troubles doning even simple things. 
    For example, currently I am only browsing web and listening music from youtube.
    Opening a new web page in Chrome takes 30-40 seconds. Opening a new tab takes aprox. 10 seconds.
    Selecting a text and copying it, takes 15 seconds. It is even very frustrating to type even a web address because of the obvious delay in typing. Furthermore, when I listen to music there is also a delay - that makes even listening to music unbelievably frustrating. Just to mention one more time - I only have chrome running!
    I have 2 Partitions - C disk (442 GB) and disk D (488 GB).
    On disk C I installed Win 8.1. and at the moment on disk C 391 GB are free.
    I use disk D is mostly intended for storing images, movies, and music. On this disk 258 GB are free.
    Regarding the programs I installed on top of Windows, here is the list: micro Torrent, Adobe Photoshop, Android SDK Tools, Android studio, Avast Internet Security, Brackets, Corona SDK, Dropbox, Foxit Cloud, Foxit Reader, Chrome, Greenshot, MS Office, Mozilla, Skype, Notepad, VLC Player, WinRAR, XAMPP.
    When I open Task Manager I see that used CPU resources are aprox. 10%, Memory aprox 35%, Disk 2%, Network 5%.
    I am the only user of the device.
    In Task manager I read that only Chrome takes the most of the resources taking 130 MB memory.
    So why is the device with 4 physical i7 Intel processory and 8 GB SSD so slow, that I can't even type without disturbance with delays?
    I don't understand how the device with mentioned hardware can be so slow.
    And regarding the software, I don't understand whtat could slow the device - I mentiond what programs were installed and to what extent are resorurces being used.
    Please give me your advice on what else can I check and what shoudl I do.

    Can you run a system health check once and see if anything is flagged? To do so,
    1. Press the + R keys to open the Run dialog, type perfmon, and click/tap on OK.
    2. If prompted by UAC, click/tap on Yes.
    3. In the left pane of Performance Monitor, click/tap on Data Collector Sets to expand it, click/tap on System to expand it, right click on System Diagnostics, and click on Start. (see screenshot below)
    4. It will collect data for 60 seconds before the system diagnostics report will be ready to view instep 3 of OPTION TWO below.
    More information here 
    http://www.eightforums.com/tutorials/52013-system-​health-report-generate-view-windows-8-1-a.html
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • I have an older 8GB iPod Touch no longer supported by tech. It is locked up in "Restore" mode and fails to respond to 2-button reset. I get the apple logo and then it pos back to the cord and disc icon for restore. Any advice?

    I have an older 8GB black iPod Touch (no bluetooth) no longer supported by tech. It is "locked" in restore mode. When I do a 2 button reset I can get the Apple logo but then it pops back to the synch cord-and-music disc icon indicative of restore. Any advice?

    Hello honeycrisp70,
    For that error, check out the article below for additional troubleshooting to get it sorted out. If it continues then you may need to contact Apple support. 
    Resolve iOS update and restore errors
    http://support.apple.com/en-us/TS3694
    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer may have a hardware issue that's preventing the update or restore from completing.
    Check that your security software and settings aren't preventing your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Confirm that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.
    Regards,
    -Norm G.  

  • I have recently upgraded to 7.0.2 and can no longer charge my iphone 4 as i recieve the message this accessory may not be supported, any advice would be appreciated

    i have recently upgraded to 7.0.2 and can no longer charge my iphone 4 as i recieve the message this accessory may not be supported, any advice would be appreciated
    i have also tried 4 different chargers both official apple and non official

    i have tried this but still not working i found a way of fixing it by restoring the phone but this has now put my phone in recovery mode and when i try to fix it i get an error 14 which i have no clue what it means

  • After a Lion clean install, how do I retrieve my data from external back-up? Following Apple advice for use of Migration Assistant did not work creating similar issues leading to clean install.

    After a Lion clean install, how do I retrieve my data from external hard drive?
    Following Apple advice I used Migration Assistant which crashed new system twice which is why I had to clean install Lion in the first place.
    Is there a sure way of doing it?
    I have only a few programs that I will have to install myself and that should not be a problem.
    I just want my data, music and photos back where I can use them.

    Time machine backups. I went to migration assistant a few hours ago and limited my selection to "users", no need for applications, settings and other files.  Stuff started moving over at a fast pace but has now seemed to stall.
    I will let it run overnight as there are lots of songs and photos as well as a few movies.
    If that does not work, then I will go into TM and try restore. I have restored some things in the past such a mail files and it has worked well. 
    The Apple fellow at the store told me to go right into TM, he may have had a point. I'll get it eventually.

  • Need advice/opinion on disk repair

    My computer crashed...twice. Upon the advice...and help...of Apple, I did a complete reinstall of my harddrive. It seems to be working well now, but when I run Disk Utility, I get the following message:
    A few lines of that just say 'checking' this and that
    The last line says, "The volume MacIntosh HD appears to be okay."
    Then in bold, it says, Repair attempted on 1 volume.
    Then in red, it says 'HFS Volume repaired."
    Apple tells me that it should NOT continue to say the repair has been attempted and repaired. That really means there is still something wrong. The only message that means everything is okay is "The volume MacIntosh HD appears to be okay." I have run disk utility a number of times, I continue to get the same message, even though I theoretically have a new HD.
    I then ran Disk Warrior. It corrected a bunch of things with iMovie, and now I'm getting a clear report. Disk Utility however still gives the same message that Apple says indicates something is wrong.
    Yesterday we put in new memory and checked the capacitor. There was only one that we could see (someone said there were two), but there was no cracking or leaking.
    My question: Is there something wrong? Restored hard drive, computer seems to be running well, Disk Warrior corrected everything and gives a clean report, capacitor seems okay, but Disk Utility continues with the strange message that Apple says may indicate a problem. Is there cause to worry? Should I do anything else?
    Thanks for the help! You people are fabulous; I am so grateful for this board.
    Oh, yes, my eMac is almost two years old. I have Panther still.

    I'd put a lot more trust in Disk Warrior than in the Panther version of Disk Utility, so as long as Disk Warrior is giving you a clean bill of health, you shouldn't need to worry and can just blame it on some garbled Disk Utility setting. As a WAG, it might help to open Applications> Utilities> Console, View all logs, select ~/Library/Logs/DiskUtility.log, and delete that, then see what re-running Disk Utility> Verify Disk shows.

  • Rules/Advice for use of FCE/iMovie

    Reading through many posts seems I find some general rules of thumb not found elsewhere. Thanks in advance for all comments.
    For serious video editing work and creation an external firewire HDD is needed, mainly to avoid dropped frames in either FCE or iMovie (iM). The new 20" iMac and external HDD (with 2 firewire connections, for the input device (DV camcorder or DV/SVHS deck) and to the iMac) should be able to run either FCE/iM.
    I just did a 45 min project in iM with no noted dropped frames but likely would in much longer projects if I don't get the external drive?
    Audio bit rate. Advice I read for iM is that without 16 bit audio the audio gets out of sync in long projects--does FCE also need 16 instead of 12? Not knowing this need, I've recorded a number of projects (with a DV deck and a DV camcorder) in 12--can I capture to the iMac/external HDD in 16 if I'm playing from a source tape that's 12?
    Chapter Markers. Seems there are "Rules for Chapter Markers" that I won't repeat here but suspect they apply to both FCE/iM when used with iDVD. Do those rules apply when you use DVDStudio instead of iDVD? One rule I haven't seen yet is that one should likely not use the apply chapter markers option in iDVD as it could apply a marker that violates the "rules" and cause strange results in the DVD when played, right?
    Any other rules or concerns I've missed--perhaps always max out on RAM even if its rather costly? What other basic tips or secrets should I know for editing with these products?
    Dale

    I'll just cover a couple of your points:
    Hard drvies: Internal HDs are actually a better choice, overall, than external ones .... if you have the option to have a separate HD for your Scratch Disc. You should not be storing your meids (your video) on the same disc where FCE lives, in other words, your system disc. Also, space is important; you should never let your scratch disc (your media disc) get too full. I think the reccomendation is something like you should always have 25% of that disc free. So, if you can do that with an internal, go ahead; if not, an external is your only option
    RAM: More RAM is good; if you can, I would go up to at least a Gig but this would be more for other apps or running multiple apps at the same time. I ran my G5 on 512mb RAM for a year with few probs (BTW, I'm a pro wedding editor) FCE performance is more determined by Processor speed than RAM anyway
    Dropped frames: Lotsa reasons for this but some ways to avoid it is to not have a lot of sequences open at once, lowering your RT settings, not running programs in the background, etc
    Audio: As Ian already suggested, the rule for bit rates in FCE is to keep it all the same, so even any music you import should be resampled as a AIFF that matches your sequence ie all 12 bit or all 16 bit. Frankly, I don't know why someone would shoot in 12 bit; it is a lower quality sample rate. Some peeps do it cuz their particular cam allows them to acces other audio tracks in 12 bit; audio tracks you probably wont be able to capture in FCE anyway. At any rate, just keep that sampling rate all the same and you should not have any probs with sync.
    Another key point in FCE that when you do your final export, you have to mixdown your audio. From Edit, Select All then go Sequence>Render Only>Mixdown
    Chapters: Basic rules for this in FCE is you can't have a chapter marker less than one second away from the beginning or end of your program. I think iMovie has probs if you place a chapter marker right on a transition; FCE is more forgiving but I tend not to do this too much, it doesn't look very neat in playback. When you set your chapter markers, don't forget to select the Chapter Marker option in the submenu and don't erase the <Chapter> heading: that does not show up in your export. When exporting, make sure nothing is selected in your timeline and use Export as Quicktime Movie and select Chapters from the pulldown

  • Changed e-mail password in windows live account - now cannot send email from iphone.  Have deleted the account from the iphone and reinstalled it - the password is correct - still no luck - any advice ?

    I changed the password in my windows live e-mail account.  My iphone now recieves but will no longer send e-mails.  I have deleted the account from the iPhone - reinstalled it and verified the password is correct.  I recieve a message that "Cannot Send Mail"  "the user name or password ... is incorrect.  Any advice ?

    Hello DRB1962
    Check to make sure that you validated the device within your account on webmail.
    iOS: Setting up Hotmail, Outlook, Live, or MSN email accounts
    http://support.apple.com/kb/HT1694
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • After moving to iCloud I can only get my email through the cloud, no new emails are making it to my home computer. Does anyone have any advice on how to fix this issue?

    After moving to iCloud I can only get my email through the cloud, no new emails are making it to my home computer and .mac account. Does anyone have any advice on how to fix this issue?

    Welcome to the Apple Community.
    Which OS are you using.

  • Advice for a PC configuration upgrade for Adobe Creative Cloud, please?

    Hi everyone,
    For the moment I have an old PC (bought in April 2008) and maybe if you eventually help me I could have a more powerful machine. I am asking you five questions at then end of this post, so if someone can reply it would help me and be greatful.
    Here is the resume of the configuration of my desktop
    --------[ Operating System ]---------------------------------------------------------------------------------------- ----
        Operating System Properties:
          OS Name                                           Microsoft Windows 8.1 Professional
          OS Language                                       English (United Kingdom)
          OS Installer Language                             English (United Kingdom)
          OS Kernel Type                                    Multiprocessor Free (64-bit)
          OS Version                                        6.3.9600.16452 (Win8.1 RTM)
          OS Service Pack                                   -
          OS Root                                           C:\WINDOWS
          Components Version:
          Common Controls                                   6.16
          Windows Mail                                      6.3.9600.16384 (winblue_rtm.130821-1623)
          Windows Media Player                              12.0.9600.16384 (winblue_rtm.130821-1623)
          Windows Messenger                                 -
          MSN Messenger                                     -
          Internet Information Services (IIS)               -
          .NET Framework                                    4.0.30319.33440 built by: FX45W81RTMREL
          Novell Client                                     -
          DirectX                                           DirectX 11.0
          OpenGL                                            6.3.9600.16384 (winblue_rtm.130821-1623)
          ASPI                                              -
        Operating System Features:
          Debug Version                                     No
          DBCS Version                                      No
          Domain Controller                                 No
          Security Present                                  No
          Network Present                                   Yes
          Remote Session                                    No
          Safe Mode                                         No
          Slow Processor                                    No
          Terminal Services                                 Yes
    --------[ Motherboard ]---------------------------------------------------------------------------------------- ---------
        Motherboard Properties:
          Motherboard ID                                    06/19/2009-P35-ICH9-6A89OG0PC-00
          Motherboard Name                                  Gigabyte GA-EP35-DS4
        Front Side Bus Properties:
          Bus Type                                          Intel AGTL+
          Bus Width                                         64-bit
          Real Clock                                        333 MHz (QDR)
          Effective Clock                                   1333 MHz
          Bandwidth                                         10667 MB/s
        Memory Bus Properties:
          Bus Type                                          Dual DDR2 SDRAM
          Bus Width                                         128-bit
          DRAM:FSB Ratio                                    12:10
          Real Clock                                        400 MHz (DDR)
          Effective Clock                                   800 MHz
          Bandwidth                                         12800 MB/s
        Chipset Bus Properties:
          Bus Type                                          Intel Direct Media Interface
        Motherboard Physical Info:
          CPU Sockets/Slots                                 1 LGA775
          Expansion Slots                                   2 PCI, 3 PCI-E x1, 2 PCI-E x16
          RAM Slots                                         4 DDR2 DIMM
          Integrated Devices                                Audio, Gigabit LAN, IEEE-1394
          Form Factor                                       ATX
          Motherboard Size                                  240 mm x 300 mm
          Motherboard Chipset                               P35
          Extra Features                                    Dynamic Energy Saver, SATA-II, RAID
        Motherboard Manufacturer:
          Company Name                                      Gigabyte Technology Co., Ltd.
    --------[ CPU ]---------------------------------------------------------------------------------------- -----------------
        CPU Properties:
          CPU Type                                          DualCore Intel Core 2 Duo E8400, 3000 MHz (9 x 333)
          CPU Alias                                         Wolfdale
          CPU Stepping                                      C0
          Instruction Set                                   x86, x86-64, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1
          Original Clock                                    3000 MHz
          Min / Max CPU Multiplier                          6x / 9x
          Engineering Sample                                No
          L1 Code Cache                                     32 KB per core
          L1 Data Cache                                     32 KB per core
          L2 Cache                                          6 MB  (On-Die, ECC, ASC, Full-Speed)
        CPU Physical Info:
          Package Type                                      775 Contact FC-LGA8
          Package Size                                      37.5 mm x 37.5 mm
          Transistors                                       410 million
          Process Technology                                45 nm, CMOS, Cu, High-K + Metal Gate
          Die Size                                          107 mm2
          Core Voltage                                      1.113 - 1.225 V
          I/O Voltage                                       1.113 - 1.225 V
          Typical Power                                     65 W @ 3.00 GHz
          Maximum Power                                     91.9 W @ 3.00 GHz
        CPU Manufacturer:
          Company Name                                      Intel Corporation
          Product Information                               http://ark.intel.com/search.aspx?q=Intel Core 2 Duo E8400
        Multi CPU:
          Motherboard ID                                    OEM00000 PROD00000000
          CPU #1                                            Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz, 3000 MHz
          CPU #2                                            Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz, 3000 MHz
        CPU Utilization:
          CPU #1 / Core #1                                  0 %
          CPU #1 / Core #2                                  0 %
    --------[ Windows Video ]---------------------------------------------------------------------------------------- -------
      [ NVIDIA Quadro 2000 ]
        Video Adapter Properties:
          Device Description                                NVIDIA Quadro 2000
          Adapter String                                    Quadro 2000
          BIOS String                                       Version 70.6.41.0.6
          Chip Type                                         Quadro 2000
          DAC Type                                          Integrated RAMDAC
          Driver Date                                       29/09/2013
          Driver Version                                    9.18.13.2739 - nVIDIA ForceWare 327.39
          Driver Provider                                   NVIDIA
          Memory Size                                       1 GB
        Installed Drivers:
          nvd3dumx                                          9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvd3dum                                           9.18.13.2739 - nVIDIA ForceWare 327.39
          nvwgf2um                                          9.18.13.2739
          nvwgf2um                                          9.18.13.2739
        Video Adapter Manufacturer:
          Company Name                                      NVIDIA Corporation
      [ NVIDIA Quadro 2000 ]
        Video Adapter Properties:
          Device Description                                NVIDIA Quadro 2000
          Adapter String                                    Quadro 2000
          BIOS String                                       Version 70.6.41.0.6
          Chip Type                                         Quadro 2000
          DAC Type                                          Integrated RAMDAC
          Driver Date                                       29/09/2013
          Driver Version                                    9.18.13.2739 - nVIDIA ForceWare 327.39
          Driver Provider                                   NVIDIA
          Memory Size                                       1 GB
        Installed Drivers:
          nvd3dumx                                          9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvd3dum                                           9.18.13.2739 - nVIDIA ForceWare 327.39
          nvwgf2um                                          9.18.13.2739
          nvwgf2um                                          9.18.13.2739
        Video Adapter Manufacturer:
          Company Name                                      NVIDIA Corporation
          Product Information                               http://www.nvidia.com/page/products.html
    --------[ Physical Drives ]---------------------------------------------------------------------------------------- -----
    HDDs :
    . 2 HDDs 2 x 1 TB SATA-II RAID 0 for video editing, the OS and software
    . 1 HDD 2 TB SATA-II for backups
    . 1 HDD 2 TB SATA-III for backups off site + Archive
      [ Drive #1 - Intel   Raid 0 Volume (1863 GB) ]
        #1 (Active)      NTFS                                                             1 MB      350 MB
        #2               NTFS             C:                                            351 MB  1907380 MB
      [ Drive #2 - WDC WD20EZRX-00D8PB0 (1863 GB) ]
        #1               MS Reserved                                                      0 MB      128 MB
        #2               Basic Data       G: (Archives)                                 129 MB  1907600 MB
      [ Drive #3 - Hitachi HDS722020ALA330 (1863 GB) ]
        #1               NTFS             D: (Backup)                                     1 MB  1907727 MB
    --------[ Memory ]---------------------------------------------------------------------------------------- --------------
        Physical Memory:
          Total                                             8190 MB
          Used                                              3334 MB
          Free                                              4856 MB
          Utilization                                       41 %
        Swap Space:
          Total                                             9470 MB
          Used                                              4131 MB
          Free                                              5340 MB
          Utilization                                       44 %
        Virtual Memory:
          Total                                             17661 MB
          Used                                              7465 MB
          Free                                              10196 MB
          Utilization                                       42 %
        Paging File:
          Paging File                                       C:\pagefile.sys
          Current Size                                      1280 MB
          Current / Peak Usage                              243 MB / 700 MB
          Utilization                                       19 %
        Physical Address Extension (PAE):
          Supported by Operating System                     Yes
          Supported by CPU                                  Yes
          Active                                            Yes
    --------[ SPD ]---------------------------------------------------------------------------------------- -----------------
      [ DIMM1: GeIL CL5-5-5  DDR2-800 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5  DDR2-800
          Serial Number                                     None
          Manufacture Date                                  Week 44 / 2009
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-15  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 333 MHz                                         4-5-5-13  (CL-RCD-RP-RAS) / 20-43-3-5-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         3-4-4-10  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
      [ DIMM2: GeIL CL5-5-5DDR2800  5 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5DDR2800  5
          Serial Number                                     00000005h (83886080)
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-18  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         4-4-4-12  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
          @ 200 MHz                                         3-3-3-9  (CL-RCD-RP-RAS) / 12-26-2-3-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
      [ DIMM3: GeIL CL5-5-5  DDR2-800 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5  DDR2-800
          Serial Number                                     None
          Manufacture Date                                  Week 44 / 2009
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-15  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 333 MHz                                         4-5-5-13  (CL-RCD-RP-RAS) / 20-43-3-5-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         3-4-4-10  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
      [ DIMM4: GeIL CL5-5-5DDR2800  5 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5DDR2800  5
          Serial Number                                     00000005h (83886080)
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-18  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         4-4-4-12  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
          @ 200 MHz                                         3-3-3-9  (CL-RCD-RP-RAS) / 12-26-2-3-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
    --------[ Windows Audio ]---------------------------------------------------------------------------------------- -------
        midi-out.0   0001 001B  Microsoft GS Wavetable Synth
        mixer.0      0001 FFFF  Speakers (5- High Definition Au
        mixer.1      0001 FFFF  Digital Audio (S/PDIF) (5- High
        mixer.2      0001 FFFF  W240D DVI (4- High Definition A
        mixer.5      0001 FFFF  Microphone (5- High Definition
        wave-in.0    0001 FFFF  Microphone (5- High Definition
        wave-in.1    0001 FFFF  Digital Audio (S/PDIF) (5- High
        wave-in.2    0001 FFFF  Line In (5- High Definition Aud
        wave-out.0   0001 FFFF  Speakers (5- High Definition Au
        wave-out.1   0001 FFFF  Digital Audio (S/PDIF) (5- High
        wave-out.2   0001 FFFF  W240D DVI (4- High Definition A
    --------[ PCI / PnP Audio ]---------------------------------------------------------------------------------------- -----
        nVIDIA HDMI/DP @ nVIDIA GF106 - High Definition Audio Controller                  PCI
        nVIDIA HDMI/DP @ nVIDIA GF106 - High Definition Audio Controller                  PCI
        nVIDIA HDMI/DP @ nVIDIA GF106 - High Definition Audio Controller                  PCI
        nVIDIA HDMI/DP @ nVIDIA GF106 - High Definition Audio Controller                  PCI
        Realtek ALC889A @ Intel 82801IB ICH9 - High Definition Audio Controller [A-2]     PCI
    --------[ HD Audio ]---------------------------------------------------------------------------------------- ------------
      [ Intel 82801IB ICH9 - High Definition Audio Controller [A-2] ]
        Device Properties:
          Device Description                                Intel 82801IB ICH9 - High Definition Audio Controller [A-2]
          Device Description (Windows)                      Contrôleur High Definition Audio
          Bus Type                                          PCI
          Bus / Device / Function                           0 / 27 / 0
          Device ID                                         8086-293E
          Subsystem ID                                      1458-A022
          Revision                                          02
          Hardware ID                                       PCI\VEN_8086&DEV_293E&SUBSYS_A0221458&REV_02
        Device Manufacturer:
          Company Name                                      Intel Corporation
          Product Information                               http://www.intel.com/products/chipsets
      [ Realtek ALC889A ]
        Device Properties:
          Device Description                                Realtek ALC889A
          Device Description (Windows)                      Périphérique High Definition Audio
          Device Type                                       Audio
          Bus Type                                          HDAUDIO
          Device ID                                         10EC-0885
          Subsystem ID                                      1458-A002
          Revision                                          1001
          Hardware ID                                       HDAUDIO\FUNC_01&VEN_10EC&DEV_0885&SUBSYS_1458A002&REV_1001
        Device Manufacturer:
          Company Name                                      Realtek Semiconductor Corp.
          Product Information                               http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=8&PFid=14&Level=3&Conn= 2
      [ nVIDIA GF106 - High Definition Audio Controller ]
        Device Properties:
          Device Description                                nVIDIA GF106 - High Definition Audio Controller
          Device Description (Windows)                      Contrôleur High Definition Audio
          Bus Type                                          PCI
          Bus / Device / Function                           1 / 0 / 1
          Device ID                                         10DE-0BE9
          Subsystem ID                                      103C-084A
          Revision                                          A1
          Hardware ID                                       PCI\VEN_10DE&DEV_0BE9&SUBSYS_084A103C&REV_A1
        Device Manufacturer:
          Company Name                                      NVIDIA Corporation
      [ nVIDIA HDMI/DP ]
        Device Properties:
          Device Description                                nVIDIA HDMI/DP
          Device Description (Windows)                      Périphérique High Definition Audio
          Device Type                                       Audio
          Bus Type                                          HDAUDIO
          Device ID                                         10DE-0011
          Subsystem ID                                      10DE-0101
          Revision                                          1001
          Hardware ID                                       HDAUDIO\FUNC_01&VEN_10DE&DEV_0011&SUBSYS_10DE0101&REV_1001
        Device Manufacturer:
          Company Name                                      NVIDIA Corporation
      [ nVIDIA HDMI/DP ]
        Device Properties:
          Device Description                                nVIDIA HDMI/DP
          Device Description (Windows)                      Périphérique High Definition Audio
          Device Type                                       Audio
          Bus Type                                          HDAUDIO
          Device ID                                         10DE-0011
          Subsystem ID                                      10DE-0101
          Revision                                          1001
          Hardware ID                                       HDAUDIO\FUNC_01&VEN_10DE&DEV_0011&SUBSYS_10DE0101&REV_1001
        Device Manufacturer:
          Company Name                                      NVIDIA Corporation
      [ nVIDIA HDMI/DP ]
        Device Properties:
          Device Description                                nVIDIA HDMI/DP
          Device Description (Windows)                      Périphérique High Definition Audio
          Device Type                                       Audio
          Bus Type                                          HDAUDIO
          Device ID                                         10DE-0011
          Subsystem ID                                      10DE-0101
          Revision                                          1001
          Hardware ID                                       HDAUDIO\FUNC_01&VEN_10DE&DEV_0011&SUBSYS_10DE0101&REV_1001
        Device Manufacturer:
          Company Name                                      NVIDIA Corporation
      [ nVIDIA HDMI/DP ]
        Device Properties:
          Device Description                                nVIDIA HDMI/DP
          Device Description (Windows)                      Périphérique High Definition Audio
          Device Type                                       Audio
          Bus Type                                          HDAUDIO
          Device ID                                         10DE-0011
          Subsystem ID                                      10DE-0101
          Revision                                          1001
          Hardware ID                                       HDAUDIO\FUNC_01&VEN_10DE&DEV_0011&SUBSYS_10DE0101&REV_1001
        Device Manufacturer:
          Company Name                                      NVIDIA Corporation
    October 26th, 2012 Microsoft told me with "Microsoft Update Advisor" that I could upgraded my OS from Windows 7 Pro 64 bits to Windows 8 Pro 64 bits and after one year with another "Microsoft Upgrade Advisor" Microsoft told me again to upgrade my OS from Windows 8 Pro 64 bits to Windows 8.1 Pro 64 bits, but Gigabyte does not give the drivers on their website for my motherboard neither for Windows 8 and neither for Windows 8.1 and the system is however liable.
    If I believe Gigabyte I need to purchase a new motherboard and probably a new CPU and new RAM.
    1) Do you agree with Gigabyte or with Microsoft?
    2) If we believe Gigabyte, so can you tell me what king of CPU and motherboard to choose for video editing and video encoding, please?
    In the past, I had followed Adobe advices to use a Nvidia Quadro 2000 video card and HDDs in RAID 0 for video editing and video encoding.
    Moreover, Microsoft recommends to use a SSD for Windows 8.1.
    3) So, do you think I really need a SSD, with which capacity (256 or 512 GB ?) and which brand?
    4) A SSD for the OS and software and HDDs in RAID 0 for video editing?
    I edit HD (1600 x 1080 pixels) and I plan a budget between 450 and 650 $ for upgrading my PC.
    Maybe I can only buy one new motherboard for 200 $, keeping my CPU and my RAM and buy a SSD 480 GB for 333 $ (total 200 + 333 = 533 $).
    5) Do you agree with me for buying just only a motherboard and a SSD ?
    Thank you in advance if someone can help me.
    Otherwise my configuration seems to comply with http://www.adobe.com/products/creativecloud/tech-specs.html I have only a doubt for the sound.
    Best regards
    PS: the names of actual companies and products mentioned herein may be the trademarks of their respective owners.

    Hello Isidore,
    I can answer questions 3 and 4, as I have that sort of setup.
    3.) No, you don't really need an SSD, but I would certainly recommend that you buy one.  You'll notice a huge difference in the amount of time it takes to boot.  I bought the OCZ Vertex 3 (120GB) a while back, and it's very fast.  Whether or not you should get one just depends on whether the speed is worth it to you, but if I were you, I would.
    As for the size, that depends on exactly what you'll use it for.  See number 4 below.
    4.) Yes, that's my setup.  The SSD is my primary drive, and my HDD is for everything else.  Here's basically how I have everything setup:
    When I finish a day of shooting, I copy all my footage into a special folder (I named it "IMPORT" since I use it often) on my SSD.  I do this because the clips load much faster in Prelude and Premiere Pro.  Then, after I finish and export the project, I move all the original files onto my HDD.  I would still do this even I had a larger SSD, because it's always good to keep your primary drives clean.
    I also set the render and cache directories to those that I create on my HDD, because for longer projects, my SSD would fill up quickly, so that's why you may want to consider buying a larger SSD (even though 128GB would probably work just fine).
    I hope this helped a little!
    ~Josh

  • Advice for a new PC configuration for Adobe Creative Cloud, please?

    Dear sir or madam,
    For the moment I have an old PC (buy in April 2008) and perhaps if you help me I could have a more powerful machine.
    Here is the resume of the configuration of my desktop
    --------[ Operating System ]---------------------------------------------------------------------------------------- ----
        Operating System Properties:
          OS Name                                           Microsoft Windows 8.1 Professional
          OS Language                                       Français (France)
          OS Installer Language                             Anglais (Royaume-Uni)
          OS Kernel Type                                    Multiprocessor Free (64-bit)
          OS Version                                        6.3.9600.16452 (Win8.1 RTM)
          OS Service Pack                                   -
          OS Installation Date                              21/02/2014
          OS Root                                           C:\WINDOWS
          Components Version:
          Common Controls                                   6.16
          Windows Mail                                      6.3.9600.16384 (winblue_rtm.130821-1623)
          Windows Media Player                              12.0.9600.16384 (winblue_rtm.130821-1623)
          Windows Messenger                                 -
          MSN Messenger                                     -
          Internet Information Services (IIS)               -
          .NET Framework                                    4.0.30319.33440 built by: FX45W81RTMREL
          Novell Client                                     -
          DirectX                                           DirectX 11.0
          OpenGL                                            6.3.9600.16384 (winblue_rtm.130821-1623)
          ASPI                                              -
        Operating System Features:
          Debug Version                                     No
          DBCS Version                                      No
          Domain Controller                                 No
          Security Present                                  No
          Network Present                                   Yes
          Remote Session                                    No
          Safe Mode                                         No
          Slow Processor                                    No
          Terminal Services                                 Yes
    --------[ Motherboard ]---------------------------------------------------------------------------------------- ---------
        Motherboard Properties:
          Motherboard ID                                    06/19/2009-P35-ICH9-6A89OG0PC-00
          Motherboard Name                                  Gigabyte GA-EP35-DS4
        Front Side Bus Properties:
          Bus Type                                          Intel AGTL+
          Bus Width                                         64-bit
          Real Clock                                        333 MHz (QDR)
          Effective Clock                                   1333 MHz
          Bandwidth                                         10667 MB/s
        Memory Bus Properties:
          Bus Type                                          Dual DDR2 SDRAM
          Bus Width                                         128-bit
          DRAM:FSB Ratio                                    12:10
          Real Clock                                        400 MHz (DDR)
          Effective Clock                                   800 MHz
          Bandwidth                                         12800 MB/s
        Chipset Bus Properties:
          Bus Type                                          Intel Direct Media Interface
        Motherboard Physical Info:
          CPU Sockets/Slots                                 1 LGA775
          Expansion Slots                                   2 PCI, 3 PCI-E x1, 2 PCI-E x16
          RAM Slots                                         4 DDR2 DIMM
          Integrated Devices                                Audio, Gigabit LAN, IEEE-1394
          Form Factor                                       ATX
          Motherboard Size                                  240 mm x 300 mm
          Motherboard Chipset                               P35
          Extra Features                                    Dynamic Energy Saver, SATA-II, RAID
        Motherboard Manufacturer:
          Company Name                                      Gigabyte Technology Co., Ltd.
    --------[ CPU ]---------------------------------------------------------------------------------------- -----------------
        CPU Properties:
          CPU Type                                          DualCore Intel Core 2 Duo E8400, 3000 MHz (9 x 333)
          CPU Alias                                         Wolfdale
          CPU Stepping                                      C0
          Instruction Set                                   x86, x86-64, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1
          Original Clock                                    3000 MHz
          Min / Max CPU Multiplier                          6x / 9x
          Engineering Sample                                No
          L1 Code Cache                                     32 KB per core
          L1 Data Cache                                     32 KB per core
          L2 Cache                                          6 MB  (On-Die, ECC, ASC, Full-Speed)
        CPU Physical Info:
          Package Type                                      775 Contact FC-LGA8
          Package Size                                      37.5 mm x 37.5 mm
          Transistors                                       410 million
          Process Technology                                45 nm, CMOS, Cu, High-K + Metal Gate
          Die Size                                          107 mm2
          Core Voltage                                      1.113 - 1.225 V
          I/O Voltage                                       1.113 - 1.225 V
          Typical Power                                     65 W @ 3.00 GHz
          Maximum Power                                     91.9 W @ 3.00 GHz
        CPU Manufacturer:
          Company Name                                      Intel Corporation
          Product Information                               http://ark.intel.com/search.aspx?q=Intel Core 2 Duo E8400
          Driver Update                                     http://www.aida64.com/driver-updates
        Multi CPU:
          Motherboard ID                                    OEM00000 PROD00000000
          CPU #1                                            Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz, 3000 MHz
          CPU #2                                            Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz, 3000 MHz
        CPU Utilization:
          CPU #1 / Core #1                                  0 %
          CPU #1 / Core #2                                  0 %
    --------[ Windows Video ]---------------------------------------------------------------------------------------- -------
      [ NVIDIA Quadro 2000 ]
        Video Adapter Properties:
          Device Description                                NVIDIA Quadro 2000
          Adapter String                                    Quadro 2000
          BIOS String                                       Version 70.6.41.0.6
          Chip Type                                         Quadro 2000
          DAC Type                                          Integrated RAMDAC
          Driver Date                                       29/09/2013
          Driver Version                                    9.18.13.2739 - nVIDIA ForceWare 327.39
          Driver Provider                                   NVIDIA
          Memory Size                                       1 GB
        Installed Drivers:
          nvd3dumx                                          9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvd3dum                                           9.18.13.2739 - nVIDIA ForceWare 327.39
          nvwgf2um                                          9.18.13.2739
          nvwgf2um                                          9.18.13.2739
        Video Adapter Manufacturer:
          Company Name                                      NVIDIA Corporation
      [ NVIDIA Quadro 2000 ]
        Video Adapter Properties:
          Device Description                                NVIDIA Quadro 2000
          Adapter String                                    Quadro 2000
          BIOS String                                       Version 70.6.41.0.6
          Chip Type                                         Quadro 2000
          DAC Type                                          Integrated RAMDAC
          Driver Date                                       29/09/2013
          Driver Version                                    9.18.13.2739 - nVIDIA ForceWare 327.39
          Driver Provider                                   NVIDIA
          Memory Size                                       1 GB
        Installed Drivers:
          nvd3dumx                                          9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvwgf2umx                                         9.18.13.2739
          nvd3dum                                           9.18.13.2739 - nVIDIA ForceWare 327.39
          nvwgf2um                                          9.18.13.2739
          nvwgf2um                                          9.18.13.2739
        Video Adapter Manufacturer:
          Company Name                                      NVIDIA Corporation
          Product Information                               http://www.nvidia.com/page/products.html
    --------[ Physical Drives ]---------------------------------------------------------------------------------------- -----
    HDDs :
    . 2 HDDs 2 x 1 TB SATA-II RAID 0 for Editing video with Premiere Pro CC
    . 1 HDD 2 TB SATA-II for backups
    . 1 HDD 2 TB SATA-III for backups off site + Archive
      [ Drive #1 - Intel   Raid 0 Volume (1863 GB) ]
        #1 (Active)      NTFS                                                             1 MB      350 MB
        #2               NTFS             C:                                            351 MB  1907380 MB
      [ Drive #2 - WDC WD20EZRX-00D8PB0 (1863 GB) ]
        #1               MS Reserved                                                      0 MB      128 MB
        #2               Basic Data       G: (Archives)                                 129 MB  1907600 MB
      [ Drive #3 - Hitachi HDS722020ALA330 (1863 GB) ]
        #1               NTFS             D: (Backup)                                     1 MB  1907727 MB
    --------[ Memory ]---------------------------------------------------------------------------------------- --------------
        Physical Memory:
          Total                                             8190 MB
          Used                                              3334 MB
          Free                                              4856 MB
          Utilization                                       41 %
        Swap Space:
          Total                                             9470 MB
          Used                                              4131 MB
          Free                                              5340 MB
          Utilization                                       44 %
        Virtual Memory:
          Total                                             17661 MB
          Used                                              7465 MB
          Free                                              10196 MB
          Utilization                                       42 %
        Paging File:
          Paging File                                       C:\pagefile.sys
          Current Size                                      1280 MB
          Current / Peak Usage                              243 MB / 700 MB
          Utilization                                       19 %
        Physical Address Extension (PAE):
          Supported by Operating System                     Yes
          Supported by CPU                                  Yes
          Active                                            Yes
    --------[ SPD ]---------------------------------------------------------------------------------------- -----------------
      [ DIMM1: GeIL CL5-5-5  DDR2-800 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5  DDR2-800
          Serial Number                                     None
          Manufacture Date                                  Week 44 / 2009
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-15  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 333 MHz                                         4-5-5-13  (CL-RCD-RP-RAS) / 20-43-3-5-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         3-4-4-10  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
      [ DIMM2: GeIL CL5-5-5DDR2800  5 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5DDR2800  5
          Serial Number                                     00000005h (83886080)
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-18  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         4-4-4-12  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
          @ 200 MHz                                         3-3-3-9  (CL-RCD-RP-RAS) / 12-26-2-3-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
      [ DIMM3: GeIL CL5-5-5  DDR2-800 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5  DDR2-800
          Serial Number                                     None
          Manufacture Date                                  Week 44 / 2009
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-15  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 333 MHz                                         4-5-5-13  (CL-RCD-RP-RAS) / 20-43-3-5-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         3-4-4-10  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
      [ DIMM4: GeIL CL5-5-5DDR2800  5 ]
        Memory Module Properties:
          Module Name                                       GeIL CL5-5-5DDR2800  5
          Serial Number                                     00000005h (83886080)
          Module Size                                       2 GB (2 ranks, 8 banks)
          Module Type                                       Unbuffered DIMM
          Memory Type                                       DDR2 SDRAM
          Memory Speed                                      DDR2-800 (400 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 1.8
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 400 MHz                                         5-5-5-18  (CL-RCD-RP-RAS) / 23-51-3-6-3-3  (RC-RFC-RRD-WR-WTR-RTP)
          @ 266 MHz                                         4-4-4-12  (CL-RCD-RP-RAS) / 16-34-2-4-2-2  (RC-RFC-RRD-WR-WTR-RTP)
          @ 200 MHz                                         3-3-3-9  (CL-RCD-RP-RAS) / 12-26-2-3-2-2  (RC-RFC-RRD-WR-WTR-RTP)
        Memory Module Features:
          Analysis Probe                                    Not Present
          FET Switch External                               Disabled
          Weak Driver                                       Supported
        Memory Module Manufacturer:
          Company Name                                      Golden Emperor International Ltd.
          Product Information                               http://www.geil.com.tw/products
    Microsoft told me with Microsoft Update Advisor that I could upgraded from Windows 7 Pro 64 bits to Windows 8 Pro 64 bits and after one year with another Microsoft Upgrade Advisor from Windows 8 Pro 64 bits to Windows 8.1 Pro 64 bits. But Gigabyte does not give the drivers on their website for this motherboard that support Windows 8 and Windows 8.1. 
    I think I should purchase a new motherboard, a new CPU and new RAM. Do you agree? If yes, so can you tell me what king of CPU and motherboard to choose for Creative Cloud, please? I had followed Adobe advices to use a Nvidia Quadro 2000 graphic card and HDDs in RAID 0 for editing video.
    Moreover Microsoft recommend to use a SSD for Windows 8.1. So, do I really need a SSD, with which capacity and which brand?
    Thank you if someone can help me.
    Yours faithfully
    The names of actual companies and products mentioned herein may be the trademarks of their respective owners.

    Hi Isidore,
    Please refer the link: http://www.adobe.com/products/creativecloud/tech-specs.html with system requirements to run the CC app's.
    Regards,
    Romit Sinha

  • I have constant K8N Neo2 problems advice needed. (long) Update

    I need some advice on what my problem might be and if I need to RMA the motherboard or power supply.
    I have a new Athlon 64 3500+ processor, MSI K8N Neo2 Platinum BIOS v1.3 motherboard, with 2 512MB DIMMs of Corsair Value Select Memory. I have had and am still having a series of crashes and lock-ups I will list below. FULL SYSTEM SPECS BELOW AT BOTTOM.
    I initially installed the motherboard with a SINGLE 120GB hard drive from the old machine and the installed the memory in memory slots 1 & 2 to try dual channel memory mode. I then formatted the C partition and did a clean install of Windows XP Professional with SP2, installed the MSI drivers on the installation CD that came with the motherboard (Nvidia nForce3 Version 5.03 System Drivers, Realtek gigabit ethernet driver, Realtek AC97 audio driver) & the GeForce v66.93 video driver. I then got my first blue screen "MACHINE_CHECK_EXCEPTION" crash, I ignored this crash and rebooted. I shortly got a black screen crash which I also ignored.
    I then installed a new 200GB hard drive and a old 120GB so I could transfer the data from the old 120GB to the new 200GB drive. The data transfer went fine. As I was preparing to install some applications I then got my second blue screen "MACHINE_CHECK_EXCEPTION" crash. Suspecting the Corsair Value Select Memory could not handle dual channel I ran Memtest-86 for 2 passes and got NO errors with the memory in dual channel mode, so I left it.
    With my data backed up on the 200GB new drive I removed the new 200GB and the second 120GB hard did another clean install of Windows XP Professional with SP2, this time with Nvidia’s nForce3 Version 5.10 system drivers, the Realtek gigabit ethernet driver and Realtek AC97 audio driver  from the motherboard installation CD & the GeForce v66.93 video driver. I downloaded the latest version of Core Center and installed it and got it working. CPU temperatures were showing a low of around 29C, average of about 44C, and spikes at full loads of about 55-57C. I then ran Ghost to back up the boot partition. I installed all my applications, reinstalled the 200GB and 120 GB hard drives moved some data around with no crashes.
    I then installed Rome Total War and played for about 2 hours and had one black screen crash after the reboot played for 4 more hours with no problems so I shut down and went to bed.
    In the morning I got up started the computer let it run for awhile the CPU temperatures were in the low 30Cs to low 40Cs I tried to copy some files from the D partition to desktop and the screen freezes I waited about 5 min. with no change and no drive light activity so I hit the reset button. Upon reboot I got a ‘no system disk found” error, I went into the BIOS and checked the drive set-ups and boot priority, everything was correct. I tried for a half hour to get the system to boot with on luck. I used the Ghost to restore the partition image I had made earlier and still no boot. I finally decided to reinstall XP again put in the installation CD and when I got to the screen where you decide where to install Windows I changed my mind quit and bingo the machine boots into the restored Ghost partition???? I started to reinstall my applications got one more blue screen"MACHINE_CHECK_EXCEPTION" crash and another screen freeze that I had to reset.
    So I decided to start from real scratch I removed the new 200GB and the second 120GB hard drive ran Killdisk on the boot drive, made a new clean 20GB C partition and did another clean install of Windows XP Professional with SP2, this time with Nvidia’s nForce3 Version 5.10 system drivers, the Realtek gigabit ethernet driver and Realtek AC97 audio driver from the motherboard installation CD & the GeForce v66.93 video driver. I installed the latest version of Core Center and installed it and got it working. CPU temps were as before.
    I tested the memory with Memtest-86 again 2 passes no errors. Just in case I then moved one of the memory DIMMs to memory slot 3 out of dual channel mode and to a slower speed and ran Memtest-86 for about 20 hours with 21 passes with no memory errors, so I think memory can be ruled out as the problem.
    Next I installed my applications I got one screen freeze that I had to reset. I reinstalled the other 200GB and 120GB hard drives. After I got all my applications install and Ghosted the boot partition. I have had one more one screen freeze that I had to reset.
    I have a problem I simply cannot figure out. The memory is obliviously fine. While I have seen CPU temperatures spikes as high as 57C the CPU temps as reported by Core Center averages in the high 30Cs or low 40Cs and most of crashes/lock-ups don’t seem to occur during high CPU load/temp. The power supply might be a little light for the system but many of the crashes have occurred with only one hard drive in the system. The fact after one for the lock-ups the system would not boot for awhile and then magically just booted gives me concern there might be a motherboard problem.
    Any solution ideas would be appreciated. Should I RMA the power supply, the motherboard, or both.
    Full system specs:
    Processor: AMD Athlon 64 3500+, Socket 939, 0.13 Micron, with retail heatsink and fan.
    Motherboard: MSI K8N Neo2 Platinum BIOS v1.3
    Memory: Corsair VS1GBKIT400 1GB (2 x 512MB DIMMs) Kit DDR400 PC3200 CAS2.5 Value Select Memory - one 512MB DIMM in memory slot 1 and one 512MB DIMM in memory slot 3 running at DDR333 speed.
    Video Card: Chaintech GeForce4 Ti 4600
    Drives:
    Maxtor 6Y120L0 120GB hard drive as master on IDE channel 1. 3 partitions C (boot partition), D, & E.
    Seagate ST3200822A 200GB hard drive as slave on IDE channel 1. Single partition.
    Maxtor 6Y120L0 120GB hard drive as master on IDE channel 2. Single partition.
    Sony DRU-500AX DVD-RW as slave on IDE channel 2.
    SATA disabled in BIOS.
    No PCI cards.
    Case: Antec SX 835
    4 80mm case fans (2 fans in front blowing in, 2 fans in rear of case blowing out).
    Power Supply: Thermaltake W0008RUC Silent PurePower 420W w/Active PFC
    Power Supply Specifications:
    Maximum Power: 420W
    PFC: Acitve
    Power Good Signal: 100-500ms
    Hold-up Time: > 16ms at Full Load
    Efficiency: > 65%
    Over Voltage Protection: +5V trip pointInput Voltage: 100 VAC / 240 VAC
    Input Frequency Range: 47-63 Hz
    Input Current: 8.0A
    Output: +3.3V@30A;+5V@40A;[email protected];+12V@18A;[email protected];+5VSB@2A

    Quote
    I then installed Rome Total War and played for about 2 hours and had one black screen crash
    Great isn't it (although not without the occasional crash)
    Would you say it's better but not there yet ? or the same ?
    I thought the same as Ibn Quote
    Your PS unit is a little weak for that much hardware, but I doubt thats your problem as well
    re your PSU, given youv'e got a less hungry Graphic Card, thought it was at worse marginal, have seen worse.
    To investigate further it may be worth diconnecting one of your HD, maybe the 200gb for a time.
    It's a small thing but it may be slightly better to have both your maxtors together on IDE channel 1, given their identical.
    good luck - keeo us posted

  • Never owned a Mac, thinking of buying a Mac Pro, could use some advice...

    Hey guys,
    I know this was a lot to read, but I sincerely hope someone will take the time to answer my questions:
    As the title of my post implies I've never owned a Mac in my life. I've always built my own desktops and usually gone to HP or Dell for my laptops. I'm approaching that time again where my custom-built desktop is looking outdated and I'm getting the upgrade itch. I'm looking at all the parts I need to order to build a computer and I can't help but think I'm older now with a full-time job and a one year old daughter in the house. Do I really want to go through the hassle of building a desktop from scratch again? Not really. So I started evaluating things a bit. As I get older I’m really just getting sick and tired of Microsoft’s antics (Vista was a huge disappointment for me) so I decided this could be the year for me to take the Mac plunge.
    Now I’m an IT guy, so I have a pretty atypical setup at home. I’m currently running both Windows and Linux on all my computers. Rather than dual boot or use virtualization software I have a pretty intricate system in which I use a product called Acronis Trueimage to experiment with operating systems. What I do is perform a a clean install on an operating system, tweak it as needed for security and to use resources on my LAN than back up the customized OS install to a server a an image file. I have pre-built images for XP, Vista, Ubuntu and OpenSuSE that I can roll out to one of my machines in an average of 15 minutes whenever I get the urge to switch operating systems. I also serve all my data off a NAS box, so since data and OS are kept separate on the network I don’t have to worry about erasing something when I swap between Linux and Windows (as loading an image literally destroys the previous OS install).
    So you can see I’m pretty highly specialized. I even have things down to the point to where I have custom images for specific purposes. For instance I have one XP image customized for development, one XP image customized for gaming, etc. Naturally if I got the Mac Pro I’d like to have the freedom to create a similar set of custom OS deployment images (Windows, Linux and OSX) for it as well. In researching the Mac Pro I have some concerns my current system might not work if I go that route. Am I correct in assuming that in order to run an alternative operating system on a Mac I’ll have to run boot camp or something like it? Or upon unboxing my Mac and tweaking Leopard will I be able to use disk imaging software to make a backup image of my preinstalled Leopard hard drive and then do a clean install of Windows XP or Ubuntu and set it up to function like a PC? I guess I’m asking if it’s possible (now that Macs are Intel-based) to run Windows or Linux exclusively on the Mac hardware?
    Also I have some concerns about the proprietary nature of the Mac platform. From what I can gather in my research it seems the hardware is pretty locked in. One area that has me really concerned is gaming. I pretty much use Ubuntu exclusively at home for productivity and web surfing. However I still like to load that XP image every now and then to play some games on the LAN with my buddies. I’m not a fan of virtualizing for gaming because of the obvious performance hit you take, so I’d have to be able to run Windows XP free and clear. Also I checked Nvidia’s site and I see no OSX drivers listed there for their cards. Under the Windows platform they are always releasing driver updates to squeeze more game performance out of your card. What if I want to upgrade my video card? How do drivers work on OSX? Does Apple just integrate drivers for just a few specific video cards into the OS? Will I be stuck only able to pick from a handful of video cards approved by Apple?
    Thanks in advance to anyone who can offer advice!
    Message was edited by: ZeusABJ

    Hi Zeus
    I may be able to answer some of your questions. And sorry in advance if this sounds like yet another of those "religious conversion" stories
    I'm a software developer/architect, mostly doing Microsoft .NET/C#/Web Services coding. I'd been a loyal Microsoft guy since I started on the original IBM PC back in the 80's. Like a lot of people (or so it seems) I just got fed up with Microsoft's high-handed and self-important ways. More importantly, the company always seemed to be lagging behind technically. Looking at beta versions of Vista did not bode well for the future - it just seemed awful. When Vista came out it it was the last straw - I just could not get enthusiastic about this bloated, slow, mess of an operating system. I really hated it. Still do. Even with a top-spec machine, Vista didn't run in the snappy, responsive way it I thought it should. Nothing seemed well thought out.. yuck!
    Then, by chance, I was staying for a few days with somebody who had a Mac. Now, for years and years I not even considered Macs as remotely serious machines. My only experience of them was in the late 80's when somebody at work had one. He took delight in pushing a floppy disc into the machine so that it would respond "Ah, it's so big!". Great, just a toy. Not for serious programming work. So, encountering Mac OS X Tiger on my friend's iMac was something of a shock. It was so responsive, clean and elegant. When you turned it on it only took about 30 seconds or so for the thing to be ready for use, etc, etc.
    Long story short, I bought an iMac, then a newer, bigger, faster iMac, then a MacBook Pro and now I have a Mac Pro. I still have to work with Windows to do my .NET-related day job. But 95% of the time I work on the Mac using various VMWare virtual machines. I can switch between Windows Server 2008, Windows Server 2003 and Windows XP in a few seconds and still be working in a Mac environment. And the performance of running Windows inside VMWare is even better than on my dedicated top-spec Windows laptop! I have a selection of virtual machines to choose from and, because these virtual machines are just files, I can back them up, revert to saved copies, etc. I've tried Bootcamp but it's much less convenient and performance inside the virtual machines is never an issue (although I don't do any gaming). So, you could keep virtual machines on your NAS box or local Mac hard drive.
    With regard to graphics drives, etc. I've never had any problems whatever in this respect. For example, when I installed Windows XP on VMWare it automatically recognised all my hardware (including some obscure audio interfaces, USB-based MIDI interfaces, etc.) and made it available. I must admit that when I was new to the Mac I expected to have driver issues, but never have had... So, my guess is that you'll be able to run all your Windows and Linux distros on the Mac without too many problems.
    You mention Apple's hardware as being "locked-in". I don't think that's the case. Certainly the consumer Mac models like the iMac can't be upgraded (by you or me) internally, expect for memory. The Mac Pro though is very easy to upgrade - though there may be some limitations with regard graphics cards.
    Re your questions about graphics card drivers. Yes, these come with OS X in just the same as as with Windows. Because I've also used the card that comes "with the box" this has not been an issue for me. However, unless you get a Mac Pro you can't swap-in your existing graphics card. And even then I think you may find restrictions. However, other, more knowledgeable Mac users on this forum may have other thoughts.
    Overall though, the experience of using the Mac in terms of software is very much the reverse of Windows - the OS is very open and well documented. It really is an IT person's dream machine - so much to fiddle around with (particularly if you know anything about Unix!). Unlike Microsoft who charge a FORTUNE for their development tools, Apple give them to you for free. And very good they are too!
    Finally, one bit of advice. If you are considering buying a new Mac, join the Apple Developer Connection scheme as a Select member. It'll cost you around $400 to join but they give you a hardware discount for Apple-store purchased items that will save you a ton of $$$'s - absolutely definitely worth doing.
    Hope this helps (and good luck)!
    Russ

Maybe you are looking for