Quantcast DIY eGPU experiences - Page 925

Like Tree18Likes

Thread: DIY eGPU experiences

  1. #9241
    Lord Pringles
    Join Date
    Feb 2009
    Location
    Malaysia
    Posts
    3,228
    Rep Power
    24

    Default Re: DIY eGPU experiences

    Quote Originally Posted by maxjiang View Post
    Strangely enough, installing windows 7 64 did solve the problem! The graphics card was recognised straightaway and it worked like a charm! Thank you, kizwan.

    However, Laptop 1 suffers from black screens (both of them) if I chainload to windows without PCI compaction (although I still can hear the boot up sound it's just the screen is black). Any thoughts?
    Vista doesn't support two graphic cards from different vendor. That's why Win 7 is recommended for eGPU.

    I don't know what's wrong with Laptop 1. Please try boot without eGPU, do PCI compaction & chainload. This is to see whether PCI compaction worked OK or not on your notebook.
    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

  2. #9242
    Newbie
    Join Date
    Mar 2012
    Posts
    2
    Rep Power
    0

    Default Re: DIY eGPU experiences

    I've been following this thread for a while and am looking forward to the ExpressCard version of PE4H 3.0. I have a HP Probook 4530s which from what I have read elsewhere is a perfect candidate for an eGPU.
    My question is: Does anyone know when v3.0 of PE4H is set to get released?

  3. #9243
    Notebook Evangelist
    Join Date
    Jan 2008
    Location
    Italy
    Posts
    443
    Rep Power
    14

    Default Re: DIY eGPU experiences

    Just a small OT:
    For anyone in Europe interested in the purchase of a PE4L 1.5 (with both EC2C and PM3N, EC2C adapter, SWEX and the power cable), i'm planning to sell it.
    Past: Acer Travelmate 292LMi | Dell XPS M1530 | Dell XPS 15 L501X
    Today: [HP Elitebook 2560p] + Modded eGPU PE4L v2.1 + EVGA GTX670
    Extra: [HP ProLiant Microserver]

  4. #9244
    Newbie
    Join Date
    Sep 2009
    Posts
    5
    Rep Power
    9

    Default Re: DIY eGPU experiences

    Quote Originally Posted by SimoxTav View Post
    Just a small OT:
    For anyone in Europe interested in the purchase of a PE4L 1.5 (with both EC2C and PM3N, EC2C adapter, SWEX and the power cable), i'm planning to sell it.
    How much do you plan to sell it?

  5. #9245
    Newbie
    Join Date
    Mar 2012
    Posts
    5
    Rep Power
    3

    Default Re: DIY eGPU experiences

    Quote Originally Posted by sonic86 View Post
    I've been following this thread for a while and am looking forward to the ExpressCard version of PE4H 3.0. I have a HP Probook 4530s which from what I have read elsewhere is a perfect candidate for an eGPU.
    My question is: Does anyone know when v3.0 of PE4H is set to get released?
    I asked the same on their facebook

    "PCIe Gen2 version of PE4H (v3.0) is now under developping.
    The engineeering sample was fine, so now we are now developping another version for mass production.
    We hope we can release in May."

  6. #9246
    Newbie
    Join Date
    Mar 2012
    Posts
    2
    Rep Power
    0

    Default Re: DIY eGPU experiences

    needsloomis
    Can you spot me the link to their facebook? Thanks

  7. #9247
    Newbie
    Join Date
    Mar 2012
    Posts
    5
    Rep Power
    3

    Default Re: DIY eGPU experiences


  8. #9248
    Notebook Evangelist
    Join Date
    Jan 2008
    Location
    Italy
    Posts
    443
    Rep Power
    14

    Default Re: DIY eGPU experiences

    Quote Originally Posted by Sendo View Post
    How much do you plan to sell it?
    I'd say 45€ + Shipping (depends on where you're located)
    For further info, send me a PM.
    Past: Acer Travelmate 292LMi | Dell XPS M1530 | Dell XPS 15 L501X
    Today: [HP Elitebook 2560p] + Modded eGPU PE4L v2.1 + EVGA GTX670
    Extra: [HP ProLiant Microserver]

  9. #9249
    Newbie
    Join Date
    Mar 2012
    Posts
    6
    Rep Power
    3

    Default Re: DIY eGPU experiences

    Quote Originally Posted by kizwan View Post
    At the beginning of the file, there are two lines of these:-
    Code:
    ACPI Warning: NsLookup: Type mismatch on BFWB (RegionField), searching for (Buffer) (20091214/nsaccess-731)
    ACPI Warning: NsLookup: Type mismatch on BFWB (RegionField), searching for (Buffer) (20091214/nsaccess-731)
    Removed them.

    You forgot to close the QWordMemory code with ")".
    Code:
    				//ADDED FOR 36BIT space eGPU
    				QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
    					0x0000000000000000, // Granularity
    					0x000000C20000000,  // Range Minimum,  set it to 48.5GB
    					0x000000E0FFFFFFF,  // Range Maximum,  set it to 60.25GB
    					0x0000000000000000, // Translation Offset
    					0x00000001F0000000, // Length calculated by Range Max - Range Min.
    					,, , AddressRangeMemory, TypeStatic)
    Other fixed you need to do are:-
    1. Correct the reserved name. iasl.exe compiler doesn't allow "Name" with underscore character (_) in the name. So, find this:-
      Code:
      Name (_IRC, 0x00)
      and changed it to:-
      Code:
      Name (IRC, 0x00)
      This usually followed by finding all occurrence of "_IRC" in the file & change them to "IRC" too. Fortunately, in your DSDT there is no other occurrence of "_IRC" in the file.
    2. Find all occurrence of:-
      Code:
      Name (_PLD, Buffer (0x10)
      and changed them to:-
      Code:
      Name (_PLD, Package (0x10)


    Before you try this DSDT override, you should try boot with eGPU connected first. "boot with eGPU connected first" means from OFF state, connect eGPU to notebook, power ON eGPU, power ON notebook & see whether it can boot straight into windows or not.

    ATI/AMD graphic card required 256MB of contiguous 32-bit PCI space. The keyword here is "contiguous". Nvidia Fermi graphic card required 128MB+64MB+32MB BAR. This means it needs 128MB of contiguous PCI space + 64MB of contiguous PCI space + 32MB of contiguous PCI space. Older Nvidia graphic card, like GTX280 required 256MB+32MB+16MB BAR.

    If you get Error Code 12 even with low TOLUD, it only means there is no sufficient contiguous PCI space for eGPU. This is where PCI compaction come to play by shifting other devices to create enough space for eGPU. You also can moved Intel HD to 36-bit space (will need DSDT override) & this will freeing 256MB of contiguous 32-bit PCI space for eGPU.

    Can you please help me with my .dsl? I just keep getting parse error expecting '$' and I couldn't figure out how to fix it
    Attached Files Attached Files

  10. #9250
    Lord Pringles
    Join Date
    Feb 2009
    Location
    Malaysia
    Posts
    3,228
    Rep Power
    24

    Default Re: DIY eGPU experiences

    Quote Originally Posted by dileon View Post
    Hello everybody,
    I Boughta pe4h with EC2C and a EVGA GTX460. I Have a Sony Vaio VPCEB23FM with 8GB Ram and intel i5 460m, External Monitor works fine without trouble, but I just can't use the x1.1opt. I tried DSDT and setup 1.x getting just negative results. can somebody tell me what else i should try?
    Quote Originally Posted by dileon View Post
    Can you please help me with my .dsl? I just keep getting parse error expecting '$' and I couldn't figure out how to fix it
    To get the Optimus to engaged on internal LCD, make sure eGPU is connected before windows loading. Please make sure you have "preferred graphics" option in Nvidia control panel.
    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

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 01:23 PM.
Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0