Skip to content
Snippets Groups Projects
Commit c619e583 authored by Leah Rowe's avatar Leah Rowe
Browse files

9020sff/mt: say how to get graphics cards working


Signed-off-by: default avatarLeah Rowe <info@minifree.org>
parent 05036a51
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,24 @@ Kukri's patch is here:
This patch, at this revision (patchset 31), is what Libreboot uses for this
port.
Graphics cards
--------------
On current lbmk master, graphics cards *do* work. The option to hide PEG
devices from MRC was disabled. Now when you insert a graphics card, the
onboard Intel GPU is disabled and the graphics card is used instead.
NOTE: You must set `iommu=off` in your linux cmdline. For instance, set this
in `/etc/default/grub` and regenerate your GRUB config. With the IOMMU turned
off, graphics cards work fine. Otherwise, with IOMMU turned on, you might get
this error:
<https://av.vimuser.org/error.jpg>
NOTE2: You *can* use the onboard Intel GPU (without a graphics card inserted),
and leave IOMMU turned on. You only need to disable the IOMMU when a graphics
card is inserted. This bug will be investigated and fixed at a later date.
7020 compatibility
------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment