Nvidia NVENC and OBS

Hello all!
     I've seen things like this pop up only a few times on forums, but I am having a hard time getting video that was recorded using the Nvidia NVENC codec to play nice with Premiere CC.  I've recorded the video portion of a podcast using OBS and would like to use the NVENC encoder because it cuts down on my CPU usage considerably, basically in half.  On top of OBS I've got Pro Tools with plug-ins, Skype, and a few other programs open and when using the x264 encoder I hover around 85-90% CPU usage on a i5 4670k, OC to 4.2, 16gb RAM.  I ran into the problem last week where I hit max CPU and Pro Tools stopped......not good for a podcast .
     Anyway, the main issue is very sluggish performance in premiere when I load the encoded .mp4 in.  It takes a while to load, then when it plays, it thinks about it for a solid 20 seconds, and will play but will not play frames, it will be stuck on a frame and then as the timeline moves it will change to a new frame.  The playback is smooth in that the audio plays just fine.  Also attempting to render a 3 hour video in this format to anything else takes about 12 hours......:(.  I think that's out of the question too.  The file does play fine with Media Player or any straight media playback software I have.
     Any tips?  Is NVENC just a no go and only suitable for streaming?  Thanks!
     PS, I am not interested in rendering to NVENC, my file is already in that format, I have seen the third party renderer already.

Können wir nicht wissen. Du hast keinerlei Versionsinformationen gegeben und auch nicht die exakten Kodierungseinstellungen. Es wird sich jetzt wohl kaum jemand irgendwelche Tools installieren, nur um rum zu experimentieren und dein Problem zu analysieren. Bestenfalls kannst du einen Testclip bereit stellen und vielleicht schaut den sich mal jemand an, aber ansonsten ist das 'ne relativ sinnlose Aktion...
Mylenium

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.

  • 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

  • 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.

  • Clash between nvidia-utils and lib32-nvidia-utils

    I'm getting a clash between nvidia-utils and lib32-nvidia-utils when upgrading. The error is:
    /usr/lib/libnvcuvid.so exists in both 'nvidia-utils' and 'lib32-nvidia-utils'
    /usr/lib/libnvcuvid.so.1 exists in both 'nvidia-utils' and 'lib32-nvidia-utils'
    /usr/lib/libnvcuvid.so.260.19.29 exists in both 'nvidia-utils' and 'lib32-nvidia-utils'
    Anyone else getting this problem?

    No, I've been upgrading daily. I've experienced this sort of error before, but the clash has always been with existing files (usually after not upgrading for a while), not between two packages. Uninstalling, -Syu and reinstall didn't work, I still get the error.  I had a look at the .pkg.tar.gz, and it really does contain those files, so it looks like a packaging error.

  • Do I have to uninstall the CS4 software before updating the NVIDIA driver and reinstall CS4 after?

    I have just installed CS4 on Windows 7 and I get the message that I need to update NVIDIA driver.
    Is it really neccassary to update driver even if I have no problems using Photoshop?
    Do I have to uninstall the CS4 software before updating the NVIDIA  driver and reinstall CS4 afterwards or is there a way around it?
    Here are the technical details:
    Processor speed: 3325 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GT 220/PCI/SSE2
    OpenGL Drawing: Enabled.
    Video Card: NVIDIA GeForce GT 220
    Video Mode: 1680 x 1050 x 4294967296 colors
    Video Card Driver: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
    Driver Version: 8.15.11.8627
    Built-in memory: 3063 MB
    Free memory: 1981 MB
    Memory available to Photoshop: 1643 MB
    Memory used by Photoshop: 60 %
    Image cache levels: 4

    I have never had to reinstall any program for a video driver.
    Now, check out the instructions for your particular nVidia driver, and the exact steps can differ. Just did my Quadro FX-4500 and it was just an install over the older driver. However, looking at another nVidia card's driver, and there were 3-4 settings in the nVidia console, that had to be reset BEFORE installing that driver. Did not affect me, but would have been a different operation for the next guy, with a different nVidia card. nVidia makes it easy with the necessary instructions - follow those to the letter, or issues can arise and the entire driver can get hosed. Things could be a simple as download, and execute, to having to do several things before you execute.
    Good luck,
    Hunt

  • Z360 - How to install NVIDIA drivers and enable Optimus on Ubuntu 13.04

    Hello,
    I moved to use Ubuntu on my Z360 laptop. I installed Ubuntu 13.04.
    But I have a problem with NVIDIA drivers. I tried to download it from NVIDIA website and install it but it brings a lot of problems.
    The resolution of desktop switched to very low and OpenGL cannot start - all dialogs hasn't title panel, desktop without panels.
    Please, can somebody explain how can I install NVIDIA drivers and enable Optimus on my Z360?

    I am not sure if Nvidia supports 13.04 because it is still in the Beta stage?
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Nvidia Driver and system "hang" issue

    Hi all,
    This is my first post on these forums but im not new to Mac or windows. Here's my issue. I just installed a copy of Windows 7 Ultimate RTM on my Macbook. Its the first unibody Macbook 2.4ghz w/ 4gigs of ram. Nvidia 9400M graphics.
    2 Things happen,one is that a few times a day ill get a "Nvidia Windows Kernel mode driver, version 186.81 failed" error. The symtoms of which are a black screen for a few seconds and then the driver restarts and all is well.
    I know 186.81 is the latest 9400M driver. So im not sure why this happens but maybe it relates to my other issue.
    My second issue is that the system will, as best as i can describe it, "hang" for a second or two. When i say hang i do not mean freeze to the point of needing to restart, its more that the "hang" happens and a few seconds later its as if nothing happened (this issue is very fequent).
    Anyone else ever see or hear anything like this? Please let me know if there is a better place to post this question as well.
    Thanks!
    P.S. Posted this somewhere else and got 1 reply so far, pasted below:
    Okay, how about uninstall or roll back the driver?
    use Driver Sweeper 2
    just let Windows 7 install its own driver
    more like the hang is hard drive has spun down
    I would recommend creating your own thread and question instead.
    by "the hatter"

    Hello guys and thanks for your answers.
    I thought that my problem was linked to UEFI, so I reinstalled the os with BIOS and MBR. Unfortunately I had the same problem, with one difference: the auto/default resolution of GRUB and FrameBuffer was 800x600 instead of 1920x1080 for UEFI.
    About the nouveau driver, I need 3D acceleration to play games so I need the proprietary driver.
    So I decided to test the X server to see if something got wrong.
    I uninstalled the nvidia driver and reboot to have my framebuffer back.
    Then I edit the ~/.xinitrc file :
        xterm & sleep 10
    I reinstalled the nvidia driver and reboot : GRUB, then framebuffer for 1 second, then a black screen.
    I tried to log in: login + [Enter] + password + [Enter]
    I waited 2s then I entered the "startx" command.
    And the xterm window appeared. And the best is after the 10s the X server shuts down and the framebuffer was back !!! Unbelievable !!!
    So I continued the installation : Gnome + Gdm.
    After the reboot : Grub, then framebuffer for 1 second, then a black screen, then Gdm login screen !!!
    So it seems to be a problem with nvidia driver and the framebuffer.
    After the Gnome + Gdm installation I managed to display the framebuffer in tty2. But I don't know if tty2 was working before (when tty1 only display black screen).
    My conclusion and installation tip is to not reboot after the nvidia driver installation and to install a desktop environment + a display manager and to pray to not have problem.

  • Nvidia firewall and home networking and printer-sharing: how do you enable it?

    Hey guys, finally my system is running at 100% after re-formating WinXP3 times which is probly one of the most painful experience i ever had.
    I installed the nvidia firewall and it runs great but the problem is that when i enable it, all the other computers cannot see this MSI computer's shared folder and network printers because I think the firewall blocked it all.
    I tried to change the secuirity setting to low and even added the IP address of all the other 3 computers to the firewall config w/o avail.
    can anyone of you here enlighten me?

    help~

  • Н.264 NVIDIA (NVENC)

    sorry my bad english
    i record video in Bandicam, codec H.264 NVIDIA (NVENC). format AVI
    Adobe Premier Pro CC 2014 not reading my file..
    will be available when this function?

    LikeMySty1e wrote:
    i know Motion JPEG..... but
    my video card nvidia geforce gtx 780Ti best record video in codec H.264 NVIDIA NVENC, but adobe not reading my file......
    No that is correct.
    Please read the post again.

  • [Solved] Asus laptop, Optimus NVIDIA card and heat

    Hello everyone,
    I got myself a laptop a few weeks ago and until now everything seemed to work okay. I set up Bumblebee for Optimus and could run Heroes of Newerth without problems. Recently I updated the drivers, and when I ran the game everything went laggy and soon thereafter (seconds), before the game even fully loaded, the computer turned off due to overheating. This is when I put my hand on the side of the keyboard (where there's some aluminum) and nearly burnt my hand!
    There doesn't seem to be any permanent damage, but how can I be sure?
    I reinstalled everything graphics-related and it seems to work now. I must have not updated all the packages properly from the AUR.
    I've never paid attention to the temperature, and I've been looking at it now; is 96--99 °C normal with a game running for a few minutes? I check it with `acpi -V`.
    The specs of the machine are:
    Model ASUS K53SV
    Intel i7-2670 @ 2.20 GHz
    Nvidia GT540M
    8 GiB RAM
    500 GB 7200 RPM disk
    (Edit) Some further clarfications:
    A week ago, I don't think the machine got this hot. And that's after a few hours of ingame time. Maybe an update did this? Also, nvidia-settings reports that the card temperature during gaming is about 90 °C. Again, no idea what the normal temperature is.
    The temperatures already rise when in the ingame menu and practically stay that way constantly. Is there some "bad" programming afoot that needlessly stresses the machine?
    (Edit)
    The CPU temperatures don't go crazy if I run the game with the onboard Intel video card. CPU load may be caused by copying the data from one X server to the other because of Optimus. But I don't see this being so heavy (99 °C heavy).
    (Solution)
    Aha! I installed the 'nvidia' package from the official repositories, which replaced 'nvidia-bumblebee', and this solved my issues. Now everything runs ingame at a stable 70-ish degrees Celsius. I also removed the kernel option pcie_aspm=force, but I don't think that did anything.
    Last edited by Nanthiel (2012-03-27 17:52:59)

    Thanks for the reply, you're rigth Lone_wolf , the nvidia driver works, installed directly from pacman.
    The ENGT 430 is just a GT 430 with different look from the outside.
    However lspci reports
    VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
    So is the same card different look
    Solved!

  • CS5 Rendering on a Nvidia GTX285 and Display on a Radeon

    Hi,
    I am trying to migrate to windows 7/64 and have used the Nvidia video processors for many years. I am currently using a GTX 285 with Premier Pro CS5 and the realtime rendering works exactly as advertised, it is truly phenomenal to see my effects immediately.
    Unfortunately Nvidia has abandoned spanning the desktop accross two monitors, a feature that is built into ATI Radeon video cards. I would like to switch my displays over to a Radeon card and retain the Nvidia card in the system just for rendering.
    Will CS5 still recognize the Nvidia card and use it for rendering?
    Has any tried this configuration?
    Any hints on how best to go about this?

    Straight from the proverbial horse's mouth:
    ManuelG
    View Member Profile
    Add as Friend
    Send Message
    Add to PM block list
    Forward PM
    Find Member's Topics
    Find Member's Posts
    Re:horizontal spanning, again, Today, 01:55 PM
    Group: NVIDIA Technical Support
    Posts: 1,333
    Member No.: 194,471
    Joined: 25-September 09
    QUOTE
    Hi Manuel,
    Please answer this time. I am going to replace my entire system, because my mother board does not support SLI.
    I need to know from you exactly what cards in SLI configuration support horizontal spanning under windows 7.
    I do not need brands, just the gpu's
    Please answer
    Gerard
    There  is no horizontal span support for any of our graphics cards under  Windows 7, either Quadro or Geforce.  We do have a feature called NVIDIA  Surround which is like Horizontal Span but requires 3 monitors.  It  will not work across two monitors only.  Also, all three monitors are  required to run at the same screen resolution, refresh rate and sync  polarity. 
    Since you are building a new system, any of the 400  series supports GPUs will support 2D NVIDIA Surround.  For more  information, you can visit the system requirements page at:
    http://www.nvidia.com/object/3dv-system-re...technology.html
    Horizontal Span is only supported at this time under Windows XP.
    NVIDIA Forums Technical Advisor
    NVIDIA Software Downloads - http://www.nvidia.com/Download/index.aspx?lang=en-us
    NVIDIA Knowledge Base - http://nvidia.custhelp.com/cgi-bin/nvidia....ser/std_alp.php
    NVIDIA nZone Entusiast Website - http://www.nzone.com
    NVIDIA SLI Zone - http://www.slizone.com
    Twitter - http://twitter.com/nvidiacc

  • MBL , nvidia driver and CS5

    I am having an issue with MBL (CS5 version) .  I get a "Not Responding" message when I open the EDIT section of the plugin.  The screen turns black then white then the message.
    I have contaced Red Giant  and they say:
    Update for Case # 16565
    Hello Craig,
    We currently have a compatibility issue with the latest Nvidia Driver. Can you try reverting to an older version of the Nvidia driver and let me know if this resolves your issue?
    Thanks,
    -Nate
    Would you do this in a system that is working perfectly otherwise?  (WIn 7, Quadro FX3800 etc...)
    Can anyone let me know what version of the NVIDIA driver they are using please.  How do I know what is current and what to roll back to?
    RDA   -   I have sent you a PM because I know it works for you as tested yesterday.

    I don't mind you posting my PMs for the common good.
    Now, regarding the nvidia drivers for the Quadro cards, version 266.35 was available fro download until yesterday or early today when it was replaced by version 266.45 which broke MBL on my machine as explained in my PM.
    Once I removed the HD audio driver, which is part of the nvidia package, MBL was working again.
    Here is what I suggest you should do :
    1. Download and install the 266.45 drivers.
    2. Remove the nvidia HD Audio driver in the "Uninstall or change a program" panel..
    3. Launch PPro and apply a MBL effect to a clip and see if my solution works for you.
    Good luck (nod to Bill)
    Robert

Maybe you are looking for

  • Fire FTP does not appear in the Firefox 4 Tools Menu, where is it?

    I have just upgraded Firefox from 3.6.16 to Firefox 4 (OS Win XP) I had Fire FTP as an add on, but after upgrading it disappeared from the Tools Menu (along with all my accounts details) I then re installed the Fire FTP Add On but it does not appear

  • Adding Metadata to JPEG, EPS, PSD, TIFF

    Hi all, I would like to know how if is possible to a read and write metadata (basically Caption and Kewords fields) to a different kind of files (EPS with JPEG compression, TIFF, JPEG, PSD...) WITHOUT opening them in Photoshop. I need to manage all f

  • Doubt in select in to statement

    In employees table employee_id first_name last_name are columns. Written Following pl/sql and it compiles fine create or replace procedure passEmp(employee_id number,colname varchar2) as sname varchar2(50); begin select colname into sname from employ

  • Itunes continues to say ipod appears to be corrupted.

    One day i just connected my my ipod to my computer and itunes says that your ipod appears to be corrupted. So I clicked restore and the ipod restored and then appeared on itunes with the same message. Telling me to restore. I literally did this like

  • Not able to connect any which way

    Greetings, I have a Wireless WRT54G V8.  I've been using it for a couple months (password protected), and all of a sudden I am not able to connect.  My 1,2,3,4 and Internet LCDs are all lit up (not flashing), but the Power, DMZ, and WLAN are not.  My