The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous page

    Sonnet Thunderbolt/Expresscard adapter paired with Vidock and 2011 Macbook Pro

    Discussion in 'e-GPU (External Graphics) Discussion' started by EpicBlob, Mar 5, 2012.

  1. EpicBlob

    EpicBlob Notebook Evangelist

    Reputations:
    49
    Messages:
    410
    Likes Received:
    16
    Trophy Points:
    31
    Is your sound through the laptop or display? That's odd the sound is bugging out; my sound runs off the monitor and is fine. Have you downloaded the newest 306 nvidia drivers? Those and the ones before (I think the 304) have been working fine for me and my setup. And did you have any error 12 issues?
     
  2. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5


    And how you will connect the Sonnet case to the graphic card 6 pin power adapter? I am also intersested to buy the Sonnet case with a sub 150W graphic card. Please keep us up to date.
    Thank you!
     
  3. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    UPDATED

    This is a loose guide for installing Windows 8 64-bit in EFI mode (e.g. not via bootcamp), dual-booting with MacOSX on a 2012 Macbook Air. The purpose of this exercise is to set up a windows-based game rig on the mac using a dual-channel thunderbolt-based eGPU, that will co-exist nicely with OSX.

    MBA rig.jpg

    Screencap.jpg

    My experiences so far:
    There are two roads to install Windows on a mac.
    The road of BIOS and the road of EFI.

    Older PC's only have BIOS. Windows on those PCs talks to hardware directly through the BIOS.
    Macs come with EFI as the primary interface to the hardware. OSX talks to hardware directly through EFI.
    Macs also come with a BIOS emulation, because through BIOS, Windows works flawlessly (with the exception of thunderbolt...). This is how bootcamp makes your windows work.
    The newest Windows (Win7/64 and Win8/64 ONLY) can interface with hardware directly through EFI as well. Not all windows drivers are tested to work this way.

    What happens with eGPU's - the new eGPU thunderbolt device tells EFI/BIOS it exists. On a BIOS-based PC, the BIOS would enumerate it and tell the OS the device is ready. Tomshardware review of the Sonnet suggests this works flawlessly on a thunderbolt-equipped desktop motherboard.

    On an EFI-based mac, things are a bit different. The thunderbolt device tells the EFI it exists. The EFI enumerates it as a PCI device and tells the OS the device is ready. That's what happens in OSX (which runs in straight EFI mode), and what happens in Win7/x64 or Win8/x64 if you installed them in straight EFI mode.

    If, however, you run windows in regular BIOS mode (if you installed Windows via bootcamp, this is the case), Apple's BIOS emulation does not pass the thunderbolt enumeration event back to windows, and your thunderbolt eGPU doesn't work.

    There's a way to make it work using a rain dance, where you connect the eGPU to the mac but not the AUX power plug to the GPU, turn mac on, get past the boot loader, immediately turn the GPU power on before windows completes booting, jump on one foot holding your left ear, bend over backwards twice, scream in agony, and on occasion your thunderbolt device gets recognized and appears in device manager. Even then, twice it disappeared on me while installing nVidia drivers. I gave up on trying to get thunderbolt eGPUs work it through Apple's BIOS emulation.

    I decided to install windows in EFI mode. I tried windows7/64bit/EFI, ran into a pile of weirdness installing and gave up. I'm using Win8/64/EFI instead.

    Setting up a dual-boot EFI on a macbook is easy:
    a. NO BOOTCAMP.
    b. when in OSX, fire up terminal, sudo to root and shrink your EFI OSX partition:
    # diskutil resizevolume /dev/disk0s2 250G
    (in this case, I have a 512GB SSD, I shrunk the partition to 250G).
    c. DO NOT create windows partitions under OSX. DEFINITELY do not let boot camp do this for you - it creates MBR partitions, EFI windows won't install on that.
    d. On some windows PC (or if you're like me, in your Windows7 parallels VM), Create a USB bootdrive of windows 8:
    insert 4GB or larger USB disk. Note: below steps will wipe it. Proceed at own risk.
    run command prompt as administrator
    > diskpart
    > list disk
    (check which disk number your USB disk appears as, use it in the next commands)
    > select your-usb-disk-number-from-previous-step
    > clean
    > convert gpt
    > create partition primary
    > select partition 1
    > format quick fs=fat32
    > assign
    > exit
    Now copy the guts of the windows 8 DVD or ISO onto this new drive.
    Congrats, you now have an install drive.

    e. Back on our macbook, I recommend installing rEFIt - install it, then open a shell, cd to /efi/refit and run:
    sudo ./enable.sh

    f. Reboot with the USB disk in. in the rEFIt menu, you should see two ways to boot from the USB disk - EFI and BIOS. Choose EFI.

    g. Installing windows:

    1. First boot: windows installation. When you get to the partitioning stage, you should have a block of empty space on your macbook SSD. Let windows create its EFI partitions on them and tell windows to format the last big one of these. Then proceed with the install.
    It will copy files and reboot.
    2. Seocnd boot: you don't need to do anything. It will go into a black screen (this is because the GMA4000 driver breaks in EFI mode), reboot on its own after a few minutes.
    3. Third boot: Again, it'll go into a black screen again. LEAVE FOR 15 MINUTES for the installer to do its thing, then, after it presumably finished doing all the things it isn't showing you, HARD POWER-OFF.
    4. Fourth boot: In the refit menu, choose to boot off the USB drive again. This time go into the recovery menu and fire up a command prompt. Delete the broken intel GMA4000 driver file (causing the default VGA driver to take over). Once in the shell, run:
    C:\> del c:\windows\system32\drivers\igdkmd64.sys
    Exit the shell and let the machine reboot.
    5. Timekeeping: Windows likes to think that the machine's SAVED time (what time your machine thinks it is if you boot it completely offline) reflects the local time in your timezone. OSX likes to think SAVED time reflects time in Greenwich. They'll keep fighting between them over what time it is.
    Solution:
    In Windows, using regedit, navigate-to and add the following DWORD, and set it to 1:
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\RealTimeIsUniversal
    Then reboot. Now let either OS set the time, and it will remain good across both.

    6. Windows works!.

    h. DO NOT TRY TO UPDATE THE DRIVER FOR THE GMA4000 onboard graphics. It will just reinstall a new (still broken, as of the time I'm writing this post) igdkmxd64.sys file, and force you to go through step 4 above again.

    i. I installed Forceware 306.97 nVidia driver for Win8/64. It installed fine.

    j. Go back to OSX. Fire up boot camp assistant and select "Download the latest Windows support software from Apple". Untick everything else. Save it on your USB or somewhere where windows can see it. It will create a WindowsSupport directory with drivers for all the Apple bits and an installer that installs all of them.
    Boot into windows, go to the WindowsSupport folder on this USB stick and run setup.exe. This will properly install drivers for a few more things, including bluetooth. GMA4000, screen brightness controls & onboard audio will still not work.

    The boot camp control panel in windows won't work - its start screen shows bootable partitions and it expects a hybrid MBR which we've very deliberately avoided setting up in our non-1980's shiny GPT partition structure (you can manually install a hybrid MBR and experiment using gdisk and the 'h' option in the recovery submenu, but that confuses the hell out of windows).

    l. Things that don't work for me:

    1. Screen brightness controls in Windows.
    2. Sound driver. I just plugged in an external USB sound card I had lying around.
    3. The GMA driver. There are four drivers you can use:
    a. The GMA driver bundled with windows (or an updated WHQL one from windowsupdate).
    b. The driver supplied in Apple's bootcamp driver pack.
    c. The latest GMA driver downloadable from intel's website.
    d. The default VGA driver in Windows.

    As of 26/11/2012, (a-c) do NOT work in EFI. This has nothing to do with the eGPU and whether it is connected or not. It has everything to do with the driver not yet being written to be compatible with windows working in straight EFI. I'm sure Intel will fix this at some point, I'm just not sure when this will happen. (a) and (b) will give you a yellow triangle in device manager, (c) will not (but still not work).
    (d) works FINE (it's snappy and not laggy or anything, it doesn't feel like the good'ol "video card without a driver" in windows). It'll be 100% good for everything except optimus/gaming.

    4. Boot camp control panel (to tweak behavior of apple hardware, trackpad options, what the button on your apple display does, etc). It opens up on the "partitions" tab, which it can't figure out because we have no hybrid MBR, so it bombs out.
    The system tray icon still runs, and you can tweak some of the behavior via registry if you're thus inclined.

    At the end of the day:
    Steam works. So do all games I tried to date (Metro 2033, Borderlands, Portal 2...)

    3DMark 2011 works gave me a score of:
    Score: P5802 3DMarks
    Graphics Score: 7147
    Physics Score: 3703
    Combined Score: 3719

    By contrast:
    A retina Macbook Pro 15 with a Kepler dGPU does P2275, and an alienware M18x does P5602.

    Mu-ha-ha.

    I would REALLY love to compare this rig in a benchmark that is HIGHLY influenced by PCIe constraints (such as the Dirt3min test Anand ran here: AnandTech.com - The Radeon HD 7970 Reprise: PCIe Bandwidth, Overclocking, & The State Of Anti-Aliasing) using [a] a 660Ti with 2GB, a 660Ti with 3GB, [c] a 680/690 (at, say, 1080p and 2560x1600 res)
    This would show:
    1. Whether having more GPU RAM results in meaningfully more on-card caching, less need to shuttle textures over limited thunerbolt bandwidth and ultimately a meaningful performance increase.
    2. Whether there's any point in putting a high-end GPU on this rig.
    I don't have the required GPU's, but if anyone is in the Melbourne, Australia area and has one he can lend for the sake of this experiment, shoot me a private message and we'll try.

    My kit:
    Macbook Air 2012:
    Dual-channel thunderbolt (Intel DSL3510L Cactus Ridge controller, details here), 20Gbit/direction, four PCIe 2.0 lanes, 8GB RAM, 512GB SSD, CPU: Intel Core i7-3667U @ 2.00GHz/3.2GHz turbo'd (...always wanted to run a gamebox on a ULV 14Watt part :D)

    Thunderbolt to PCIe: Sonnet Echo Express Pro (dual-channel thunderbolt, 20Gbit/direction, four PCIe 2.0 lanes)

    GPU: Galaxy GTX660ti 3GB

    Power supply: FSP X5, external to the Sonnet enclosure. (It's a 5.25'' 450Watt booster PSU).
    I'm too lazy to pull enough 12V rails from the Sonnet's built-in 150W PSU to drive the card (and I don't want to accidentally fry it, it is an $800 part), so I'm feeding the GPU's power from an external $80 source.
     
  4. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
  5. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    1. Are you jigging to the tunes of 1985 running BIOS emulation or cutting your throat with the bleeding edge of unsupported drivers on Windows in EFI mode like it's 1995 all over again?
    2. See my tl;dr post above. Did you manage to get any of the stuff that's broken for me to work somehow?
    3. I really want to know if the sonnet is giving me one TB channel or two (the 2012 macbook TB controller and the circuits at both ends of the TB cable all support dual-channel TB). It's the difference between PCIe x2 and PCIx x4. Are you aware of any software that can do a throughput test/benchmark moving data between mac's RAM and GPU ram?
     
  6. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    Hi, can you tell me please why do you need an additional power source for your Sonnet Echo Pro? Your card is 130W certified and Sonnet power source can deliver 150W an has a 6pin conector (from their statements). Is't enaugh? Thanks
     
  7. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    That was the original plan. However, because it doesn't any auxillary power cables for PCIe GPUs, has a proprietary power board and it costs 800$.
    If I was on a lone island and that's all I have, I'd solder the extra connector to its main 12V power rail.
    As it stands, I'm not, and I'd rather.. "manage risk" ;)
     
  8. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    So they are lying in their specifications that the Sonnet power source has the auxiliary 6 pin connector: http://www.atreid.com/media/sonnet_echochassis.pdf ?
    I will go with a TH05 then.
     
  9. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    I'm assuming they're not lying and the 12V rail in the enclosure can punch out 150 Watts - presumably with two PCIe cards using 75 Watts each. They never promised us an AUX power connector, nor have they suggested *ANY* GPUs are supported.
    TH05 is the sensible thing to do by virtue of cost. I've only found out it exists *after* I ordered my Sonnet, so for me that's that.
     
  10. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    Dupedupedupe
     
  11. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    In the .pdf that i have linked above they stated that there is a 6pin conector. Probabily they changed it afterwards because on their site there is another version that modifies the specifications table.

    Under OSX doytou have any issue with it or works perfectly? I want to play games only in OSX.
    Thanks
     
  12. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
  13. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    So.. I'm 100% certain they want to sell this for use with GPUs, and the design hints at this. From what their support explained to me back when, intel has them by the ba@!s on this, and there's politics at play. The power cable may have been dropped for whatever reason.
    Note two more things:
    1. Toms didn't have one either: Thunderbolt Paves The Way For Discrete Graphics, Externally : Echo Express Pro: Desktop Graphics In A Thunderbolt Chassis
    2. And here are the guts of mine:
    Sonnet.jpg

    Of note:
    [a] bottom right is the PSU. Note six 12V yellow wires and their respective ground (each wire specced to about 2amps) going under the PSU board, emerging on the left and feeding into . You can tap three of them and feed an AUX connector.
    bottom left is the thunderbolt controller board, with a PCIe x4 male connector (not clearly seen in photo) feeding into the bottom of the top-left board
    [c] top-left board with two mechanical PCIe x16 connectors.
    [d] top-right is the fan-control board feeding the three 60mm fans (two facing card, one in the bottom section facing PSU).

    Also note if you're using an nVidia 6xx card like I am, all the power sockets are from the TOP, which means you'll either need to put a hole in the 2.5mm-thick aluminum roof, or hack something on either the plug or card.
     
  14. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    Thank you very much for the detailed answer!

    Also please can you tell me if there have been any issue with OSX? I am planing to play only under OSX, native or wine.

    Thanks again
     
  15. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    ioreg (osx's version of lspci) shows the card is there, but after not seeing any OSX drivers to download on nVidia's site, I basically said "bugger it".

    I work in an osx+windows-vm hybrid environment, so I do need the extra screenspace, which I get by just connecting the 30'' to the thunderbolt/displayport jack directly. The GMA drives 2560x1600 easily.
    As for gaming on mac... when you've got windows, why?! :)
     
  16. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
  17. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    The Mini will be mainly a server, so don't want to reboot. I will play and the server services will work there in the same time. This is the goal.
     
  18. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    You are running Mountain Lion?
    It seems that it has included support for Nvidia 600 series.
    If yes I will get a GTX 680 with TH05 and a Seasonic fanless source.
     
  19. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    I'm curious to how much benefit a 680 will give over a 660 in this case.
    On one hand, the tomshardware review showed the high-end card capping out due to bus bandwidth.
    You can also see it in their PCIe impact on gaming review: http://www.anandtech.com/show/5458/the-radeon-hd-7970-reprise-pcie-bandwidth-overclocking-and-msaa

    I am assuming the Sonnet only uses one of the two thunderbolt channels the 2012 macbook is capable of (e.g. 50% of the available bus) so when looking at their graphs, the lowest of which is PCIe 3.0 x2, imagine there's another "PCIe 3.0 x1.25" and that'd be what you'll get.
    If Sonnet uses both TB channels, you get something like the x2 graphs (the red ones). Either way, look at the red bars and see in which games and how they get affected by reduction of PCI bandwidth.

    On the other hand, I just spent 10 hours playing Metro 2033 at 2560x1600 (native res on the 30'') with every bell and whistle turned on and the frame-rate was fine (I wasn't watching it so I don't have any hard numbers, but it was decent).
    That's 4 million pixels. The rig works well :)
     
  20. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    Do they come on without a PC motherboard? (Or do you intend to short the green wire?)
     
  21. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    I'm gonna short the wire.
    I am very happy to hear that you managed it to work without problems. Is a pitty that you couldn't use Win 7 though, metro interface of Win 8 is for tablets. OSX has something similar also but is not imposed and I never met someone to use it.
    You can disable metro?
     
  22. Emacsi

    Emacsi Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
  23. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    Metro is just a glorified substitute for the start button/menu, not for all of windows.
    There's a learning curve for it, but you only see it as often as you'd normally be looking at the start menu in Windows 7.
    The rest of windows is still there as it has always been and looks, smells and feels like windows 7.

    No idea if you can disable it, I'm still in the "give it a try, try using it the way it's meant to be used, and make up your mind if it's ok or not".
    My impression so far is "Meh. Harmless".
     
  24. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    Note that in the event you're thinking sonnet, it won't fit (heatpipes on top). Otherwise you're good.
     
  25. Hunter20

    Hunter20 Notebook Enthusiast

    Reputations:
    0
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    5
    Oripash, does your thunderbolt egpu setup also work on the internal laptop screen?
     
  26. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    Yup. So long as you delete the c:\windpws\system32\drivers\igdkmd64.sys driver that any of the following install:
    [a] Windows setup
    Apple bootcamp (windows Support installer that installs all the apple drivers) setup
    [c] Intel Win8/64 driver from intel's website (the only one that doesn't come up with a yellow exclamtion mark).
    ALL the above are broken. However, if the driver file isn't there, you'll get a yellow exclamation mark, the standard VGA driver will kick in, and it will work.

    See below:
    Screencap.jpg

    EDIT: Sorry, I misunderstood the question. I interpreted it as "Does your iGPU work on your internal screen" to which the answer is above.

    NO, the eGPU cannot output to the laptop screen.

    It would be able to do so feasibly in theory if one thunderbolt channel was used to carry GPU data out, and the other thunderbolt channel was used to carry it back in, while the mac serves as a thunderbolt target.

    I've seen one of the review sites - toms or anand - do this thing with 2 thunderbolt ports. One pushing out PCIe to an egpu, the other working as a displayport target or thunderbolt target, and soaking up the signal coming OUT of the eGPU. This was on a desktop pc mobo.
    A mac
    [a] May have EFI weirdness that may or may not prevent it from doing so.
    A macbook air only has one thunderbolt port.
    [c] -however- on the 2012 MBA's that port carries two independent thunderbolt channelsl, e.g. with some fancy electronics one may be able to split it out into two single-channel ports, and then somehow do this.

    I understand why this is useful - no need to carry a monitor around to a LAN party ;) - but I'm not motivated enough to try and make it work. Maybe you can :)
     
  27. Hunter20

    Hunter20 Notebook Enthusiast

    Reputations:
    0
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    5
    @Oripash
    You can download lucid virtue drivers to let it work on your internal screen. Pls try and share results with us, youre one of the first with this setup i think :)

    Gaming on the internal screen with a mbp retina would be awesome i think, but will be a very expensive setup, and windows isnt high dpi ready yet.

    Just sold my desktop, i am checking the options for a laptop with egpu setup now.
     
  28. oripash

    oripash Notebook Enthusiast

    Reputations:
    0
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    5
    Virtu is epically broken on Win8/64/EFI
     
  29. charilaos25

    charilaos25 Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Can u please make a tutorial how i connected your macbook with the vidock and the external monitor i reallty need help with mine and i cant find a solution to my problem.When i connect my vidock with my sonnect echo TBa and into my macbook there is a blue light and the graphics card makes some noise which shows me that its connected but my macbook doesnt detect my graphics card.I go inder device manager and my graphics card is not there for some reason.My setup is similar with yours .

    *MacBook Pro 13-inch, Early 2011 (Using bootcamp Windows 7)
    *Intel Core i5 2.30GHz
    *8GB RAM
    *32 bit
    *Intel(R) HD Graphics Family
    *EVGA GeForce GTX 560 Ti Superclocked 1GB
    *Vidock 4+
     
  30. EpicBlob

    EpicBlob Notebook Evangelist

    Reputations:
    49
    Messages:
    410
    Likes Received:
    16
    Trophy Points:
    31
    Try this:


    1. (optional) Set your computer to always boot in Win 7. Go to System Preferences in mac os x and as Boot Drive select Windows 7.

    2. Shut down the Computer ( reboot is not sufficient )

    3. Make sure your entire setup is plugged in and on except your computer which should be turned off. (Vidock is turned on and the expresscard is plugged into the sonnet echo adapter, adapter is plugged into your macbook thunderbolt bolt. Also if you have an external monitor, it is plugged into your Vidock).

    4. Turn on the computer. Your screen will turn grey and you will hear the Mac Chime. While the screen in white, unplug the expresscard from your sonnet echo adapter.

    5. Your screen will now turn black. When the Windows icon appears and is loading, plug back in the expresscard to your sonnet echo adapter.

    6. Wait for Windows to load. In device manager (press the home button→right click on computer→manage→device manager) there should be a VGA something next to your intel HD graphics in display adapter.

    7. In your web browser, go to the official NVidia website and download your card’s drivers (for the 500 series, the drivers are the 306.97). Download this and install.

    8. Once finished installing, you will need to restart your computer. Repeat steps 2-5. Your card should now be installed and can be checked through the NVidia Control Panel or by right clicking your desktop and choosing change screen resolution where you will now be able to choose your external monitor.
     
  31. Stevehjger

    Stevehjger Notebook Enthusiast

    Reputations:
    4
    Messages:
    38
    Likes Received:
    7
    Trophy Points:
    16
    Hey, I have the following spec:
    Macbook pro 15 with i7 2.2Ghz 4GB and 6750m.
    I managed to plug it with a gtx 660 in a Vidock 4+ enclosure via thunderbolt(with Sonnet's express/TB adapter).
    By going through EpicBolb's tips, I finally get passed the error code 12 and get the eGPU showing as "working properly" in the control panel, however I cannot open Nvidia control panel setting as it gives me the message" I'm not using a display attached to a Nvidia GPU" and I cannot actually use gtx 660 to do anything. The desktop is still stuck at the default low resolution.
    What shall I do next to get the internal screen working with eGPU?
    Thx in advance.
     
  32. dagazette93

    dagazette93 Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    5
    I am pretty sure using the internal LCD display would require you to have "Intel IGP: Intel GMA 4500MHD, HD, HD3000 or x3150 (Pine Trail)" with desktop graphics card of "NVIDIA Fermi desktop card: GT4xx, GTS4xx, GTX4xx, GTX5xx, or GTS240. A GTS250 or older will not work."

    Anything with FERMI architecture would work for internal LCD basically. A GTX 660 uses Kepler I believe. If there is a way to use the internal LCD I wouldn't know of one as of now. I only started doing my research 2 days ago.

    Source: http://forum.notebookreview.com/e-g...851-diy-egpu-experiences-122.html#post6542661
    and search up the graphics card you want/have and look up if it has Optimus Technology supported.

    EDIT: I think the post on this forum about the prerequisites for internal LCD display is old. As long as Nvidia uses Optimus for their graphics (Switchable graphics) and has an Intel HD integrated card, practically any of the latest eGPU from Nvidia would work.

    Your 6750m is a Radeon card which is a dedicated card in your computer. It will not work with Optimus. Your next step to getting it working in an internal display is http://forum.notebookreview.com/e-g...8851-diy-egpu-experiences-11.html#post6193337

    Alternatively, you could try using a USB 3.0 framegrabber but the cost of it is very...unreasonable so I don't suggest it.
     
  33. fzrashid

    fzrashid Notebook Consultant

    Reputations:
    37
    Messages:
    116
    Likes Received:
    0
    Trophy Points:
    30
    @EpicBlob were you able to use your laptop internal screen? I just brought a 2012 Macbook Pro 13, and was planning to get try eGPU through your route.
     
  34. Jpokoraw1

    Jpokoraw1 Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    @epicblob

    Everything worked perfect after following your steps. Thanks!

    MBP 13" retina - vidock 4 plus G3 - sonnet echo pro - gtx 660
     
  35. Jpokoraw1

    Jpokoraw1 Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    @fzrashid I got mine to work off the LCD right after I installed the nvidia drivers and rebooted.
     
  36. Qman20

    Qman20 Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Hi Emacsi, did you ever go ahead and build your rig?
    Just curious as I am hoping to build a similar one using a Netstor TB PCI enclosure which I got for work and was wondering about chucking a GtX660Ti in there as it has native support in Mountain Lion and should fit in power supply wise.
    I only want it for CUDA compute in professional video applications - ideally under OSX. Not gaming.
    Any luck getting any thing like this running in Mountain Lion anyone?
     
← Previous page