Nvidia 7300gt and motion 3

hello, i was curious if anyone else has the 7300gt card and uses it with motion 3. how does it work when you start delving into the 3d stuff? i just started using it the other day - but i haven't done anything complex. i'm still learning the program, so i'm just doing simple animations and some 3d stuff. i wanted to get the ati 1900xt but i hear they overheat or they just dont work too well - a lot of problems.

does this help at all?
http://www.barefeats.com/quad12.html
Nice for me to see how my 4 year old DP G5 2GHz fares with the X800XT upgrade (pretty good in iMaginator, OK in Motion)
Message was edited by: musicandlight

Similar Messages

  • Nvidia 173 and kernel 2.6.28 compile failure & nvidia 180 crashes

    **please if this the wrong place to post this tell me or transfer so i can know**
    Hey , im having troubles with my Nvidia driver for long time now i hope you can help me solve it out so theres the deal :
    my computer is : NVidia Geforce 9600 GT , intel E8400 core duo , rest aint important i think
    I used ubuntu with this computer on drivers 173 and 177 (nvidia) and its worked just fine. someday ubuntu upgrades it to the 180 series and from then X never started. so i used my Windows XP some where the 180 drivers wasnt so well functional and crashed pretty much alot. then i downloaded opensuse 11 where i hoped my problems will be solved but instead all i got is :
    [images]
    http://img18.imageshack.us/img18/9379/dsaf.png
    http://img516.imageshack.us/img516/9462/dsaa.png
    [images]
    **this problem occur randomly after X amount of time**
    **when this happen on gnome in arch its or im realy lucky to hit the "alt + F2" and execute "metacity --replace" in time so i will have approx 40 seconds before its happen again to save all my things and restart X , if im not lucky X freeze and computer freeze and i must hard reset**
    i moved from opensuse because its was very slow boot time and because of the graphic drivers in this stage i got myself Arch x86_64 CD , followed the wiki configured network and xorg and everything also installed the "nvidia" package via packman its worked for some time (1 day ?) and then very same problem of opensuse occur . so i tried every driver after the 180.22 , EVERY of them up to the latest beta 185 . ALL of them result the same thing , (expect 185 which there the GPU wont produce red singals).
    for the record : my opensuse was x86_64 , my ubuntu was x86 , and with arch i used x86_64 first and now im using x86. same problem occur in both x86 and x86_64
    i wrote all this to give you a better idea of my problem so maybe anyone will have a soulation. and maybe someone else will find it usefull will help anyone in the future.
    all i want to do is to downgrage back to 173 drivers where i know its worked with ubuntu without any problems at all but i cant theres the actual problem :
    when trying to install from the package itsself (sh NVIDIA-Linux-x86-173.14.12-pkg0.run ) i get this :
    ERROR: If you are using a Linux 2.4 kernel, please make sure
    you either have configured kernel sources matching your
    kernel or the correct set of kernel headers installed
    on your system.
    If you are using a Linux 2.6 kernel, please make sure
    you have configured kernel sources matching your kernel
    installed on your system. If you specified a separate
    output directory using either the "KBUILD_OUTPUT" or
    the "O" KBUILD parameter, make sure to specify this
    directory with the SYSOUT environment variable or with
    the equivalent nvidia-installer command line option.
    Depending on where and how the kernel sources (or the
    kernel headers) were installed, you may need to specify
    their location with the SYSSRC environment variable or
    the equivalent nvidia-installer command line option.
    so i went and tried to use the package build i fetch the PKGBUILD and nvidia.install files from here :
    http://repos.archlinux.org/viewvc.cgi/n … iew=markup
    http://repos.archlinux.org/viewvc.cgi/n … iew=markup
    and then i changed the kernel requirement (my kernel : 2.6.28-ARCH)
    so both of my files looks like this :
    PKGBUILD :
    pkgname=nvidia
    pkgver=173.14.12
    _kernver='2.6.28-ARCH'
    pkgrel=1
    pkgdesc="NVIDIA drivers for kernel26."
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686" ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=('kernel26>=2.6.27' 'kernel26<2.6.29' 'nvidia-utils')
    conflicts=('nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=nvidia.install
    source=(http://us.download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run)
    md5sums=('76b8eba1b14fc273a1a4044705b0aa56')
    [ "$CARCH" = "x86_64" ] && md5sums=('8675e4ca65033b343c8c77b2ce82e71d')
    build()
    # Extract
    cd $startdir/src/
    sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
    cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
    # Any extra patches are applied in here...
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/lib/modules/${_kernver}/build module || return 1
    # install kernel module
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
    install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
    nvidia.install
    # arg 1: the new package version
    post_install() {
    KERNEL_VERSION='2.6.28-ARCH'
    depmod -v $KERNEL_VERSION > /dev/null 2>&1
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    # arg 1: the old package version
    post_remove() {
    KERNEL_VERSION='2.6.28-ARCH'
    depmod -v $KERNEL_VERSION > /dev/null 2>&1
    op=$1
    shift
    $op $*
    installed deps : pacman -S nvidia-utils
    and now i built the package hopefully its will work ,
    bash-3.2# makepkg -c --asroot
    ==> Making package: nvidia 173.14.12-1 i686 (Sat Mar 28 11:08:28 IDT 2009)
    ==> WARNING: Running makepkg as root...
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading NVIDIA-Linux-x86-173.14.12-pkg0.run...
    --2009-03-28 11:08:28-- http://us.download.nvidia.com/XFree86/Linux-x86/173.14.12/NVIDIA-Linux-x86-173.14.12-pkg0.run
    Resolving us.download.nvidia.com... 212.199.205.201, 212.199.205.216
    Connecting to us.download.nvidia.com|212.199.205.201|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 11587505 (11M) [application/octet-stream]
    Saving to: `NVIDIA-Linux-x86-173.14.12-pkg0.run.part'
    100%[======================================>] 11,587,505 304K/s in 39s
    2009-03-28 11:09:08 (287 KB/s) - `NVIDIA-Linux-x86-173.14.12-pkg0.run.part' saved [11587505/11587505]
    ==> Validating source files with md5sums...
    NVIDIA-Linux-x86-173.14.12-pkg0.run ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86-173.14.12-pkg0
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.12....................................................................................................................................
    If you are using a Linux 2.4 kernel, please make sure
    you either have configured kernel sources matching your
    kernel or the correct set of kernel headers installed
    on your system.
    If you are using a Linux 2.6 kernel, please make sure
    you have configured kernel sources matching your kernel
    installed on your system. If you specified a separate
    output directory using either the "KBUILD_OUTPUT" or
    the "O" KBUILD parameter, make sure to specify this
    directory with the SYSOUT environment variable or with
    the equivalent nvidia-installer command line option.
    Depending on where and how the kernel sources (or the
    kernel headers) were installed, you may need to specify
    their location with the SYSSRC environment variable or
    the equivalent nvidia-installer command line option.
    *** Unable to determine the target kernel version. ***
    make: *** [select_makefile] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    bash-3.2#
    after a little search on google i understood that my kernel sources are missing (using the -e (expert) on nvidia installer let you set location but its no success on normal /lib/modules/2.6.28-ARCH/build)
    so how can i solve this and compile & install the 173 drivers on my i686 , arch , 2.6.28 ?
    thanks in advance for reading.

    After posting this message to the IRC channel , i was told that i can install the nvidia-173xx drivers , its seems to work but i can assure the problem would not occur again so ill just have to watch out, if you have any other fix for this please post.

  • Fcp and motion 3 with Yosemite

    I Recently upgraded the operating system of my 2009 Mac Pro to Yosemite and consequently FCP and motion 3 no longer work. Can I do a clean install of Mavericks on a spare hard drive, install FCP and motion 3 on it and not have any conflicts with the other hard drives?

    HHi Nick, thanks for the response. My question however was : can I have one hard drive operating Yosemite and another operating Mavericks with FCP and motion 3 without conflict in the same computer? Any ideas?

  • Nvidia is not working after upgrading nvidia driver and kernel

    I upgraded nvidia driver and kernel. After rebooting graphic mode is not working. Here xorg.o.log
    [ 281.180]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 281.181]
    X.Org X Server 1.10.0.902 (1.10.1 RC 2)
    Release Date: 2011-04-08
    [ 281.181] X Protocol Version 11, Revision 0
    [ 281.181] Build Operating System: Linux 2.6.38-ARCH i686
    [ 281.181] Current Operating System: Linux localhost 2.6.38-ARCH #1 SMP PREEMPT Wed Mar 30 07:14:27 UTC 2011 i686
    [ 281.181] Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/disk/by-uuid/b766e332-2aad-4047-8562-567180150189 ro quiet
    [ 281.182] Build Date: 11 April 2011 10:49:12AM
    [ 281.182]
    [ 281.182] Current version of pixman: 0.20.2
    [ 281.182] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 281.182] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 281.183] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 14 17:11:37 2011
    [ 281.183] (==) Using config file: "/etc/X11/xorg.conf"
    [ 281.183] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 281.183] (==) ServerLayout "Layout0"
    [ 281.183] (**) |-->Screen "Screen0" (0)
    [ 281.183] (**) | |-->Monitor "Monitor0"
    [ 281.184] (**) | |-->Device "Videocard0"
    [ 281.184] (**) |-->Input Device "Keyboard0"
    [ 281.184] (**) |-->Input Device "Mouse0"
    [ 281.184] (**) Option "Xinerama" "0"
    [ 281.184] (==) Automatically adding devices
    [ 281.184] (==) Automatically enabling devices
    [ 281.184] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 281.184] Entry deleted from font path.
    [ 281.184] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 281.184] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 281.184] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 281.184] (WW) Disabling Keyboard0
    [ 281.184] (WW) Disabling Mouse0
    [ 281.184] (II) Loader magic: 0x822e120
    [ 281.184] (II) Module ABI versions:
    [ 281.184] X.Org ANSI C Emulation: 0.4
    [ 281.184] X.Org Video Driver: 10.0
    [ 281.184] X.Org XInput driver : 12.2
    [ 281.184] X.Org Server Extension : 5.0
    [ 281.185] (--) PCI:*(0:1:0:0) 10de:0322:0000:0000 rev 161, Mem @ 0xfd000000/16777216, 0xe8000000/134217728, BIOS @ 0x????????/131072
    [ 281.185] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 281.185] (II) LoadModule: "extmod"
    [ 281.185] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 281.185] (II) Module extmod: vendor="X.Org Foundation"
    [ 281.185] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.185] Module class: X.Org Server Extension
    [ 281.185] ABI class: X.Org Server Extension, version 5.0
    [ 281.185] (II) Loading extension MIT-SCREEN-SAVER
    [ 281.185] (II) Loading extension XFree86-VidModeExtension
    [ 281.185] (II) Loading extension XFree86-DGA
    [ 281.185] (II) Loading extension DPMS
    [ 281.185] (II) Loading extension XVideo
    [ 281.185] (II) Loading extension XVideo-MotionCompensation
    [ 281.185] (II) Loading extension X-Resource
    [ 281.185] (II) LoadModule: "dbe"
    [ 281.185] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 281.185] (II) Module dbe: vendor="X.Org Foundation"
    [ 281.185] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.185] Module class: X.Org Server Extension
    [ 281.185] ABI class: X.Org Server Extension, version 5.0
    [ 281.185] (II) Loading extension DOUBLE-BUFFER
    [ 281.185] (II) LoadModule: "glx"
    [ 281.186] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 281.216] (II) Module glx: vendor="NVIDIA Corporation"
    [ 281.217] compiled for 4.0.2, module version = 1.0.0
    [ 281.217] Module class: X.Org Server Extension
    [ 281.217] (II) NVIDIA GLX Module 173.14.28 Wed Sep 29 10:17:05 PDT 2010
    [ 281.217] (II) Loading extension GLX
    [ 281.217] (II) LoadModule: "record"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 281.217] (II) Module record: vendor="X.Org Foundation"
    [ 281.217] compiled for 1.10.0.902, module version = 1.13.0
    [ 281.217] Module class: X.Org Server Extension
    [ 281.217] ABI class: X.Org Server Extension, version 5.0
    [ 281.217] (II) Loading extension RECORD
    [ 281.217] (II) LoadModule: "dri"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 281.217] (II) Module dri: vendor="X.Org Foundation"
    [ 281.217] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.217] ABI class: X.Org Server Extension, version 5.0
    [ 281.217] (II) Loading extension XFree86-DRI
    [ 281.217] (II) LoadModule: "dri2"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 281.218] (II) Module dri2: vendor="X.Org Foundation"
    [ 281.218] compiled for 1.10.0.902, module version = 1.2.0
    [ 281.218] ABI class: X.Org Server Extension, version 5.0
    [ 281.218] (II) Loading extension DRI2
    [ 281.218] (II) LoadModule: "nvidia"
    [ 281.218] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 281.218] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 281.218] compiled for 4.0.2, module version = 1.0.0
    [ 281.218] Module class: X.Org Video Driver
    [ 281.218] ================ WARNING WARNING WARNING WARNING ================
    [ 281.219] This server has a video driver ABI version of 10.0 that is not
    supported by this NVIDIA driver. Please check
    http://www.nvidia.com/ for driver updates or downgrade to an X
    server with a supported driver ABI.
    [ 281.219] =================================================================
    [ 281.219] (II) NVIDIA dlloader X Driver 173.14.28 Wed Sep 29 09:55:18 PDT 2010
    [ 281.219] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 281.219] (--) using VT number 7
    [ 281.222] (II) Loading sub module "fb"
    [ 281.222] (II) LoadModule: "fb"
    [ 281.222] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 281.222] (II) Module fb: vendor="X.Org Foundation"
    [ 281.222] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.222] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 281.222] (II) Loading sub module "wfb"
    [ 281.222] (II) LoadModule: "wfb"
    [ 281.222] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 281.223] (II) Module wfb: vendor="X.Org Foundation"
    [ 281.223] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.223] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 281.223] (II) Loading sub module "ramdac"
    [ 281.223] (II) LoadModule: "ramdac"
    [ 281.223] (II) Module "ramdac" already built-in
    [ 281.223] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 281.226] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 281.226] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 281.226] (II) UnloadModule: "nvidia"
    [ 281.226] (II) Unloading nvidia
    [ 281.226] (II) UnloadModule: "wfb"
    [ 281.226] (II) Unloading wfb
    [ 281.226] (II) UnloadModule: "fb"
    [ 281.226] (II) Unloading fb
    [ 281.226] (EE) Screen(s) found, but none have a usable configuration.
    [ 281.226]
    Fatal server error:
    [ 281.226] no screens found
    [ 281.226]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 281.226] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 281.226]

    bilgee0629 wrote:
    Arjann wrote:
    I think the new xorg-server is the problem as it isn't supported by this nvidia driver yet.
    You could try to install the nouveau driver until nvidia comes with a new version of the 173 branch that supports xorg-server 1.10, see: https://wiki.archlinux.org/index.php/Nouveau for information. As lower-grade options, you might also consider xf86-video-nv and xf86-video-vesa.
    Should i uninstall nvidia driver, then install it?
    I think thats the easy way yes, else you have to blacklist the nvidia kernel module.. check the wiki link of nouveau for details.

  • Xorg.conf , nvidia 96xx and dual head failure

    i cant get Xorg to work with nvidia driver at all.
    here is where i am.
    setup aurch linux [X]
    setup xserver with NV driver 1 head[X]
    setup dual head[]
    ok so i cant even get nvidia drivers to work or dual head on the NV driver.
    i dont have an xorg.conf setup but i have tried the xorg.conf from my fedora setup but it just black screened.
    here is my error log.
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux mypc 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 24 03:43:51 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "Device0"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0622:1462:1270 nVidia Corporation G94 [GeForce 9600 GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/524288
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 96.43.11 Mon Feb 23 16:13:29 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 96.43.11 Mon Feb 23 15:54:58 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0): additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) NVIDIA(0): *** Aborting ***
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Ive tried everything i could think of or what arch wiki could. I came to aurch linux to learn more about linux (fedora holds your hand to much.) but i dont think i can figure this one out on my own.

    serverman,
    let me see if I understand your situation.
    You are using the nvidia drivers and want to setup a dual screen with independent screens (?).
    Without a xorg.conf one screen should work out of the box with one screen.
    For the proprietary drivers you will need a minimal xorg.conf:
    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    DefaultDepth 24
    EndSection
    This still has only one screen, but can you try it and tell what happens ?
    Mektub

  • Mac Pro Nvidia 8800GT and snow leopard 10.6.4  problems

    I have a Mac pro 1.1 with a Nvidia 8800GT and I have having a lot of problems since update to snow leopard latest release. My computer start to show lines and giggle with lines static and then freeze, it make so bad that you can't do anything even restart the computer does not solve the problem. I have reset the pram and all possible solution available. Maybe the video card is going to die soon?

    My MacPro 3.1 with Nvidia 8800 Gt is also not HP.
    Initially I was getting some video glitches just after start up but then the machine would settle down and run for the session.
    about a week ago the situation got increasingly worse so that from last Sat morning its will not even boot up 4 times out of 5 tries.
    Gets to the apple symbol then freezes
    I've tried booting from the snow leopard install disc but even then its freezes and I see many video artifacts.
    I've ordered a ATi Radeon 4870 to replace the graphics card as I thought that might be the issue. The 8800 GT was full of fluff I feared it had cooked itself this summer.
    But now I'm concerned from reading several forum topics that a recent OSX update has effectively killed machines with the 8800 Gt card.
    I can't really operate fully without my macpro as that where most of the software is held. CS5 master suite etc
    My business partner did say just get another machine but i'm not happy to go down that route just yet. Yes of course a 12 core is tempting but at ££££.££ cost.
    lucky I have my Macbook pro to use otehrwise i'd be

  • WHAT IS THE BEST VIDEO CARD FOR FINAL CUT PRO and MOTION?

    Hello folks,
    I have found a lot of posts regarding all kinds of troubles with ATI READEON X1900 video card.
    When I talked to people from Apple, trying to decide which videocard to install in new MAC PRO, Ati Radeon X1900 was the one they did recommand for FCP and Motion. So are there any other cards which would actually suite better for Final Cut Studio2, or is Ati Radeon X1900 really the one to go with?
    Thanks for any suggestions,
    Kootenay

    Techreport has some more information on the new 55nm Radeon (X3000) which should be another "mid November" releases, as well as an updated 8800 GT that still is under wraps.
    So seems Intel and everyone else is trying to get new products out before the end of the year, if possible.
    Drivers for graphics controllers may or may not need the work that sometimes seems to plague companies.

  • 2 imacs v 1mbp  for use with FCP and motion.

    I'm in need of advice. I'm in the market for a new computer(s).
    Let me give you a rundown on my situation.
    HOME COMPUTER- dual 800 1GIG ram G4. probably 6-7 years old -i got it 2nd hand in 03 i think-
    (its about 6 years old and very noisy and update needed)
    WORK COMPUTER- AL PB G4 1.5ghz 2gig ram 17". Bees knees when released almost 4 years ago.
    (redering and Motion are getting beyond tiresome with how slow they are).
    The WORK computer I do all my editing on while the HOME computer I use for internet surfing, itunes etc. I use FCP for editing wedding dvds, work related videos etc. but I'm thinking of taking a break from the wedding filming & editing business to concentrate on other things. I will still continue to edit and film but not as much in the past 6 years. As of last week I don't have any projects or side jobs in the pipeline but that may change within 6 months.
    MY QUESTION- What should I get?
    1. 1 x 2.6 Ghz 4gig Ram 17" MBP at around 3,500 dollars (i'm in japan so about 360,000yen) and then use my AL powerbook as my home computer
    OR
    2. 2 x imac 20inch with 4gig ram which i think comes in at just under the MBP price
    OR
    3. 1 x imac 24" 4gig ram & 1x imac 20" with 4gig ram.
    Is final cut pro and motion3 going to work better on the imacs than on my current AL powerbook? surely!
    I still use motion1 and that really pushes my computer to it's limits. and the last 2 years have been a hectic one editing wise so I didn't want to upgrade computers during the course of projects ongoing.
    (playing with fire in my books)
    THING IS i need to be able to edit at both work and home. I take a my laptop with me to work everyday, but if I were to get 2 desktops I could just use external hard drives for my projects (which I do anyway). That's why if both computers are desktops they both need to be able to handle motion 3 and fcp6 to a competent level. and if I got two desktops I could try and sell my AL PB. It's still in superb condition due to me keeping it sleeved whenever not in use.
    I heard rumours that apple will be releasing new imacs sooner rather than later as well.
    ANY thoughts would be highly appreciated.

    From what I've read on this forum, FCP doesn't work properly with two video cards.
    -DH

  • Two Radeons 3870 with FCP and Motion?

    Hi!
    Have you tried to use two 3870 with FCP and Motion?
    I just wanted to have all 512MB of video RAM for my canvas and use the second card with my Matrox MXO to display broadcast preview.
    I know it could be risky, but as I remember earlier the problems shows only while rendering some of the plugins in FCP (my test was on 2006).
    Do you have any experience with pair of 3870 cards?
    I've just ordered two of them:)
    regards
    arti

    From what I've read on this forum, FCP doesn't work properly with two video cards.
    -DH

  • A question about Frame Rate in FCPX and Motion 5

    I use a Canon Legria HV40 shooting at a frame rate of 25fps
    Is it essential to set the frame rate in Final Cut Pro X and Motion 5 to 25fps as well?
    The reason I'm asking this is that I recently put together a series of clips shot with the HV40 in a FCPX project with the default settings of 60fps and it didn't seem to matter - everything worked as expected..

    FCPX automatically 'confirms' any clip rate to the Projects settings.
    But ... more rendering to do (=time), 'un-eveness' could lead to blur/quality loss (=how do you divide 25 frames over 60 equally?) ...
    Best practice is: cam, project, delivery = same frame-rate.
    Exception: for nice slow-mo: HFR on cam, low fps on Project ....

  • Even after turning ON Reduce motion the icons and the windows and the apps zoom motion in and out is still giving me a lot of head ache and dizziness and motion sickness... Please fix it!!

    Even after turning ON Reduce motion the icons and the windows and the apps zoom motion in and out is still giving me a lot of head ache and dizziness and motion sickness... Please fix it!!

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • How do I set-up my memory amount for max speed for FCP and Motion

    Hey all, I have a Dual 2.3 G5 with (8 Gigs) Ram. I'm working with a new client. I want to set up my memory or whatever else to provide MAXIMUM processing power for FCP and MOTION. Does anyone have any recommended settings. I've maxed-our RAM. My card is (ATI Radeon 9600-128MB of VRAM)
    Is there a setting in FCP that allows more processing power to be applied to that application ?
    Appreciate any replies

    Most of FCP's speed in performing functions is directly related to processor speed. The only way to increase performance would be to use a Mac with faster processors. Performance is also related to data throughput, so if you're working with high data rate video formats, a fast RAID and/or SATA (or eSATA) media storage solution would help.
    The exception to FCP performance is when rendering/processing FX Plugs; they are dependent on the power of the graphics card.
    Motion is mostly dependent on the power of the graphics card.
    There is no way that I'm aware of that you can speed up RAM. Having the extra RAM will just mean that you can successfully work with more applications open at the same time.
    -DH

  • Stock kernel isn't compatible with nvidia-dkms and nvidia-hook?

    Hello pals
    I'm using linux-ice, linux-lqx and linux-ck kernels with nvidia-dkms and nvidia-hook. Everything is ok, with kde upping.
    I've started from stock kernel. During the dkms (or hook, I don't remember) pacman says that nvidia and nvidia(dkms or hook) were incompatible... remove nvidia? I've selected yes
    After it, stock kernel don't upps the kde... stays on black screen. Login on tty1, 2 or 3 is possible, with ctrl+alt+F1...F3, but, kde with kernel don't works
    no errors appears.
    to force stock kernel been compiled by hook, I wait a while, when using the other kernels, and yesterday I did a "Syyu"
    new kernel, new linux-headers too... but still blank screen
    I only can use stock kernel and Nvidia driver, not dkms/hook installed one?

    Ok, i know little about dkms / mkinitcpio hooks , but best option seems to try and build the nividia module manually to get more info.
    nvidia-hook gets sources from here : https://github.com/alucryd/mkinitcpio-hooks/ ,
    build ()
    _version=$(pacman -Qs '^nvidia$'|sed 's/^[^ ]* \|-[0-9]*$//g;2d')
    echo "Building nvidia modules for ${KERNELVERSION} kernel..."
    dkms install nvidia/${_version} -k ${KERNELVERSION}/_arch
    echo "Ok."
    help ()
    cat<<HELPEOF
    This hook rebuilds nvidia modules. It does nothing to the initrd image.
    HELPEOF
    looks like all the hook does is run dkms install, try running that command manually to get more info.

  • In my app store i have one update which is angrybirds so i go to update it despite me not have and it say that i need to sign into (my) account i have two unauthorized apps FCP 10 and Motion 5 and i tried the other hack thingy help?

    n my app store i have one update which is angrybirds so i go to update it despite me not have and it say that i need to sign into (my) account i have two unauthorized apps FCP 10 and Motion 5 and i tried the other moving the masreceipt thingy help?
    <E-mail Edited by Host>

    Have you checked to see whether the App Store appis hidden via Settings > General > Restrictions > Installing Apps being set 'on' ?

  • How can i use shape tweening and motion tweenin together on a movie clip?(where is looping whitch was in propertise panel in CS5?)

    how can show animation (shape and motion tween) witch i was created in Scens1-MovieClip in time line?
    there was an option (looping) in CS5 but how can i do it in CC and CS6?

    shape tweening can only be applied to raw drawn shapes, no movieclips.  IF you wanted to do a shape tween to a movieclip it would have to be done within the timeline in the movieclip.

Maybe you are looking for

  • I Cannot Enter "The Web site Addresses"

    Hi, I'm having trouble with Safari. The "space" that suppose to allow us to enter "web address" is gone, and I don't know how to turn it on. I have taken a "snapshot", please let me know where I can upload the snapshot. Thanks.

  • Mounted Drives Cause Applications to Hang on Connection Change

    When I change from wired to wireless connection to my network (or vice versa) mounted volumes seem to cause applications using those volumes to hang. This happens when going from wired to wireless, or vice versa, and happens regardless of the path (w

  • Iphone 3gs device cannot start with latest itunes.

    I downloaded the latest itunes in my desktop. When I tried to connect my iphone 3gs it says iphoe cannot be used because apple mobile device is not started. I have restarted my system after download, but i don't know what went wrong. My iphone was wo

  • Lightning strike on G5 - need some advice!!!

    Hi - had an electrical storm recently and a lightning strike on my house which terminated, amongst everything electrical, my beloved G4 and G5 PowerMac. The G4 is fried and doesn't even turn on. As for my G5 (which has all my info and pictures, etc -

  • Skype Crashes when receiving and joining calls

    Whenever i receive a call or i join a group my skype crashes but it doesnt happen when i make a call  Please help me