Athlon64 & Suse9 for AMD64 edition

Hi there...
I encounter Serious Problemstrying to install Suse9 for AMD64.
Environment: MSI K8T Neo, Athlon64 3000+, Adaptec 29160, 1Gig Corsair PC400 Ram, Nvidia Gforce 4600.
I encounter a Kernel Panic on trying to load the kernel similar to this :
Code:Bad RIP value
RIP [000000008010ddbe] RSP [ffffffff804ddfc8]
Kernel panic: Attempted to kill the idle task!
In idle task-no syncing
Unable to handle paging request
A friend told me i need a bios update . well  i run on 1.2 thats the newest... any suggestions ?
THX in advance

We had the same problem and figured out that everything works fine when using the kernel paramter numa=off.  After several hours of work we managed to get the system running with NUMA support by replacing the RAM modules.
Unfortunately, the user guide doesn't say anything about the relationship between the memory banks and the processors.  In fact, it seems like that the 6 banks belong to CPU 1 while the 4 banks belong to CPU 2.  When using NUMA, it is important that every CPU has its own memory.  Thus, we distributed our 4 memory modules to both CPUs and everything worked fine.
I hope this helped you.
Bye,
Arthur.

Similar Messages

  • Feedback on amazonmp3 for amd64

    Hey folks, I've put together an amazonmp3 pkgbuild for amd64 machines and I'd like to get some feedback and help polishing it.  It grabs the packages required from the ubuntu repositories and puts everything into /opt/amazonmp3/.  There's also a script /usr/bin/amazonmp3 that sets environmentals and calls the binary in opt.
    Currently I'm not sure if I got all the dependencies correct and several of the files installed I just stole from the current amazonmp3 pkgbuild.
    Not sure why the current amazonmp3 build has x86_64 in arch since it points the boost stuff at /usr/lib and I'm fairly sure we don't have lib32- for boost and gtkmm.
    In any case, once verified I haven't done anything stupid I'll put this up on aur.
    It seems okay as I've tested it on my machine and successfully downloaded an album.
    # Contributor: Chris Schwaab christopher.schwaab gmail
    pkgname=amazonmp3-amd64
    pkgver=1.0.3
    pkgrel=1
    pkgdesc="The MP3 downloader with self contained library deps for amd64."
    url="http://www.amazon.com/gp/dmusic/help/amd.html"
    arch=('x86_64')
    license=('custom')
    depends=('bash' 'lib32-libxdamage' 'lib32-curl' 'lib32-pango' 'lib32-gtk2')
    makedepends=('deb2targz')
    provides=('amazonmp3')
    conflicts=('amazonmp3')
    source=('http://mirrors.kernel.org/ubuntu/pool/main/g/gtkmm2.4/libgtkmm-2.4-1c2a_2.12.0-0ubuntu1_i386.deb'
    'http://mirrors.kernel.org/ubuntu/pool/main/c/cairomm/libcairomm-1.0-1_1.2.4-2_i386.deb'
    'http://mirrors.kernel.org/ubuntu/pool/main/g/glibmm2.4/libglibmm-2.4-1c2a_2.14.0-0ubuntu1_i386.deb'
    'http://mirrors.kernel.org/ubuntu/pool/main/libs/libsigc++-2.0/libsigc++-2.0-0c2a_2.0.17-2ubuntu2_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-date-time1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-signals1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-iostreams1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/universe/b/boost/libboost-thread1.34.1_1.34.1-2ubuntu1.1_i386.deb'
    'http://amazonm-002.vo.llnwd.net/u/d1/clients/amazonmp3_1.0.3~gutsy_i386.deb'
    'http://security.ubuntu.com/ubuntu/pool/main/b/bzip2/libbz2-1.0_1.0.4-0ubuntu2.1_i386.deb')
    md5sums=('d3856f10fdecee58656263157ab3b68d'
    'dcc40c10a2ae127e088db9ec08d91e7e'
    'cd8ac50ac2347e9d9408eab68501c5cc'
    '3730b46f495a27598966a864bea8a0ca'
    '0ecf7a773aec14a63e1b7c7169a72c22'
    'ea127e805b17bfc616794c6860bc8304'
    'b9415e35d293f5f28d340cb5fb63d34e'
    '6a02ddcea0b9bb305bfe5ca9311d223a'
    '0a9b986e2e9ba5be7e412e9742688ebb'
    'e19195eb92daaa687cb2072672201c25')
    build() {
    deb2targz libgtkmm-2.4-1c2a_2.12.0-0ubuntu1_i386.deb \
    libcairomm-1.0-1_1.2.4-2_i386.deb \
    libglibmm-2.4-1c2a_2.14.0-0ubuntu1_i386.deb \
    libsigc++-2.0-0c2a_2.0.17-2ubuntu2_i386.deb \
    libboost-date-time1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libboost-signals1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libboost-iostreams1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libboost-thread1.34.1_1.34.1-2ubuntu1.1_i386.deb \
    libbz2-1.0_1.0.4-0ubuntu2.1_i386.deb \
    amazonmp3_1.0.3~gutsy_i386.deb
    tar -xzf libgtkmm-2.4-1c2a_2.12.0-0ubuntu1_i386.tar.gz
    tar -xzf libcairomm-1.0-1_1.2.4-2_i386.tar.gz
    tar -xzf libglibmm-2.4-1c2a_2.14.0-0ubuntu1_i386.tar.gz
    tar -xzf libsigc++-2.0-0c2a_2.0.17-2ubuntu2_i386.tar.gz
    tar -xzf libboost-date-time1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libboost-signals1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libboost-iostreams1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libboost-thread1.34.1_1.34.1-2ubuntu1.1_i386.tar.gz
    tar -xzf libbz2-1.0_1.0.4-0ubuntu2.1_i386.tar.gz
    tar -zxf amazonmp3_1.0.3~gutsy_i386.tar.gz
    mkdir -p $pkgdir/opt/amazonmp3
    mkdir -p $pkgdir/usr/share/doc/amazonmp3
    mkdir -p $pkgdir/usr/share/mime-info/
    tar -cf - -C lib ./ | tar -xf - -C $pkgdir/opt/amazonmp3
    tar -cf - -C usr/lib ./ | tar -xf - -C $pkgdir/opt/amazonmp3
    cat > amazonmp3 <<__EOF__
    #!/bin/bash
    export GTK_PATH=/opt/lib32/usr/lib/gtk-2.0
    export GDK_PIXBUF_MODULE=/opt/lib32/config/gdk/gdk-pixbuf.loaders
    export PANGO_RC_FILE=/opt/lib32/config/pango/pangorc
    export LD_LIBRARY_PATH=/opt/lib32/usr/lib:/opt/amazonmp3:\$LD_LIBRARY_PATH
    /opt/amazonmp3/amazonmp3
    __EOF__
    install -D -m644 usr/share/doc/amazonmp3/license.html \
    $pkgdir/usr/share/licenses/amazonmp3-amd64/license.html
    install -D -m755 amazonmp3 $pkgdir/usr/bin/amazonmp3
    install -D -m755 usr/bin/amazonmp3 $pkgdir/opt/amazonmp3/amazonmp3
    install -D -m644 usr/share/applications/amazonmp3.desktop \
    $pkgdir/usr/share/applications/amazonmp3.desktop
    install -D -m644 usr/share/doc/amazonmp3/* \
    $pkgdir/usr/share/doc/amazonmp3
    install -D -m644 usr/share/mime/packages/amazonmp3.xml \
    $pkgdir/usr/share/mime/packages/amazonmp3.xml
    install -D -m644 usr/share/mime-info/* \
    $pkgdir/usr/share/mime-info/
    install -D -m644 usr/share/mimelnk/audio/x-amzxml.desktop \
    $pkgdir/usr/share/mimelnk/audio/x-amzxml.desktop
    install -D -m644 usr/share/pixmaps/amazonmp3.png \
    $pkgdir/usr/share/pixmaps/amazonmp3.png
    Thanks.
    Last edited by lpjhjdh (2008-12-14 18:52:44)

    Hey thanks a lot! I've now removed everything that I previously needed a chroot for!
    The only issue with the PKGBUILD was that it didn't automatically download and install the dependencies: aka deb2targz, lib32-curl, etc. It just stopped with a "ERROR Could not resolve all dependencies". But as soon as I installed them manually, the rest of the PKGBUILD worked great!
    Thanks!  Look forward to seeing it in the AUR!
    Scott

  • Turbolinux 8 for AMD64 and 32bit oracle9i

    Anybody have installed oracle 9.2.0.1.0 on Turbolinux 8 for AMD64 ? I tried it,but i never succeed.
    When i began to install,it showed error"can't find libjava.so".When i set the parameter JAVA_HOME,the error still appeared.Please give me some advice,thanks!

    I have Oracle Enterprise Edition loaded on dual processor Pentium 133 with 128MB ram running Slackware 8.1.
    It installed with no problems. Oracle 8.1.7 is a different story though.

  • TurboLinux 8 for AMD64 and Oracle 9i

    I'm a home user that uses Oracle 9i for development learning for work. I currently use SuSE 8.2 Pro for my Oracle 9i development on a dual AMD MP4200; however, I now have a dual Opteron 240 system. The only affordable Linux distros that support the Opteron system I have (Tyan Thunder K8W) is TurboLinux 8 for AMD64.
    I cannot find anything about the ease or difficulties for install Oracle 9i for AMD64 (Developer's Edition for Linux) on this distro. It's rather effortless on SuSE 8.2 Pro and I have installed Oracle 9i on a Solaris 8 server at work. Does anyone know if it's a waste of my money to try to install on this distro? I thought this distro was considered one of the better ones.

    I have Oracle Enterprise Edition loaded on dual processor Pentium 133 with 128MB ram running Slackware 8.1.
    It installed with no problems. Oracle 8.1.7 is a different story though.

  • DVD Footage for FCP Edit - how to tell if NTSC or PAL?!

    Hi all, apologies if this seems like a stupid request but I have a job at the moment calling for me to extract footage from a DVD, edit in FCP, add a few bits from Motion etc., but I can't work out if the DVD is NTSC or PAL!
    I intend to extract the video (no issues with copyright) via DVDxDVPro but am unsure if the DVD has been encoded in NTSC or PAL. The footage it contains is from both the States (NTSC) and South Africa (PAL) so how do I tell? I don't want to go through a standards conversion if I can help it.
    I am keen to try to retain as much quality as possible (client can't provide tape) so also any thougts on the best output from DVDxDVPRo for FCP editing?
    Thanks all,
    Best wishes
    Michael

    Hi Thomas, that's it!
    Thanks for this - it clearly shows the TV standard and the resolution plus 4:3 etc., so everything I needed for confirmation.
    Glad I cheked because it was in Pal - thought the conversion in DVDxDVPro looked a bit ropey.
    This realy baffled me - seemed so simple but couldn't find a way to tell the standard. Learn something everyday...
    I am using DVCPro for export from DVDxDVPro - anyone thoughts on a better option?
    Thanks again for the answer - and so quick on a Sunday too!
    Kind regards
    Michael

  • CFL For the edit text using screen painter

    Dear All,
    I had created CFL for the Edit box to display CardCode
    if i press tab button the list for the specified object type is obtained
    but the selected value is not binded with the edit box,i have attached the code here,
    Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent
            If pVal.EventType = SAPbouiCOM.BoEventTypes.et_CHOOSE_FROM_LIST Then
                Dim oCFLEvento As SAPbouiCOM.IChooseFromListEvent
                oCFLEvento = pVal
                Dim sCFL_ID As String
                sCFL_ID = oCFLEvento.ChooseFromListUID
                Dim oForm As SAPbouiCOM.Form
                oForm = SBO_Application.Forms.Item(FormUID)
                Dim oCFL As SAPbouiCOM.ChooseFromList
                oCFL = oForm.ChooseFromLists.Item(sCFL_ID)
                If oCFLEvento.BeforeAction = False Then
                    Dim oDataTable As SAPbouiCOM.DataTable
                    oDataTable = oCFLEvento.SelectedObjects
                    Dim val As String
                    Try
                        val = oDataTable.GetValue(1, 0)
                    Catch ex As Exception
                    End Try
                    If (pVal.ItemUID = "23") Then
                        oForm.DataSources.UserDataSources.Item("CardCode").ValueEx = val
                    End If
                End If
            End If
    Regards,
    Vijay

    Is the event generated ? What is the value of your "val" variable ?

  • System configuration question for HD editing on new system.

    I've been editing in premiere for close to 9 years but have stuck mostly to DV video.  I recently bought Production Premium and wanted to jump into editing HD.   Here is the system I installed the Production Premium CS4 on;  (I will use Premiere, AE, and PhotoShop the most)
    Processor: Intel Core i7 960 CPU
    CPU Speed: 3.2Ghz
    CPU Cores: 4
    CPU Threads: 8
    L3 Cache size: 8MB
    Memory: DDR3-1333 (PC3 10666) 6GB Triple Channel (I will upgrade to 24GB once the price on the 4gig chips drops)
    Motherboard: Intel x58 Chipset South Bridge: ICH10R Socket 1366
    Graphics: ATI Radeon HD4890 1GB (Is this OK?)
    OS Drive: Capacity: 1TB WD(Microsoft Windows 7 Home Premium 64-bit)
    Speed: 7,200 RPM
    Video Drive: 2 1TB Seagate Drives in raid 0 (mobo raid)
    Speed:7,200 RPM
    Buffer mem: 32mb
    Additional Information: 24x DVDRW Double Layer, 700-watt power supply
    I have two IDE 120gig WD drives I was thinking of putting in a raid 0 for the scratch.  Would this be advisable?  Would the IDE configuration be quick enough for this purpose?  How much space should I dedicate to scratch (do I really need the full 240gigs)?
    I will buy two more 1TB Seagate Drives for more video storage.  would running all 4 of the seagate 1TB drives in raid 0 be beneficial for HD editing?  or should I just create a separate raid configuration for those two additional drives? 
    (I will backup to a network drive(s) so I want the system itself to be built for speed [without getting obscenely expensive])
    What is your opinion on addition hardware such as the matrox cards for help with HD editing?  (I used the RT2000 with the DV editing and it was an "adventure" to say the least to get that one working right.)
    Thanks,
    -Tom T.

    For some general information about RAID configurations, look here: http://forums.adobe.com/thread/525263?tstart=0
    As long as you can stuff 2 IDE drives in your case, go ahead and use those in a raid0 for a fixed pagefile of 8 - 12 GB and set your scratch to this raid. If you want to use this array for temporary storage of downloads, etc. no problem.
    The two additional disks would be used best if you create either a 4 disk raid5 to have at least some redundancy or as spearate disks. One for projects, the other one for exports and your current raid0 for media. I would not advise a 4 disk raid0 because of the chance of disk failure.
    I would not use anything Matrox, better to invest that in a good raid controller, so you will profit from the performance gain with all applications, or by increasing memory.

  • Dual 17'' Displays and an NTSC Monitor for Video Editing

    I am trying to hook up two 17'' apple monitors and an NTSC television monitor for video editing, but all I have on the back of my G5 tower is one ADC plug and one DVI plug. Any advice on how to make this work would be greatly appreciated.

    If you run in anything other than the LCD's native resolution your graphics card will be resampling the image. This inevitably distorts the image as pixels must be discarded to create the display. Typically this softens the image.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Thinking to buy a new 15inch macbook pro retina display. Aim to use it for video editing and compositing... Is ıt worth for it?

    Hi... I am a freelance filmmaker. Now I have 2008 model mac pro and I am thinking to buy a new macbook pro 15 inch retina display. Do you think its worth for it? I aim to use the macbook mainly for video editing, video compositing (after effects) and photo editing. My current old mac pro has 12 GB and the graphics card is ATI Radeon HD 2600 XT 256 MB (Yes I still use it). My main question is, do you think its better to move to macbook pro or upgrading the old one? Making it 32 GB of RAM and buy a new NVIDIA cuda capable graphic card? I dont have enough budget to make it together... Want to hear your suggestions...

    I'm not sure, I've seen pro animators use MBPs but usually with a large monitor. Especially doing video editing, compositing and editing it might make more sense to upgrade the Mac Pro to an SSD as the boot drive. What kind of CPU setup is in your Pro?
    Check these out:
    mac pro SSD upgrades?
    SSD as system disk while users folder + data on HDD
    Early 2008 8-Core Mac Pro GPU Upgrades
    I deal exclusively with OWC. I'd call them and walk them through your system and see what they say.
    What you do takes a lot of CPU, RAM, graphics and boot disk power.
    I've upgraded my two computers to SSDs and the first thing I noticed was that Photoshop CS6 opens in 7 seconds vrs. 50 seconds when the application was on a HDD.

  • Macbook pro for lightroom editing?

    Hi all
    I am considering buying a 15 inch macbook pro with retina display to edit my pics in Lightroom but have some questions.
    I know that laptops are not ideal for photo editing but while I am a serious-ish photographer, I am not a professional and, after a long day's work at a desk, I like to edit my photos sitting on a sofa at night! 
    I would prefer 17 inches to 15.4 but apple don't do 17 inches any more, yet I am inclining towards apple for four reasons:  (a) I hear they're fast, (b) I hear the screens are great for picture editing, (c) I've had various frustrations with windows over the years, and (d) windows 8 in particular looks counter-intuitive.
    But if I do go apple that will be a big change for me since I've so far been using a Dell Inspiron 1720 (1920 x 1080 resolution), which I've liked, though it's 7 years old and now sluggish.
    I'd REALLY appreciate for any advice regarding any or all of the following questions -- thanks VERY much for your time in advance!
    1.  Is the macbook pro really a good deal better than the competition, regarding in particular its screen and speed?  (It better be for the money!)  One photographer told me she didn't like the retina display because it meant things looked very different on the screen compared with when printed.  Is that right and a worry? 
    2.  I take it that, as someone with a LR for pc license, I don't need to pay more to install LR for mac on it?
    3.  I take it that it would be straightforward transferring my pics and catalog from a pc to a mac?
    4.  While I am inclined to get the 1TB storage I could get less if I used an external hdd (whcih would also have the upside that my wife could edit our catalog on her computer without needing to borrow mine), but I take it that would slow the macbook down:  both because an xhdd won't be as quick as a SSD, and because the link between xhdd and macbook would slow things down?  If so, it seems silly to pay for the speed and then lose it by attaching an xhdd.  Does that seem right?  (I take it one day we'll all edit our pics in the cloud, e.g. using dropbox, but currently that would be very sluggish I am assuming.)
    5.  I could always attach an external monitor, I take it, if I decided that sometimes I needed something bigger than 15.4".  Yes?
    6.  Importantly, it is cheaper for me to buy the macbook in the US.  Are there signficant downsides to buying a laptop for UK in US (e.g. different keyboard layout, inapplicable warranty, different power cord, etc)?
    7.  Finally, if I don't go for the apple, what alternative would you recommend?  I hear dell xps are good (though also max 15").  Also heard good things about HP envy.  The equivalent to my Dell, which I've liked, is I think the Dell 17R SE.  Any views?
    Thank you in advance SO much.  I appreciate this is a lot of questions, but any advice you have under any of them would be REALLY appreciated.
    Thanks again
    David

    You are welcome.  Just finished a chat session with an Apple support rep and confirmed the matte option no longer available.  Seems lots has changed since I bought my 17” 19 months back:).  They did say that there were after market screen films available from places like amazon
    Have never used anything like that though.  My wife has a 2008 MBP 15” with gloss and I can say it is a nice screen finish, you just have to be careful of lighting from behind you.  All my iMacs were glossy and I did learn to compensate for the added brilliance the screen brought to the photos.  The new soft proofing feature of LR5 seems to better estimate the level of brightness of the printed work, compared to past versions of the s/ware.
    In any case, in my opinion you really can’t go wrong with the apple product.  I bought my first iMac in mid 1999 and have never looked back.  I donated that machine to a pre-school in 2008, it was running OSX version 2 or 3 I think.  I did run Photoshop 7.0 on an IBM laptop for a time (windows XP).  I think I had one of the very first versions of Adobe Camera Raw on that machine.  I digress, sorry.
    The chat representative did confirm that the 17” is out of production and I’m guessing Apple found the market for the big laptop just wasn’t there.  They did mention that 17” MBP’s show up as “certified refurbished” units from time to time.  Suggest you might explore that option with a local Apple store in the UK, assuming  Apple has store front operations off this continent of course.
    Please feel free to contact me with further questions if you wish.
    Take care, Gordy

  • How to set up multiple hard drives for video editing?

    I have recently purchase a new custom built PC for video editing with Premiere.
    I have 3 seperate HDD's as I read on one of the forums that I should set up the hard drives as follows:
    one for OS/programs
    one for media
    one for pagefile/scratch/rendors (these are new terms for me and I am not exactly sure what they mean)
    If anybody can help walk me through the steps to set up/program my HDDs properly for editing video for adobe CS5, it would be greatly appreciated.
    I do not know where to begin to set this up as recommended.
    Thanks in advance.

    Todd_Kopriva wrote:
    I go through this in this video:
    http://www.video2brain.com/en/videos-5353.htm
    This video helped a lot. I have configured through my adobe software accordingly. Another user also suggested that I configure redirecting of my swap files through windows. I was unable to figure out how to do that.
    Is that necessary?
    Thanks.
    Your video definately helped.

  • How to set up a server for PPro editing (and AE finishing)?

    Hello everyone,
    I may be a bit offtopic with this question, but at the same time it's really related to PPro.
    I never worked in any post-house facility, and I come from a very indy background, so I never had a chance to see any edit suite hook up to a server.
    I am wondering how great it is, how it could help our projects? And also what are the basics to know, the stuff to avoid when you're a newbie like me (in term of server network settings)?
    Right now, we're running 3 Mac Pros to edit our projects. They are all connected through Gigabit ethernet.
    Our workflow involves that all Mac have the entire footage in there own drives. We're using the network only when importing new content to copy it on the 2 other Machines.
    We found out that if we use Mac #1 to open a PPro project contained within Mac #2 drives (as well as the footage), it's okay but the performances are not as great as opening a project in its own drives.
    So we try to copy (move) the projects in the right Mac before to work on it. Of course, everytime, we have to relink everything if we don't want Mac #1 to read the footage from Mac #2…
    When it come to big projects, with lots of Red footage, it is a pain, and we usually end up using only one master machine for the edit, and it's only when it comes to finish in AE that we really start to split the project onto the 3 platforms.
    So this is where the idea of a server comes in mind. Mac #1 would work on a project A, then when moving to work on project B, Mac #2 could open project A and keep working on it - no relink: the project AND the footage are all on the server.
    That is my basic idea. Sound simple, but really I have no idea if it really works. Is it something I can really do on a server?
    How the server really helps to keep the performance? If I see PPro's performance lowering down when accessing projects and footage from our actual simple network, is it going to be better accessing the same datas from a dedicated server.
    I'm looking at the Mac Mini server with Lion Server. What Lion Server does that Lion OS doesn't do already?
    I know, it sounds like completely newbie questions, but I honestly have no idea.
    Can a Mac Mini with Lion Server serve the 3 Macs running Snow leopard? Or do we need to update them?
    My idea is to use Pegasus thunderbolts for storage drives, plugged in the Mac Mini, then plug all the 3 Mac into the Mac Mini, with what I believe should be Gigabit Ethernet…
    Am I right? A least a bit? What did I miss?
    Thanks in advance for sharing your knowledge guys
    Julien

    If you are going DIY route, this is your only option: http://magazine.creativecow.net/article/build-your-own-affordable-san-that-iworksi
    However that probably won't work with RED footage.

  • How do i move a video file from the theater to the library for more editing? New version of iMovie.

    How do I move a video file from theater to the library for additional editing in iMovie. It is a new iMac so i guess i have the newest version of iMovie.

    Hi hilldw61,
    Welcome to the Apple Support Communities!
    I understand that you have added a clip or project to iMovie Theater but would like to continue working on it. When you upload the project to iMovie Theater, the original project remains in iMovie where you can edit it further. 
    Add, remove, and play clips and projects in iMovie Theater - iMovie Help
    Best regards,
    Joe

  • Storage options for video editing

    For video editing is it better to use an external drive as the scratch disc or use an internal (non-bootable) drive. I keep getting conflicting information. I would like to get an additional 500gb for my system (Mac Pro G5)but don't know what direction to go. Any advice/opinions would be greatly appreciated.

    Well it all depends. Certainly, there's many good reasons to install a second internal drive. But I think it's better to use this as a "clone" of your startup drive. When I have a stable OS and application combo, I clone my startup drive to the second internal drive using carbon copy cloner (available at versiontracker.com). After cloning, I always try starting up from the clone to make sure everything's working. Then I can do a software update, install additional apps, and if my system goes south either from updates or some sort of corruption, I can quickly restart from the second internal drive and get back to work.
    I've installed a sata card and bought a 5 bay sata enclosure from macgurus. Trays are about $ 25.00 and drives keep getting cheaper. I can quickly swap out drives and you can also stripe the drives if you need faster thru put.
    I used to have as many as 11 firewire drives chained to my g5 and it worked great for years. But then things went seriously south and it took many months of troubleshooting to figure out the problem. It seemed like different brands of firewire drives did not play nicely together. I've been working with the sata enclosure for 2 1/2 years without any problems.

  • Thinking of Building/Buying a PC for Video Editing?

    If one is thinking of building, or buying a PC for video editing, Harm Millaard has published an ARTICLE in the Adobe Hardware Forum. He has arranged it such that one can rather pick and choose from three levels of system - beginner, intermediate and full-blown advanced pro-level rig. There have been some advances in hardware, since the article was first published, but with the discussions that follow it, much has been updated.
    Harm approaches the computer from the eyes of one using PrPro, but with the exception of the GPU requirements for the Mercury Playback Engine (MPE), PrE will benefit from his suggestions. Be sure to follow all of the links that he offers in that rather longish thread.
    Also see his other NLE PC ARTICLE, and his storage requirements ARTICLE.
    If one is considering a RAID setup, his RAID ARTICLE will prove very useful.
    If one is considering working with external HDD's, then this ARTICLE should be useful.
    Hope that this helps people, who are considering a new computer for video editing.
    Good luck,
    Hunt

    Harm Millaard has written an update to his computer ARTICLE, and there is some good discussion in it, as well.
    Hope that this helps someone.
    Hunt

Maybe you are looking for

  • Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?

    Hi, Im not a frequent forum poster, as most of my questions can be found already answered on them! This is a question Ive had for a long time and it amazes me that no-one else seems to ask it. I check at each OS upgrade but its never there... Is ther

  • Count before and after to certain occurance.

    I am trying to count the amount of units  studied before and after a certain Course was taken. So ID 1 did PREP in 2013 in the first period and has and also had done a unit in 2009 so reult be before prerp count 1 ID 2 did PREP in 2012 first period a

  • How do I create a Vertical Line?

    Hello Forum, I created a vertical line between the navigation and main content.  I made the right side of the "side panel" visible to create the line. It works in IE, but if viewed in Firefox, there is a gap at the end of some of the pages. Is there

  • Handling Unit with multiple batches

    HI, Is it possible to create a Handling Unit with multiple batches, when packing a Handling Unit in a Production Order (COWBPACK)? Thanks

  • Organizing my iPhoto

    Is it just me, or is iPhoto really difficult to be organized in? First of all, whenever I take a picture in the Photo Booth and drag it to my iPhoto, and later I go through Photos > iTunes > Originals > etc., they all are individually in Roll 1, Roll