-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSI PRO Z790-P dGPU with Dasharo (coreboot+heads) variant #794
Comments
@KurtFuchs dGPU will be a problem with heads, at least during boot. One can either have an iGPU or dGPU working with a heads variant; each of them would require separate builds. That said, the kexec'ed Linux should be able to initialize the graphics. Could you please provide the log from coreboot's cbmem utility? https://docs.dasharo.com/common-coreboot-docs/dumping_logs/ It should possibly help us get the answer why the graphics does not show up in OS. |
Thank you for the quick answer. I reflashed heads and cleared CMOS and got the dGPU to show up with lspci. But still can't get a Display Output on it. The log is attached
That would be fine for me, i prefer the more powerful one :) |
Right now nothing suspicious in the log, especially that the dGPU showed up, indeed.
You may try rebuilding heads with a changed config to run VGA OptionROMs, but note it is not recommended to run any external executables with heads for security reasons. To try dGPU initialization, the config should have the following:
Depending on your board it should be either |
Ahh yes, you would need to configure VESA framebuffer instead of VGA text mode:
You would have to find the right VESA mode hexcode you want to have and put that in config. Then a framebuffer will appear. |
Thanks for the answer.
I tried several different VESA Modes (Standardized ones and non standard ones). |
Relevant MR: Dasharo/heads#9 |
@BeataZdunczyk this should go to heads milestone for MSI (I see none). |
Dasharo version
0.9.0
Dasharo variant
(coreboot+heads) for Desktop (MSI)
Question text
I own a Dasharo Entry Subscription for the EDK Variant and yesterday i wanted to try the heads variant. I compiled the version 0.9.0 from source and flashed using FlashBIOS. The computer boots and works fine, but i can't get a dGPU to display an output, even if i'm booted into an OS (Linux).The dGPU won't even show up in a lspci. The IGP works flawless. Is there a way to enable/support a dGPU? I researched online and found some discussion regarding heads and a dGPU in a T430, but without a definit answer.
The text was updated successfully, but these errors were encountered: