MBP i5 15" Nvidia driver for Bootcamp problem

I have performed the following, please advise if i missed something:
1. installed windows 7 through bootcamp assisant
2. installed snow leopard drivers for windows
3. downloaded and installed bootcamp 3.1
4. removed windows 7 and repeated steps 1-3 (to trouble-shoot)
WIndows 7 does not regonise the 256MB Nvidia GT 330M in my MBP. What have i done wrong? i don't understand. Please help.

Uninstall the device driver for the GT330M.
Well, let's see, you have to install old buggy not official supporting Windows 7 drivers that came out last summer before the RTM, before you can update to BC 3.1, unlike any PC where you just install the latest motherboard drivers.
As long as the Assistant prepares a proper Master Boot Record and offset, then Windows 7 should install. It is only after installing that anything actually from Apple gets installed and that is where there can be trouble. Newer Macs have later device drivers but they aren't posted and there is no 3.1+ or 3.2.
You did everything correctly. Support is weak.

Similar Messages

  • Nvidia driver for bootcamp winxp

    My external monitor is not booting up in winxp, so I assume it's driver problem. The Nvidia website doesn't have GeForce 320M driver...anyone has it?

    Installing this bootcamp 3.2 is very scary, and I did. It corrupted my msi.dll in my winxp, and I know nothing about those things. Lucky I download the msi,dll and reregister it, and can reinstall bootcamp. But problem is still here. my monitor still got no signal. My NVIDIA control panel blinks when I turned on the monitor, it wouldn't let me select external monitor.

  • Need to compile nvidia driver for a custom kernel [SOLVED]

    I compiled a custom kernel following this wiki page: http://wiki.archlinux.org/index.php/Ker … rom_Source
    I can boot into it just fine.  I now want to compile an nvidia driver for use with it and followed the steps on this wiki page: http://wiki.archlinux.org/index.php/NVI … tom_kernel
    I run into a problem when makepkg trys to compile it.  Here is the output:
    $ cd ~/devel/abs/nvidia/
    $ makepkg -c
    ==> Making package: nvidia-my 190.42-1 x86_64 (Thu Nov 5 17:42:29 EST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found NVIDIA-Linux-x86_64-190.42-pkg0.run in build dir
    ==> Validating source files with md5sums...
    NVIDIA-Linux-x86_64-190.42-pkg0.run ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-190.42-pkg0
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 190.42..................................................................................................................................................
    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...
    The step it's choking on is (from the PKGBUILD), "make SYSSRC=/lib/modules/${_kernver}/build module || return 1"
    What am I doing wrong?
    My PKGBUILD:
    pkgname=nvidia-my
    pkgver=190.42
    _kernver='2.6.32-rc6-MINE'
    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.31' 'kernel26<2.6.32' "nvidia-utils=${pkgver}")
    conflicts=('nvidia-96xx' 'nvidia-173xx')
    license=('custom')
    install=nvidia.install
    source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run")
    md5sums=('f94806feee87de756d14fe3e9bcaf05a')
    [ "$CARCH" = "x86_64" ] && md5sums=('ae431ff849ec01446e6724f9fcfe3bb4')
    build() {
    cd $srcdir
    sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
    cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/lib/modules/${_kernver}/build module || return 1
    mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
    install -m644 nvidia.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/nvidia.install
    My nvidia.install
    post_install() {
    KERNEL_VERSION='2.6.32-rc6-MINE'
    depmod $KERNEL_VERSION
    post_upgrade() {
    post_install
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    post_remove() {
    KERNEL_VERSION='2.6.32-rc6-MINE'
    depmod $KERNEL_VERSION
    Last edited by graysky (2009-11-07 10:54:33)

    Hello,
    I'm kind of a noob and am trying to get follow the directions from the Nvidia wiki on installing on a custom kernel.  I'm trying to use the abs method to install on kernel26rt version 2.6.33rt.  I followed directions exactly and am getting an error that I didn't find on any other posts.  Can you please take a look?  Here is my terminal:
    [jsadural@jlinux nvidia]$ makepkg -ci
    ==> Making package: nvidia-2633rt 270.30-3 (Wed Mar 30 08:53:08 PDT 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
      -> Downloading NVIDIA-Linux-x86_64-270.30-no-compat32.run...
    --2011-03-30 08:53:08--  ftp://download.nvidia.com/XFree86/Linux … mpat32.run
               => “NVIDIA-Linux-x86_64-270.30-no-compat32.run.part”
    Resolving download.nvidia.com... 69.31.121.43
    Connecting to download.nvidia.com|69.31.121.43|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD (1) /XFree86/Linux-x86_64/270.30 ... done.
    ==> SIZE NVIDIA-Linux-x86_64-270.30-no-compat32.run ... 30037601
    ==> PASV ... done.    ==> RETR NVIDIA-Linux-x86_64-270.30-no-compat32.run ... done.
    Length: 30037601 (29M) (unauthoritative)
    100%[======================================>] 30,037,601   696K/s   in 42s     
    2011-03-30 08:53:50 (696 KB/s) - “NVIDIA-Linux-x86_64-270.30-no-compat32.run.part” saved [30037601]
    ==> Validating source files with md5sums...
        NVIDIA-Linux-x86_64-270.30-no-compat32.run ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-270.30-no-compat32
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 270.30........................................................................................................................
    NVIDIA: calling KBUILD...
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || (    \
        echo;                                \
        echo "  ERROR: Kernel configuration is invalid.";        \
        echo "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";    \
        echo;                                \
        /bin/false)
    mkdir -p /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.tmp_versions ; rm -f /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.tmp_versions/*
    make -f scripts/Makefile.build obj=/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel
      cc -Wp,-MD,/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.nv.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/include -I/usr/src/linux-2.6.33-rt/arch/x86/include -Iinclude  -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -I/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"270.30\" -Wno-unused-function -mcmodel=kernel -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.o /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c
    In file included from /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess.h:573:0,
                     from include/linux/poll.h:13,
                     from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:84,
                     from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:13:
    /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
    /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess_64.h:35:6: warning: comparison between signed and unsigned integer expressions
    In file included from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:13:0:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h: At top level:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:251:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘nv_spinlock_t’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:1436:5: error: expected specifier-qualifier-list before ‘nv_spinlock_t’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_alloc_file_private’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1993:5: error: implicit declaration of function ‘semaphore_init’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1994:5: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1995:5: error: implicit declaration of function ‘atomic_spin_lock_init’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1995:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_poll’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2790:30: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2793:5: error: implicit declaration of function ‘atomic_spin_lock_irqsave’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2793:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2804:5: error: implicit declaration of function ‘atomic_spin_unlock_irqrestore’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2804:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_close_registry’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3595:18: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3611:22: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_write_registry’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3703:51: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3710:45: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3720:9: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_post_event’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4330:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4347:5: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4348:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_get_event’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4362:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4365:9: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4390:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    make[3]: *** [/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.o] Error 1
    make[2]: *** [_module_/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel] Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [module] Error 1
    make: *** [module] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    thanks,
    jason

  • Latest Nvidia Driver for G560 does not install!

    Hi,
    i've tried to install the latest nvidia driver for my G560. But it seems like the only driver working on this system is the preinstalled driver from Lenovo.
    I always get the message that the driver can't find the required hardware. I've downloaded the correct (Win 7 64 Bit) and latest driver from Nvidias webpage. I've even tried some older drivers from the drivers archive.
    Does anybody have a clue how I can solve my problem?
    Greetings Cpk83
    Solved!
    Go to Solution.

    It does look like the correct driver. But I noticed this "Note: The following notebooks are not supported in this release: 1. Notebooks supporting Hybrid Power with Intel chipsets. 2. Fujitsu notebooks – support will be added in a later release. Fujitsu Siemens (FSC) notebooks are supported in this release. 3. Sony VAIO notebooks – support will be added in a later release. Sony VAIO Windows 7 users can click here for driver update support. 4. Any notebook that is launched after the release date of this driver. " Does anyone know if this laptop has Hybrid Power? Also here is a good tip/recommended from ATI. "Advisory: The display driver supplied by the laptop manufacturer is customized for the built-in flat panel display, and the graphics features and functions specific to the laptop. It is strongly recommended to use the supplied drivers. If installing a different operating system other than the one included with the laptop, the laptop may not meet all the requirements, and supported drivers may not be available. The laptop manufacturer is the exclusive provider of driver updates. If the required driver update is not available at the laptop manufacturers’ website, it is recommended to contact the manufacturer directly, to see if an updated driver will be made available in the future."
    IT Specialist and Consultant
    Lenovo Tablet Evangelist
    Current Machines: IdeaCentre A300, ThinkPad Tablet, IdeaPad U410, and Yoga 3 Pro Touch
    Deutsche Community   Comunidad en Español
    Lenovo - the latest in DOtabs, DOpads, DOcentre's, DOstations and DOservers!

  • Can't find nvidia driver for my HP Pavilion dv6000

    Hello,
    I just upgraded my laptop from Windows Vista to Windows 7 Starter.
    But i can't find a NVIDIA driver for it. 
    My laptop name is Pavilion DV6000 and i have a 32 BIT.
    Please can somebody help me?
    Vincent

    Hi @viniboy007
    I understand that you  are looking for a driver for your notebook, and that you have upgraded to windows 7.
    Please post the full product number for your notebook, so I can post a link to the supported drivers for your notebook.
    How Do I Find My Model Number or Product Number?
    If there are not supported drivers for that product from HP, then it means the unit was never sold in that configuration. Then I would refer you to this page: What if I Don't See My Operating System?
    The problem then is more about trying to find drivers that will work, that have not been customized by HP to work with the other components on the notebook.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Compiling nvidia driver for custom kernel

    I have a Toshiba M200 tablet PC running Arch Linux (which I love, btw) and it's running fine, including the tablet.
    There's an irritating bug with suspend-to-ram (suspend-to-disk doesn't work with the nvidia driver) where the tablet pen stops working after resume.
    There's a patch slated to be in some future kernel, but I compiled my own with that patch included. It boots fine and all seems to be well with it.
    However, I need to compile the nvidia driver for it, since the binary does not work. So I copy /var/abs/extra/nvidia and modify the PKGBUILD and nvidia.install files per the instructions on this wiki page, and run makepkg -i -c .
    I get a big error message early on, saying
    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. ***
    I've checked everything I can think of.
    $ uname -r
    2.6.25-tablet
    ls -l /usr/src shows linux-2.6.25-tablet, and linux is a symlink to it. /lib/modules/2.6.25-tablet/build is also symlinked to the right kernel source tree.
    So I'm out of ideas for why the nvidia makefile can't seem to find the kernel source.
    Thanks in advance.

    @klixon:
    I think that may be the root of the trouble: I compiled the kernel on my desktop (C2D 2.8) rather than my wussy laptop (1.6 Centrino). It installed and ran fine and all that, but I only have the kernel source tree that was included in the package, not the one that really compiled the code. Would simply copying it suffice, or should I rebuild the kernel on my laptop? Also, the PKGBUILD is included below.
    @shazeal:
    I believe this is a subset of the problem I describe above?
    The PKGBUILD, somewhat customized from the nvidia ABS. I don't think any of the changes are overly shocking.
    I've tried dozens of different modifications of it now. The simplest one is just appending '-tablet' to pkgname and _kernver.
    # $Id: PKGBUILD 1567 2008-05-13 10:11:25Z thomas $
    # Maintainer : Thomas Baechler <[email protected]>
    pkgname=nvidia-tablet
    pkgver=169.12
    _kernver='2.6.25-tablet'
    pkgrel=4
    pkgdesc="NVIDIA drivers for kernel26."
    arch=('i686')
    ARCH=x86
    url="http://www.nvidia.com/"
    depends=('kernel2625-tablet' '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
    NVIDIA_kernel-169.12-2286310.diff)
    md5sums=('e7aaca79c846e34cfe8111040bfee2d0'
    'a6b6d9d7ff0306343be3fa40e72337fd')
    [ "$CARCH" = "x86_64" ] && md5sums=('843a1e8bc1923ba2e4b60f6fab31ad3b'
    'a6b6d9d7ff0306343be3fa40e72337fd')
    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...
    patch -Np0 -i ../NVIDIA_kernel-169.12-2286310.diff || return 1
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/usr/src/linux 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

  • How to upddate Nvidia driver for my Windows in bootcamp?

    Hi I just want to ask if just using the Nvidia driver that it suggest from the udpate tab in the control panel of Nvidia is the way I can update my driver, or is there a special way to update when you are using bootcamp?

    In the past, I have seen problems in some MacBooks when you install drivers from the NVIDIA website. However, this doesn't apply to newer computers and you can install the drivers from the NVIDIA website. Moreover, it's recommended, because the drivers that Apple includes are old and doesn't work as the most recent driver does.
    You can download the driver from NVIDIA Control Panel or from the NVIDIA site > http://www.nvidia.com

  • Any new Nvidia driver for Macbook pro?

    Hey, after I upgrade to new OSX 10.6.x, my software Houdini (www.sidefx.com) viewport flickers every frame. It used to work fine on 10.5.x.
    I don't know it's the problem for OSX or Nvidia driver, at least, it worked fine on 10.5.x, so I think it is the new OSX bug.
    I use Macbook pro, I tried both 9400m or 9600m can't work. Please fix this.
    Regards.

    Ah, I see - Asking here is just asking other users - if you expected an answer/status directly from Apple here, that won't happen, sorry. Perhaps some users have heard on other forums in which case I'm sure you've already searched, etc. Good luck in any case.

  • T61 nvidia driver causes font problems

    after my last update a new graphics driver for the nvidia quadro 140m was installed.
    the new version (7618) caused bad problems with my fonts. (they could not been displayed)
    -> only squares for each letter 
    it took me a have day to find out, that it was the graphic driver (i didn't expected that).
    After I reinstalled my fontexplorer and repared my windows installation several times,
    it took me another half day to find the download to the old driver again. (7471)
    ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/7kd165ww.exe
    now it works again with the old driver and i hope there will be an update and at least a notice in the thinkpad system update.
    frustrated greets. 

    Hi Puschl636,
    I had a similar problem. I have 3.03a of the presentation director and the most current display driver.
    If I boot with dual screens, the first time I do it, I have to open the lid to the laptop and then close it after startup and it will usually move to the dual screen profile.
    It may be a temp fix, but after that, as long as I have it docked, the dual screens come up.
    Hope that helps!
    Roy 

  • NVIDIA driver for optimus capable cards and UEFI

    Has anyone have had any luck installing the nvidia (proprietary) driver for laptop with nvidia card like the Y series?
    I can't boot the laptop after installing the Nvidia driver. After installing the driver, I get an error saying "device not found" and drops to a shell mode.
    Solved!
    Go to Solution.

    Yes, I did make this thread, but a month ago. Since then I have it resolved, and I even have it tagged as resolved. Back then, I had a lot of problem making it work. But that was a month ago.
    And yes, I admit now that there are still issues with the driver. But as I've said at least twice already, the issues exist because native support NVIDIA provides is still relatively new. And yes, people are still experiencing problems because, I'll say it again for the third time, native support is still relatively new and therefore can be buggy.
    I think it's totally off pace to make factual statements based on one's experience. You're not paying attention to what you're reading and you're very quick to jump  to conclusions. NVIDIA most certainly doesn't say that it doesn't support Optimus on linux based OSes. There are minimum required kernel and xrandr versions, and that's pretty much it. They even tell you how to install it on their website:
    http://us.download.nvidia.com/XFree86/Linux-x86/31​9.12/README/randr14.html
    There can be/are issues after you install it, and as I mentioned before, I summarized in another thread as to how I got around a lot of the issues I had. Click my username and view it.
    Finally, every other person and their grandmother is using Ubuntu these days, so there is a lot of support out there for it.  I'd imagine that for the latest version of Ubuntu, someone out there has posted a step-by-step guide as to how to install the nvidia driver on an optimus card. The major issue is with older kernels or I'd imagine BSD, etc.

  • [SOLVED] NVidia driver for Dell XPS1340 (GeForce 9400M G)

    Hi.
    I don't know which nvidia driver install for my laptop, Dell XPS 1340. Before i had installed nvidia-173xx but now this driver doesn't work with new xorg-server (http://mailman.archlinux.org/pipermail/ … 20001.html).
    I've kernel26-pae and i've install nvidia-pae driver, after installation i config with nvidia-xconfig but when i run startx i get this error:
    [ 1210.888] (--) Depth 24 pixmap format is 32 bpp
    [ 1217.522] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA GPU at PCI:2:0:0. Please
    [ 1217.522] (EE) NVIDIA(GPU-1): check your system's kernel log for additional error
    [ 1217.522] (EE) NVIDIA(GPU-1): messages and refer to Chapter 8: Common Problems in the
    [ 1217.522] (EE) NVIDIA(GPU-1): README for additional information.
    [ 1217.522] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
    [ 1217.523]
    Backtrace:
    [ 1217.523] 0: /usr/bin/X (xorg_backtrace+0x37) [0x80a38e7]
    [ 1217.523] 1: /usr/bin/X (0x8048000+0x5faea) [0x80a7aea]
    [ 1217.523] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb779540c]
    [ 1217.523] 3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0xb52c3000+0x471698) [0xb5734698]
    [ 1217.523] Segmentation fault at address (nil)
    [ 1217.523]
    Fatal server error:
    [ 1217.523] Caught signal 11 (Segmentation fault). Server aborting
    [ 1217.523]
    [ 1217.523]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1217.523] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1217.523]
    lspci | grep VGA output is:
    02:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce G210M] (rev a2)
    03:00.0 VGA compatible controller: nVidia Corporation C79 [GeForce 9400M G] (rev b1)
    xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 270.41.03 ([email protected]) Sat Apr 9 00:26:11 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Can anybody help me?
    Thanks and best regards.
    Last edited by Pilli (2011-04-14 11:48:58)

    Hi.
    To fix this problem i've to edit the /boot/grub/menu.lst file and add to kernel line  vmalloc=192M option.
    More information here: http://us.download.nvidia.com/XFree86/L … ssues.html at Kernel virtual address space exhaustion on the X86 platform section.
    I hope this can help someone
    Thanks.

  • Laserjet 1300 driver for Win7 problem

    Plugged my Laserjet 1300 into my new computer (System 7) via USB- and Windows couldn't find the right driver for it.
    I canceled Windows trying to install driver automatically, and put original CD driver disk (Serial #Q1334-60107 ver 2.0) into drive-
    but couldn't get Windows to recognize printer, even after re-boots.
    Since I bought printer a while ago, I checked for updated drivers online, that would be 64 bit.
    I installed this one:
    upd-pcl5-x64-5.4.0.11744.exe
    During driver install I plugged in printer & turned it on at what i thought was right time. I see this:
    "HP Universal Printing PCL 5" as printer- but it won't print.
    Tried Windows 'Uninstall' feature but it doesn't show the driver, to un-install it- OR where the driver's located.
    ** QUESTIONS: How do I Un-Install the driver? Do I use upd-pcl5-x64-5.4.0.11744.exe OR original disk driver #Q1334-60107 ver 2.0?
    What's the procedure for installing this?- I can't find anything, despite an afternoon of Googling.
    Thanks.
    This question was solved.
    View Solution.

    Did you follow this guide to install the print? Installing LaserJet 1300 on Windows 7
    You should not need to navigate to the driver you download. Actually stick it in the trash can for now When you selecet "Add a Printer" you need to select "Add a local printer." Ignore the writing to the right, that only applies if everything is working properly. If you follow the guide at the top it should get installed properly.
    No need to feel foolish and no problem at all for helping. Thats what I am here for
    -Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • I need a USB driver for Bootcamp?

    So I'm trying to get Windows 7 on my Mac and I have a disc with the ISO burned on it, but when I try to install it with Bootcamp I get the message
    "There is no USB drive connected to the system. Please insert a USB drive to continue."
    I don't have a USB driver and I don't see why I need one.

    Follow the Bootcamp instructions http://www.apple.com/support/bootcamp/.
    Do you have an internal optical drive? Do you have a retail copy of Windows? Are you using the internal optical drive for your retail copy of Windows? Do you have anything else plugged into the usb ports?

  • Alternate SSD Driver for Bootcamp?

    Hi --
    I installed a Patriot Warp 128 GB SSD installed in early 2010 13" MacBook pro, and the performance of the drive is just fine on the Mac side, but when I use bootcamp to get into Windows XP, this drive is sooooo slow. The only think Patriot will suggest is to find a different drive for my motherboard's mass storage controller. Does anyone know of any other drivers that might fix my issue, or of any driver alternatives to what is provided in Bootcamp?
    Thanks for any help anyone can offer...

    Unfortunately Patriot does not offer an upgrade for the firmware of this particular model. Funny you mention it though, because they sent me this drive after the last one bricked when I tried to update its firmware. After this experience I'm would not recommend Patriot SSDs to anyone.
    I've had the best results with Intel drives, but I'm sorta stuck with this one as they say. It was Patriot though that recommended find a new driver.
    Thanks for your thoughts though.
    Bleh.

  • NVidia driver for my vid card.

    I tried to install the newest nVidia driver.... the Forceware Driver 52.16.  I got it installed, and when I rebooted my comp, it got no further than the Windows start-up screen.  Thus causing me to revert to my default driver settings.  Supposedly this driver is supported by my card, a GeForce3 ti 200 64mg card.  What's the scoop?  Am I doing something wrong?.... Is there a different driver for this card?  Also... where or how do I get openGL 1.4?  Thanks a bunch!

    Make sure you turn off Anti-virus software before installing new drivers. useing driver cleaner is helpfull in keeping windows from installing the drivers you just uninstalled (cab cleaner it takes some time to complete) and if you want to try a new driver that works well (this one I use)
    http://www.evga.com/support/downloads/default.asp
    This 53.03 is the latest from eVGA and will work with any nVidia card
    after the driver is installed there will be a folder in the program files named eVGADrv. this folder can be wiped after the next driver update.
    OpenGL is part of the driver package no need for a seprate download

Maybe you are looking for

  • Hours listed in Weekly View

    When I open in Weekly View, it starts at 1:00am. I have already gone into preferences and selected for my day to start at 7:00am but it only shades from 7:00am on. I do not want to see 1:00am to 6:00am as I will never have any appts then. How do I ma

  • Can't edit informations or add artwork to certain tracks...

    Hi all, is there somebody that can help me with this? I have iTunes 8. Among the several tracks i added to my library, there are some that are basically unaccessible: I right-click on them and go to the "Get Info" menu'; whereas the blanks can usuall

  • My Iphone 4 (ios 7) does not register any wifi network

    ive tried everything all my other devices connect to the home wifi fine so why wont it???

  • AnyConnect certificate

    I have installed an SSL cert from Symantec for my AnyConnect configuration.  And everything seemed to be working fine however after logging into our anyconnect portal I am receiving an error during the Java applet launch saying "The web site's certif

  • Making my game created using Java SE work on mobile devices

    I have created a game using Java SE. Can my game be played on a mobile device such as the new g3 iphone? Do I have to create my game using Java ME in order to be played on mobile devices? Thank you, jeffphotos7777