<div dir="ltr"><div>Maybe to fix this PCIe GPU issue he just needs to edit a <strong>./coreboot/src/device/Kconfig </strong>file?<br><br><strong>./coreboot/src/device/Kconfig<br></strong></div>change<br><pre class="gmail-m_-4347376756898177032gmail-codecontent">config MULTIPLE_VGA_ADAPTERS<br>   bool<br>   default n<br><br>to<br><br>config MULTIPLE_VGA_ADAPTERS<br>   bool<br>   default y<br></pre><pre class="gmail-m_-4347376756898177032gmail-codecontent">and completely rebuild the coreboot<br></pre>I enabled these options for my G505S laptop with both integrated/discrete graphic, however I am not a gamer so can't notice if there is any positive effect from this option. But maybe this option will significantly improve the thread starter's eGPU experience? What do you think ?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-28 0:57 GMT+03:00 Arthur Heymans <span dir="ltr"><<a href="mailto:arthur@aheymans.xyz" target="_blank">arthur@aheymans.xyz</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Stefan Reinauer <<a href="mailto:stefan.reinauer@coreboot.org">stefan.reinauer@coreboot.org</a>> writes:<br>
<br>
> * <a href="mailto:i1w5d7gf38keg@tutanota.com">i1w5d7gf38keg@tutanota.com</a> <<a href="mailto:i1w5d7gf38keg@tutanota.com">i1w5d7gf38keg@tutanota.com</a>> [170226 21:59]:<br>
>> Hardware: Gigabyte g41m-es2l, latest coreboot git, latest seabios git, two<br>
>> nvidia gpu cards tested<br>
>><br>
>> I tried to use some external GPU on a g41m-es2l to get some digial screen<br>
>> output. It does not seem to work. When having build coreboot with native<br>
>> vga-init for the internal intel gpu, i never get a output from the nvidia card.<br>
>> When i connect the analog VGA cable to the internal intel gpu and boot up i can<br>
>> see many nouveau (memory-space?) errors. Both GPUs (nvidia and intel) are then<br>
>> enabled at once. Kernel 4.10 cant boot.<br>
>><br>
>> I tried removing the native vga-init. The only change is then that the Intel<br>
>> GPU works only when the kernel have load. Nvidia card deliver still same<br>
>> errors.<br>
>><br>
>> With OEM-bios the intel card gets disabled and a PCIe GPU works fine.<br>
><br>
> Please provide coreboot boot logs.<br>
><br>
> Stefan<br>
<br>
</span>Actually <a href="https://review.coreboot.org/#/c/18504/" rel="noreferrer" target="_blank">https://review.coreboot.org/#/<wbr>c/18504/</a><br>
<a href="https://review.coreboot.org/#/c/18511/" rel="noreferrer" target="_blank">https://review.coreboot.org/#/<wbr>c/18511/</a> (not sure if needed) and<br>
<a href="https://review.coreboot.org/#/c/18513/" rel="noreferrer" target="_blank">https://review.coreboot.org/#/<wbr>c/18513/</a> (works but might be improved)<br>
fix this issue.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Arthur Heymans<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="https://www.coreboot.org/mailman/listinfo/coreboot" rel="noreferrer" target="_blank">https://www.coreboot.org/<wbr>mailman/listinfo/coreboot</a><br>
</div></div></blockquote></div><br></div>