+ Reply to Thread
Results 4,251 to 4,260 of 11679
Thread: DIY eGPU experiences
-
28th June 2011, 10:03 PM #4251
re: DIY eGPU experiences
BTW, NFS Shift will always run with DirectX 9 or 10? NFS Pursuit will use highest DirectX (DirectX 11), right?
Dell Studio 1557 | Intel Core i7-720QM - CPU Microcode Update Rev 4 | 4GB | dGPU: ATI Mobility Radeon HD 4570 + eGPU: PowerColor HD 5870
Asus A42JV/K42JV | Intel Core i5-450M | 4GB DDR3 1066MHz | nVidia GeForce GT 335M 1GB DDR3 with Optimus technology | WLED 1366x768 14"
Phoenix BIOS MOD Request | Acer Notebook Clock Generators/PLL | Guide to BIOS mod for Dual-IDA
-
29th June 2011, 03:20 AM #4252Newbie
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
re: DIY eGPU experiences
Implemented
Lenovo Ideapad y560p
Core i7 2630QM (Sandy Bridge)
8GB RAM
Radeon Mobility 6570M 1GB
Radeon HD 6850 1GB via ExpressCard
3DMark06
InternalDiscrete vs. [eGPU]
8442[15891] 3DMarks
2881[6966] SM2.0
3514[6423] HDR/SM3.0 Score
4952[4943] CPU Score
Vantage soon...
-
29th June 2011, 03:20 AM #4253
re: DIY eGPU experiences
Acer Extensa T5750 2.0 Ghz, 2 GB RAM, x3100 - PE4L + 4870 1 GB - 3DMark06: 7135
Acer Extensa T5750 2.0 Ghz, 2 GB RAM, x3100 - PE4L + GTX 560 TI OC - 3DMark06 : 4894 ???
Fujitsu AH531 I5-2410M, 8 GB RAM, GT525M - PE4L + GTX 560 TI OC - 3DMark06: 16138, 3DVantage: 14174, 3DMark11: 4061
-
29th June 2011, 03:31 AM #4254Banned
- Join Date
- Dec 2008
- Location
- YellowBrickRd.AU
- Posts
- 7,931
- Rep Power
- 0
re: DIY eGPU experiences
GTMAX mini HDMI cable?
Thanks for posting your experience. It's a shame the Lenovo Y460P/Y560P doesn't have an iGPU via switchable graphics as then it would make a great candidate x1.Opt system using it's expresscard slot.
The braiding color on your mini HDMI cable suggests it might be GTMAX flat mini HDMI cable. I've only found ones that are mini HDMI to HDMI. Is yours mini HDMI to mini HDMI or are you using some sort of adapters? If it's mini HDMI to mini HDMI flat cable then can you advise where you purchased it from? Would be handy for those who need to thread cabling under keyboard or out of crevices where mPCIe slots are located.
Based on the wording it looks to me that is probably the case. I'm getting sketchy details. Perhaps a tactic to offload the existing pci-e 1.0 PE4L/PE4H stockpiles? It never did make any sense that the mini HDMI cable would be the problem given the cable is good for 10.2Gbps.Last edited by User Retired 2; 29th June 2011 at 03:44 AM.
-
29th June 2011, 04:04 AM #4255Dell Studio 1557 | Intel Core i7-720QM - CPU Microcode Update Rev 4 | 4GB | dGPU: ATI Mobility Radeon HD 4570 + eGPU: PowerColor HD 5870
Asus A42JV/K42JV | Intel Core i5-450M | 4GB DDR3 1066MHz | nVidia GeForce GT 335M 1GB DDR3 with Optimus technology | WLED 1366x768 14"
Phoenix BIOS MOD Request | Acer Notebook Clock Generators/PLL | Guide to BIOS mod for Dual-IDA
-
29th June 2011, 04:28 AM #4256
re: DIY eGPU experiences
Acer Extensa T5750 2.0 Ghz, 2 GB RAM, x3100 - PE4L + 4870 1 GB - 3DMark06: 7135
Acer Extensa T5750 2.0 Ghz, 2 GB RAM, x3100 - PE4L + GTX 560 TI OC - 3DMark06 : 4894 ???
Fujitsu AH531 I5-2410M, 8 GB RAM, GT525M - PE4L + GTX 560 TI OC - 3DMark06: 16138, 3DVantage: 14174, 3DMark11: 4061
-
29th June 2011, 06:58 AM #4257Newbie
- Join Date
- May 2010
- Posts
- 5
- Rep Power
- 8
re: DIY eGPU experiences
Hello Lurifax,
if I understand it correctly a:\ could correspond to the virtual drive a.k.a the image that is mounted when you are inside the eGPU-setup boot environment. You can try to check that by leaving the setup and looking at the DOS you have there. ("dir" to see current directory's content, "cd" to change directory or simply "a:", "b:", ... to change the drive). So maybe you can also check if there is this diag-text-file somewhere to be found.
After you startup Windows and you want to mount the drive again you go to the C:\"eGPUSetupDirectory" and use the "eGPU-Setup-mount.bat"-file (you probably can just see the ".bat" if you have enabled to see known extensions in your explorer's config). If you would look inside that with any text editor you would find that imdisk mounts the image file to "V:". So after you run this *.bat a drive V: should appear next to your current local drives in "Computer".
Alas this is the case with the old version "1.e" I use. And I double checked that with the newest (1.f pre26) version I found.
So I do not quite understand why you mount the drive yourself? The "eGPU-Setup-mount.bat" should do all the work for you.
Next: How do you create the devcon.txt? I find that the mentioned V:\devcon\mkdevcon.bat you should execute to do so from nando4 does execute the following script:
I hope I could be of some little help. I am not really sure I could give you some information of value - it seems to me that you have to really re-read and analyze some of the FAQs and informations mentioned in this initial setup 1.x post http://forum.notebookreview.com/6295529-post641.html and post some more structured information to get better help next time.Code:@echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: mkdevcon - create devcon.txt to be used by Setup 1.x :: Run in Windows :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Get executing directory :: Change to executing drive and directory if "%windir%"=="" goto not_win SetLocal set curpath=%~dp0% set curdrv=%curpath:~0,1% set dcon=%curdrv%:\config\devcon.txt pushd . & cd /D %~dp0 call devset resources "ACPI\PNP*" > %dcon% if errorlevel 1 echo [mkdevcon] ERROR - failed to create %dcon%. Ensure UAC=off and you are an admin user. T& pause & goto end call :check_devcon if errorlevel 1 pause & goto :end echo [mkdevcon] successfully created %dcon% with a valid "PCI BUS" echo section. If using a disk image then please dismount it to ensure a 100^%% echo successful save. echo. echo ****************************************************************************** echo NOTE: if you change your RAM configuration or use your disk image/usb disk on echo another system, then pls re-run %curdrv%:\devcon\mkdevon to create a new devcon.txt. echo ****************************************************************************** pause goto end :not_Win echo. echo [mkdevcon] ERROR: Please run this utility while in Windows XP/Vista/W7. echo. goto endDOS :check_devcon :: Look for PCI BUS string in devcon.txt and exit 0 if find it. findstr /I /R /C:"pci[ -]bus" %dcon% > nul if NOT errorlevel 1 exit /B 0 findstr /I /R /C:"bus[ -]pci" %dcon% > nul if NOT errorlevel 1 exit /B 0 findstr /I /C:"AMD PCI Express (3GIO) Filter Driver" %dcon% > nul :: Found a PCI-BUS section, so exit 0 if NOT errorlevel 1 exit /B 0 :: Did not find PCI BUS section, so warning and error 1 echo mkdevcon: PCI BUS section NOT found. echo. echo If you are using a non-English language, then please edit the %dcon% file echo and remove the "PCI BUS" section. Otherwise that *whole* section will echo be excluded from allocaton when performing compaction and compaction will fail. echo. exit /B 1 :end :: Return to originating directory popd :: CLear variables EndLocal :endDOS
But don't give up, the goal is worth the effort
-
29th June 2011, 10:54 AM #4258Notebook Evangelist
- Join Date
- Apr 2010
- Location
- Saratoga Springs, NY
- Posts
- 455
- Rep Power
- 9
re: DIY eGPU experiences
latitude E6520
2920xm ES (2.4-3.4ghz)
8GB mem @1866 CAS10
external GTX 580 @1020/4650
-
29th June 2011, 11:48 AM #4259Notebook Enthusiast
- Join Date
- Jul 2010
- Posts
- 46
- Rep Power
- 8
re: DIY eGPU experiences
Hey all - Im actually a long time user of the DIY vidock system. My laptop is a Dell XPS M1330, and I am using the PE4L with a Corsair 400CX PSU and Geforce GTX 460 (MSI cyclone OC).
MY system has been running perfectly since setup, and I am very pleased with results. In fact, you can see my rig run starcraft 2 in ultra settings from the front page (YouTube - laptop DIY vidock - Starcraft 2 Ultra Settings)
It turns out, that I have decided to build my own desktop, and am going to assimilate the graphics card into my new rig. Because of this, I have a PSU and PE4L setup for sale now. (all that is lacking is the GFX card which can be supplied by you)
The power supply is a Corsair 400CX (400W) extremely quiet and high quality PSU which has a single 12V rail with 30Amps - good for any card you want to supply in a DIY setting (meaning only GFX card). The supply works perfectly, and is eerily quiet. I bought this for around 45 dollars, and am willing to sell it for 20 dollars
Additionally I have the full PE4L set from Harmonic that has been working without issue for the last 9+ months. It includes the following:
* x1 PCIe board (PE4L)
* Mini HDMI (Type C) to Mini HDMI (Type C) 1ft cable
* External 5V/12V power supply cable
* ExpressCard Adapter
* Additional HDMI cable - 6 ft (IM ADDING THIS)
This set sells for 65 dollars with shipping, and I will be selling mine for 45 dollars. (PLUS I AM ADDING A 6ft HDMI cord for free!)
If you buy both, you will get a fully working system for 65 bucks + 5 dollars shipping that simply requires your own graphics card. (normally this will cost you around 90 dollars or more for the stuff to run your card)
All of these parts are completely pristine and 100% functional. If the PSU was 50 watts more I might have used it for my new system (its an amazing unit).
All payments would be through PAYPAL, and I will ship starting July 5th (as I am out of town until then).
These prices are negotiable, feel free to email me at flaunt777@gmail.comLast edited by flaunt; 29th June 2011 at 03:00 PM.
-
29th June 2011, 02:37 PM #4260
re: DIY eGPU experiences
^^^
Smoking deal for someone to buy a working eGPU setup.Lian Li PC-6, Gigabyte GA-78LMT, Phenom II x6 1055T @ 3.5ghz, 2x4gb Crucial RAM, Crucial M4 128gb, 500gb, 1tb, GTX 460, Dell 2408wfp
Thinkpad T61, T7300 @ 1.1v, 2gb RAM, 320gb HDD, 14.1" WXGA+, nVidia Quadro 140m



19Likes
LinkBack URL




Reply With Quote


2013 Alienware Notebooks revealed
11th June 2013, 12:46 PM in Alienware