+ Reply to Thread
Results 5,351 to 5,360 of 11666
Thread: DIY eGPU experiences
-
2nd September 2011, 11:49 PM #5351Banned
- Join Date
- Dec 2008
- Location
- YellowBrickRd.AU
- Posts
- 7,931
- Rep Power
- 0
Re: DIY eGPU experiences
Roy50's T400 port listing shows port3=mPCIe (turbo memory) and port4=expresscard slot. So you could do a x2 link using port3+4. However since you have a 4500MHD I'd recommend a x1.Opt link instead with the cheapest possible GTS450 or GTX460 you can find. It will be a simpler solution, give internal LCD functionality, allow concurrent wifi usage, be the best bang-per-buck setup and be a good candidate to do a x1.2Opt installation if you upgrade to a Series-6 system like a T420 or X220.
Update on pci-e 2.0 cabling from bplus copied from the eGPU PCIe 2.0 and Thunderbolt update
We see bplus are going to try an active transmitter/receiver pair solution specifically designed for reliable pci-e 2.0 signal transmission over copper.
2011-9-3: GerryChen
Unfortunately, USB3.0 cable test fail for PCIe interface.
The next stage. I will try ReDriver IC. Please check attached file for datasheet.
PI3EQX5701.pdfLast edited by User Retired 2; 3rd September 2011 at 12:25 AM.
-
3rd September 2011, 12:19 AM #5352Notebook Enthusiast
- Join Date
- Aug 2011
- Posts
- 21
- Rep Power
- 5
Re: DIY eGPU experiences
thanks nando,
I'm gonna see if I can get the HD4670 working before I buy a new card. Then perhaps I'll upgrade
-
3rd September 2011, 01:23 AM #5353Notebook Guru
- Join Date
- Jul 2011
- Posts
- 61
- Rep Power
- 5
Re: DIY eGPU experiences
Big thx again!
Before i read your posts i managed to make the hd-audio a unknown device again. Now x2 is stable again and 3dmark2006 runs properly. Even with port 4 still active.
I will not install the hd-audio-drivers again. But i added the code to startup.bat and will see the result when i boot next time. It is really strange because i manually deactivate port4 in setup 1.x when egpu is detected and runs at x2
Now i can reproduce the procedure to run x2.
What i do to get x2 is the following:
1) Put the WLAN card to the WWAN-mpcie-slot(port1). WLAN-mpcie-slot would be port2.
2) Connect lane1(egpu) to port3(mpcie) and lane2(egpu) to port4(ec), then turn on laptop
3) deactivate LAN and card-reader in Bios(if not done already)
4) Boot to setup 1.x, egpu still turned off
5) activate pcie-port3
6) set pcie-port3 to x2(this also sets port 1 to x2 and deactivates port2 and port4)
7) turn on egpu
8) reboot to setup 1.x, egpu is detected now and runs at x2
9) deactivate port4
10 reboot to windows(port4 still seems to be active, as shown in aida)Dell Vostro 1500 + C2D T8300 2,4GHz@2,6GHz + 4GB DDR2 + 500GB + nVidia GF 8600mGT 256MB + 15.4" WSXGA+ (1680x1050) + WIN XP
eGPU: PE4H/EC2C@port4/PM3N@port3 + AMD HD6670@x2-pcie + Dell U2711 (2560x1440)
Dell XPS L502X + i7-2670QM + 16GB DDR3 + 256GB SSD+1TB HDD + 2GB GT540M + FHD B+RG + 90Wh + Intel 6230 + Win7
-
3rd September 2011, 01:49 AM #5354Banned
- Join Date
- Dec 2008
- Location
- YellowBrickRd.AU
- Posts
- 7,931
- Rep Power
- 0
Re: DIY eGPU experiences
That's because you are rebooting where the bios changes pci-e details. You want to chainload to Windows instead.
You'd need a two-pass 'automated startup via startup.bat' (\config\startup.bat) like below since you have to reboot to get a x2 link going midstream. Just 5mins ago I sent the same info to Kizwan so talk about synchronicity!!
Code:@echo off :: enable disk caching to speedup processing time call speedup lbacache :: Check if doing pass1 or pass2 if exist %DRV%:\config\pass2.txt goto pass2 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :pass1 printf "\nDoing Pass1: setup the x2 link and reboot to activate it.\n\n" ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Ensure HD6670 is on the pci-e bus call vidwait 60 1002:6758 :: enable x2 link mode on port3, which disables port2+4 :: and as a side-effect sets port1 to x2 width call iport x2 3 :: Create pass2 flagging file echo pass2 > %DRV%:\config\pass2.txt :: reboot to get x2 link going. Re-select the Setup 1.x :: 'automated startup via startup.bat' to run pass2 reboot ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :pass2 printf "\nDoing Pass2: ensure valid x2 link is seen, run PCI" printf "\ncompaction's resultant pci.bat and chainload to XP.\n\n" ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Delete pass2 flagging file so next run will do pass1 del %DRV%:\config\pass2.txt :: enable x2 link mode on port3, which disables port2+4 :: and as a side-effect sets port1 to x2 width call iport x2 3 :: visually confirm in 5secs the iport output shows HD6670@x2.1 call wait_e 5 "Confirm HD6670@x2.1 else CTRL+ALT+DEL and try again" :: Run result of last PCI compaction if it was run if exist pci.bat call pci :: Chainload to WinXP (change mbr to xp below if using :: grub2 bootloader to bypass an additional hop) call grub4dos mbr
Last edited by User Retired 2; 3rd September 2011 at 02:11 AM.
-
3rd September 2011, 02:08 AM #5355
Re: DIY eGPU experiences
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
-
3rd September 2011, 02:36 AM #5356Banned
- Join Date
- Dec 2008
- Location
- YellowBrickRd.AU
- Posts
- 7,931
- Rep Power
- 0
Re: DIY eGPU experiences
kimchoo you do realize your i5-470UM 1.33 +GTX550@x1.Opt installation will run Crysis 2 significantly faster if you connect an external LCD to the GTX550Ti? Running it using Optimus' internal LCD mode means the x1 1.0 link has use a part of the bandwidth to send display traffic to animate the internal LCD.
Originally Posted by kimchoo
-
3rd September 2011, 02:49 AM #5357Notebook Guru
- Join Date
- Jul 2011
- Posts
- 61
- Rep Power
- 5
Re: DIY eGPU experiences
Yes, port4 is shown active in aida. Port2 remains deactivated.
Dell Vostro 1500 + C2D T8300 2,4GHz@2,6GHz + 4GB DDR2 + 500GB + nVidia GF 8600mGT 256MB + 15.4" WSXGA+ (1680x1050) + WIN XP
eGPU: PE4H/EC2C@port4/PM3N@port3 + AMD HD6670@x2-pcie + Dell U2711 (2560x1440)
Dell XPS L502X + i7-2670QM + 16GB DDR3 + 256GB SSD+1TB HDD + 2GB GT540M + FHD B+RG + 90Wh + Intel 6230 + Win7
-
3rd September 2011, 02:58 AM #5358
Re: DIY eGPU experiences
Wait. I wrote "On my Dell, I don't need the two-pass script because Port2 is remain disabled after reboot." because I'm using mPCIe Port1 & Port2 for x2. That is why Port2 is disabled. Yours use mPCIe Port3 & Port4. So, In your case mPCIe Port4 need to be disabled. Did you tried the two-pass script?
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
-
3rd September 2011, 03:14 AM #5359Newbie
- Join Date
- Sep 2011
- Posts
- 7
- Rep Power
- 5
Re: DIY eGPU experiences
I'm a noob with an MSI A6200-021, gtx460, and 600w mod xtream pro psu. The video card has two 6 pin connections. I can't get my computer to "see" the video card, and it seems like my PSU is not properly hooked up to my videocard, though I found instructions elsewhere that described how to properly connect my card to my PSU.
The cables I am using have 8 pin male connections on one side, and 6 pin male connections on the other (I don't know the proper names for these). One of the 6 pin ends has an extra two pin separate piece. So I have the 6 pin sides plugged into the card (with the extra 2 pin piece dangling) and the 8 pin ends plugged into the PSU, the PSU is on and its fan is spinning, yet my video card does not turn on at this point and only one green led on the PE4H comes on, the one that signals that the vidock is connected to the expresscard slot in my laptop. In addition my computer doesn't register any activity. However, when I plug my DC adapter into the PE4H, the other LED comes on and the videocard's fan starts spinning. If I then turn off the PSU the fan spins faster. With the DC adapter plugged in, I did the "boot, sleep, insert expresscard adapter" routine and it said drivers were installing, but when I went to the device manager, all that was listed under the display adapters were Intel HD graphics. Then if I try to install the Verde drivers provided on page 123, at the end of the process I get a popup saying the comp can't find compatible hardware. I also did that process with only the DC adapter in, and the PSU off, same result. I would be so appreciative if someone could explain to me what I'm doing wrong. Here are pics of my setup:
-
3rd September 2011, 03:36 AM #5360
Re: DIY eGPU experiences
You forgot to connect the floppy power connector to PE4H.
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



18Likes
LinkBack URL





Reply With Quote

I`m upgrading, are you? (GTX 780M...
Today, 05:42 PM in Gaming (Software and Graphics Cards)