Why does my 2012 iMac with a 512 gfx card only recongise 256 in bootcamp

Hi,
I brought an 21" 2012 iMac recently, and i have installed windows 8 on bootcamp for games.
I have installed latest bootcamp drivers and downloaded the Nvidia GeForce GT 640M drivers and installed everything.
But for some reason when i check things like can i run it, the system only recgonises that i have 256MB of graphics memory.
I have rebooted into osx and check and it is defo 512.
Any ideas?

I have exact same problem with my 15in MacBook Pro with 1GB graphics memory.  It only recognises 256MB.  Is this just a software reporting bug or is it really restricted to 256MB??  Wish I could find the answer.  Apple support is non existant.... of course....blame it on Windows!
Can't help....  but you're not alone!

Similar Messages

  • Why does my 27" iMac with Lion 10.7.3 keep Freezing?

    I will be working on something (typing this for example) and all of a sudden everything stops and the spinning wheel will come up.  Then after 30 seconds or so everything goes back to normal. 
    Here is info about the computer:
    Model Name:          iMac
    Model Identifier:          iMac10,1
    Processor Name:          Intel Core 2 Duo
    Processor Speed:          3.06 GHz
    OS: Lion 10.7.3
    I have tried repairing disk permissions sucessfully but this keeps hapening.
    Bob

    I suggest verifying the SMART status of your hard drive. In addition to using the Disk Utility application located in the Applications/Utilities folder, I also like to use the Smart Utility application from Volitans software. It will read and display the contents of your hard drive's SMART (Self-Monitoring, Analysis, and Reporting Technology) log files. If the SMART Utility application lists your SMART status as failing then I would carefully back up the important data and seek service. A hard drive that is in the process of failing can cause the issue you are describing.
    http://www.volitans-software.com/smart_utility.php

  • [Guide] Install and run Windows 7/8 from an external drive without using bootcamp (works for late 2012 iMacs with 3TB drive)

    This is a copy of a post from my blog, you can also Read it on my blog...
    Introduction
    After I received my new iMac with a 3 TB Fusion Drive, I was disappointed when I realized that Bootcamp was not running on this model and prevented me from installing Windows on it. I wanted to take advantage of the powerful iMac hardware to play games but I couldn't.
    There are a few ways of working around this limitation, but I found most of them quite complex and most of the time they required formatting the internal hard drive or repartitioning it and go for a brand new installation of Mac OS X. I was not comfortable with that.
    But there is another way, and that is to install Windows on an external hard drive, using either USB or Thunderbolt. Personally I used a Lacie Rugged 1 TB drive that has both USB3 and Thunderbolt connectors. Both work very well.
    This guide may interest you if:
    You have an internal hard drive of more than 2TB and you can't run bootcamp at all (like late 2012 iMacs with a 3TB drive)
    You have limited space or you don't want to dedicate disk space on your internal hard disk drive to a Windows installation
    What this guide will make you do:
    It will make you erase all your data from your external USB3/Thunderbolt hard drive
    It will make you install Windows on your external USB3/Thunderbolt hard drive
    It will make you install bootcamp drivers
    What this will not make you do:
    It will not make you modify anything on your internal Mac hard drive
    It will not make you use or install the bootcamp assistant
    It will not activate the Preference Pane for the default boot drive. You have to boot by pressing the ALT key to manually select your boot drive each tome you want to boot Windows.
    What you'll need
    An external hard drive with a USB3 and/or Thunderbolt connector. This drive will be formatted so ensure you saved your files before going further. You can use either an SSD drive or a classic hard drive.
    A Windows 7 or 8 install DVD or ISO (check whether to install 32 or 64 bits versions based on your Bootcamp drivers) and the corresponding Windows serial number.
    One of the following:
    Mac OS X with a Windows 7 or 8 Virtual Machine (use VMWare Fusion or Parallels Desktop for example. Note: VMWare Fusion seems to have some issues with Thunderbolt and USB3. Plug your drive to a USB2 enclosure or hub to work around this -it worked for me-, or use another VM software) → Read the important note below
    A PC running Windows 7 or 8 → Read the important note below
    Windows AIK (free) running on your Virtual Machine or on your PC, or just the imagex.exe file (the rest of the Windows AIK package is not needed)
    Download imagex.exe
    Download Windows AIK (this download and installation is not required if you have already downloaded imagex.exe)
    Bootcamp drivers for your Mac. You can get these either by running bootcamp from your Mac (Applications > Utilities > Bootcamp) or, if like me you have a 3TB drive and can't run bootcamp at all, use the direct download links here.
    A USB stick to store your bootcamp drivers
    IMPORTANT: If your Mac has a 64 bits processor, your Windows Virtual Machine on OSX, your Windows installation on your PC and your Windows DVD/ISO must also be in 64 bits!
    Step by Step guide
    Step 1: Get the install.wim file
    If you have a Windows ISO file:
    Mount the ISO
    If you're on OS X: double click on the ISO file
    If you're on on Windows 7: Use a software like Virtual Clone Drive (free)
    If you're on Windows 8: double click on the ISO file
    Open the mounted drive, then go to the "sources" folder and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    If you have a Windows DVD: open the "sources" folder on the DVD and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    IMPORTANT: If instead of a "install.wim" file, you have "install.esd", you can not continue this step by step guide. And an ESD file can not be converted into a WIM file. So you must get a version of the Windows installation DVD/ISO that has an install.wim file.
    Step 2: Clean, partition and format your external hard drive
    On your Windows installation or virtual machine, plug in your external hard drive (can be plugged using USB2, USB3 or Thunderbolt at this stage)
    Open the command prompt in administrator mode (cmd.exe). To run it in administrator mode, right click on cmd.exe > Run as admin.
    Type the following and hit enter to open the disk partitioner utility:
    diskpartType the following and hit enter to list your drives:
    list disk
    This will display a list of disks mounted on your computer or virtual machine. Make sure your drive is listed here before you continue.Identify the disk ID of your external hard drive. Replace # by your real external disk ID in the command below:
    select disk #Clean all partitions by typing the following (warning: this will erase all data from your external drive!):
    clean
    Create the boot parition by typing the following followed by the enter key:
    create partition primary size=350
    This will create a 350MB partition on your external driveFormat the partition in FAT32 by typing the following:
    format fs=fat32 quick
    Set this partition to active by typing:
    active
    Assign a letter to mount this partition. We will use letter B in our example. If B is already used on your PC, replace B by any other available letter:
    assign letter=b
    Windows will detect a new drive and probably display a pop-up. Ignore that.Create the Windows installation partition using all the remaining space available on the external drive by typing the following:
    create partition primary
    Format the new partition in NTFS:
    format fs=ntfs quick
    Assign a letter to mount this partition. We will use letter O in our example. If O is already used on your PC, replace O by any other available letter:
    assign letter=o
    Windows will detect a new drive and probably display a pop-up. Ignore that.Exit the disk partitioner utility by typing:
    exit
    Step 3: Deploy the Windows installation image
    Still using the command prompt in admin mode (you didn't close it, did you? ), locate the imagex.exe file mentioned in the "What you'll need" section and access its folder. In our example, we have put this file in C:\imagex\imagex.exe
    Type the following and hit enter (remember to replace o: with the letter you have chosen in the previous step):
    imagex.exe /apply C:\wim\install.wim 1 o:
    This will take some time. The Windows installation image is being deployed to your external driveOnce done, type the following to create the boot section (remember to replace o: and b: with the letters you've chosen in the previous step):
    o:\windows\system32\bcdboot o:\windows /f ALL /s b:
    If you get an error message saying that you can't run this program on your PC, then most probably you are running on a 32 bits installation of windows and you're trying to deploy a 64 bits install. This means you did not read the important notes in the beginning of this guide
    If you get an error message on the options that can be used with the BCDBOOT command, then it's because you're installing Windows 7, and the /f option is not supported. If that is the case, remove /f ALL from the command and retry.
    Step 4: Boot from your external drive and install Windows
    Plug in your external drive:
    If you've done all the previous steps from a Windows PC, unplug your external drive from your PC and plug it to your Mac, either on a USB3 or a Thunderbolt port.
    If you've done all the previous steps from your Mac using a Virtual Machine, ensure the external drive is plugged in to a USB3 or Thunderbolt port. Using USB2 should also work but you'll get very poor performance so I don't recommend doing that.
    Reboot your Mac and once the bootup sound is over, immediately press the ALT (option) key and release it only when the boot drives selection screen appears. If you did not get the boot drives selection screen, reboot and try again. The timing to press the ALT (option) key is quite short. It must not be too early or too late.
    On the boot selection screen, choose "Windows" using the arrow keys on your keyboard, then press enter.
    The Windows installation starts. Follow the on-screen instructions as normal. The installation program will restart your computer one or 2 times. Don't forget to press ALT (option) right after the bootup sound, and boot on Windows again each time to continue the installation.
    Step 5: Install bootcamp drivers
    Once the Windows installation is complete, plug in the USB stick where you stored the bootcamp drivers (see "what you'll need" section), open it and right click on "setup.exe" and select "Run as admin". Follow the on-screen instructions.If you have an error saying that you can't run this program on this PC, obviously you have installed a 32 bits version of Windows and the bootcamp drivers for your Mac are made for a 64 bits version. You have to restart the whole guide and make sure to get a 64 bits version of Windows this time!
    Once the bootcamp drivers are all installed, reboot and press ALT (option) after the bootup sound to boot on Windows again. And Voilà, you have Windows installed on your USB3/Thunderbolt drive running on your Mac.
    Now each time you want to boot on Windows, press and hold the ALT (option) key after the startup sound and select "Windows", then press Enter.

    Hi i'm trying to follow your guide, I installed windows 8 on bootcamp to do it planning to remove it after the operation is done, but i get stuck at part 3: every command i give to imagex i get a pop-up ftom windws asking how do I want to open this kind of file install.wim and imagex does nothing, what do i have to do to stop those pop-ups?

  • Why does my new iMac keep freezing for no apparent reason?

    Why does my new iMac keep freezing? This usually happens when it is not being used and is particularly frustrating when I do need to use it and ahve to switch off and then on again and wait for it to reboot.
    I am not computer literate so keep any answers as simple and idiot friendly as possible. I treat it like a car. If I put in the key and turn the ignition on and the enginesprings into life I am content. If not.............. well!

    In order to provide any help we need to understand a little bit more about the problem you are experiencing.
    You indicated the issue occurs when the sytem is not being used. Does this mean that you stop working on the system and the system 'goes to sleep' where the screen goes black, but when you need to wake it back up by pressing keys on the keyboard or clicking the mouse the system doesn't wake back up? To test for this issue open the System Preferences and click on the Energy Saver preferences. See the 'Computer Sleep' slider to the far right 'Never' setting. You can set the 'Display sleep' setting to any number you prefer. With these settings see if the issue still occurs and let us know the results. If it resolves the issue then give Apple a call and let them know you are unable to wake the system when it goes to sleep. You shouldn't be having that issue.

  • Why does our new iMac down load speed so slow (1.99) being right next to router. Our hp laptop 30 ft away ran at 13.50.

    Why does our new imac download speed so slow (1.99) being right next to the router? Our HP laptop 30 ft  away is running at (13.50), and our old HP desk top connected to highspeed is at (33.10).

    You are surprised that Mac OS X 10.7 is running on hardware that Apple officially supports and says it will run on?  I find your logic unbelievably falwed.
    Not a single problem I've mentioned would be caused by "slow" CPU or "little" RAM.  How does iPhoto not bringing up the file dialog box have anything even remotely to do with the speed of the CPU or the quantity of RAM?  If what you say is true, then yes, performance would be bad, but it wouldn't be selectively bad.  I stated that apps such as Reason 5 run perfectly fine, even really well.  I can load 30-50 racks and synths and not even reach 50% of CPU utilization, Reason never freezes, etc.  DVD playback never freezes as well!!  Your logic is horrendously flawed, it seems you don't know much about computer architecture   Thus, unfortunately, your reply was of absolutely no help, sorry.
    p.s. the external disk spin up problem freezing up the entire graphical interface also has nothing to do with either my CPU/RAM or the OS version I'm running.  It is a known crippleware factor of Mac OS X that at least a thousand people are complaining about online and Apple has done nothing about! 

  • Speeding up my iMac late 2012 iMac with external Thunderbolt SSD

    I am a motion graphics editor and would like to get better speed from my late 2012 iMac with a 3 TB Fusion Drive.
    I have three questions:
    1. Does the Fusion drive in this iMac always run the iOS and apps on the ssd part of the fusion drive?
    2. If not, is there a way to make that happen?
    3. If I add an External Thunderbolt 512GB SSD Drive, will I get a significant boost in performance by keeping the files (video and images) on the SSD, or would After Effects need to reside on the new SSD as well?
    I would really appreciate help from anyone that has the expertise to answer this question.
    Thank you.
    Will H.

    Hi there ScharadL,
    I would recommend taking a look at the troubleshooting steps boot issues found in the article below. 
    Mac OS X: Gray screen appears during startup
    -Griff W.

  • HT4550 Why does my Safari open with American version and home page with Apple iPhone 5 advert even though I have changed them in preference

    Why does my Safari open with American version, and home page with Apple iPhone 5 advert even though I have changed them in preferences, it happens every time no matter how many times I change them, when I open Safari its back to the USA and Apple home page.

    Try this.
    Hold the shift key down and launch Safari.
    Best.

  • When I send a link why does my hotmail open with ie

    When I send a link why does my hotmail open with ie
    == This happened ==
    Every time Firefox opened

    Because Apple doesn't allow iTunes Store credit to be spent on any sort of gift. They haven't said why.
    (99308)

  • Why does a VRRP master with preemption disabled regain master state after the reboot ?

    Q: Why does a VRRP master with preemption disabled regain master state after the reboot?
    A: This issue is found in the following scenarios:
    1. When spanning tree is disabled on either of the VRRP controllers but enabled on upstream switch(es).
    2. When the controller(any one VRRP controller) and upstream device(s) run different versions of STP.
    3. STP convergence time is different across the VRRP controllers.
    In these scenarios, rebooted vrrp master is expected to come back as vrrp MASTER as the link takes some time to converge and fail to receive VRRP advertisement packets from its peer and may roll back to MASTER.
    Trigger for this is, since STP is enabled on intermediate switch and disabled on controller, switch is taking some time ~30 secs to converge the link while port on the controller has become UP and fail-over to Master due to 
    not receiving VRRP advertisement packets
    In all these cases, it is advised to enable holdtime to mitigate issue. Holdtime has been introduced to tackle this issue in the "preemption disabled scenario".
    Configuration via CLI:
    (controller) (config) #vrrp <id>
    (controller) (config-vrrp)#holdtime
    Description:
    The VRRP virtual router does not begin listening to advertisements until the holdtime expires. If your deployment includes a VRRP master with preemption disabled and an uplink switch is running RSTP, a higher value will prevent the VRRP master from regaining the master state after it reboots.
    Range: 30 - 120 seconds
    Default: 45 seconds

    Hey Jim,
    Thanks for the follow-up.  Here are some more details:
    OS - 10.8.2
    FCP X - 10.0.7
    I can't update either of these because of my Avid installation.
    Something else I didn't mention – this happens in a 4K project.  Notice how a default Zoom title looks:
    Lines 1 and 2 are almost stacked on top of each other.
    Here's my title style:
    Here's what the title looks after I apply the title style, modify Line 1, and remove the contents of Line 2:
    And here's how it looks in the exported master file MOV:
    Notice how it's pushed down?
    Then I decided to make a 720p project.  No more title problems.
    So if you have some 4K footage, Jim, give it a go.  Or if there's another 4K-er out there, try this and let me know.
    Thanks!

  • Why does Siri keeps talking with every action I take on the iphone?

    Why does Siri keeps talking with every action I take on the iphone?

    Settings > General > Accessibility > Speak Selection > switch off here

  • I have 2012 iMac with 4 GB RAM. Every time I'm importing vedeo using MiniDV HDV Sony camera, FCP X is importing normally, with 2.5 GB of RAM free. Then, after 10 or 15 min of importing, FCP is frozen, and free RAM is close to zero. What happens?

    I have 2012 iMac with 4 GB RAM. When I turn FCP X, I usually have 2.5 RAM free and the program works normally when I edit. The issue is importing video. I use a Sony HDV camera to import from miniDV tapes, and Apple says Sony HDVs are supported. Yet every time I'm importing, it works normally for 10-15 min, then the amount of free RAM quickly (yet gradually) is reduced to almost zero (I used Memory Clean to dicover it) and then FCP X got frozen and I need to force quit it and start all over again, to work for another 15 min. Horrible! What is it?

    Are using 10.0.7 (the latest version)?
    Memory problems seem to have been alleviated with 10.0.6 and 10.0.7.
    Please post the screenshots of Activity Monitor, as Tom asked. This will at least let us see if it is FCP X itself gobbling a lot of RAM or if you are suffering from the problem of OS X not releasing "Inactive Memory" in a timely manner - an issue that has been there for a long time :-(
    You didn't mention whether you have the 27" or 21.5" iMac. Unfortunately, in the 21.5" adding RAM is a big hassle. But if you have the 27", then seriously consider upping the RAM. It is quite inexpensive, from the likes of Crucial or other reputable third parties.

  • Why does itunes get locked with last update after clicking on search button ?

    Why does itunes get locked with last update after clicking on search button ?

    Why does itunes get locked with last update after clicking on search button ?

  • Why does a yield sign with an ! sign come up on some photos

    why does a yield sign with an ! sign in the middle come up on some photos

    That means iPhoto has broken the file path/link to the original image file. Apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    iPhoto 8 (09) and earlier- run the options indicated
    iPhoto 9 (11) and later- run  Option #4 to rebuild the database
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager (iPhoto 8 or earlier or IPhoto 11 and later) and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the
    File ➙ Rebuild Library (iPhoto 8 or earlier)
    or
    Library ➙ Rebuild Library (iPhoto 9 or later)
    menu option to rebuild the library.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Why does my Mac boot with a Grey screen and a globe?

    Why does my Mac boot with a Grey screen and a globe?

    Usually means you don't have a bootable system installed so the OS is looking for a bootable system on the network.
    Does the computer eventually start up shortly after the globe appears? If so then open Startup Disk preferences, select your boot volume and click on the Restart button. If this is not the case then you need to reinstall Snow Leopard.
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • Why does my new iMac keep locking up running 10.7

    Why does my new iMac running OS 10.7 keep locking up when I am on sites on the internet?

    I think I might be in the wrong community here, but anyway. I have a new 21" iMac intel running OS 10.7.  It locks up when on youtube as well as when viewing site on the internet.  I have little knowledge in these matters.  Any help would be helpfull.

Maybe you are looking for

  • JDBC Thin driver and Oracle names server

    Hi Any managed to get the Thin driver to user the Names Server aliases, ie I want to connect to service xxx like jdbc:oracle:thin:@xxxx and not specify instance and port as the DB is running in a multiple machine cluster and can be switched to a diff

  • How to Aggregate "Value Based Hierarchies"

    I've a tipical parent-child dimension ( Company ). I've created Company dimension using Analitic Workspace Manager defining the Hierarchy as "Value Based Hierarchy". In the fact table there are some entries related to non leaf nodes of the Company di

  • Loading content from database

    all i get is the code in php page, i'm using this: public function CarregaTexto () //vai buscar o file var request:URLRequest = new URLRequest("getTextoDoAboutUs.php"); //classe resp pelo carregamento var loader:URLLoader = new URLLoader(); //faz o l

  • Does not retain window position preferences

    I have a new Mac Pro. When it came it was loaded with Lion. The windows prefernces (position, list view vs column view, etc) wouldn't be retained. This wasn't just between restarts but even if I opened a folder, closed it and opened it a half-hour la

  • Time Machine still running even though it is switched of.

    I just did a fresh install of SL. I have sleeping problems (my MBP that is ☺ ) and in trying to solve this I switched TM of to see if this is he culprit. Having done this it just keeps running as if it was switched on. Any suggestions how to fix?