diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-23 09:25:06 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-23 09:25:06 +0000 |
commit | d5f8f6572e29dbe68ca8e787cdab3aa55e25eb01 (patch) | |
tree | 4da7e08092374a3f315d97e8b5fb95136bfa09c2 /config/vendor | |
parent | 9d5d98ebaeb6555ed7d50cb566e297ee75ee3c83 (diff) |
dell/e6400nvidia_4mb: new configuration (nvidia)
the e6400_4mb target has libgfxinit and (if seabios) vgarom
initialisation, but has issues on the nvidia model, even when
using nomodeset. with this target, e6400nvidia_4mb, only
the vgarom initialisation is used, libgfxinit is disabled.
on nvidia models, this one should work a little bit better.
specifically: nouveau crashes on this machine, with libreboot
installed, but you can use nomodeset. however, when libgfxinit
is also enabled, nomodeset no longer works properly.
so this target disables all video initialisation in coreboot.
only seabios will initialise anything video-related, by
executing the vga option rom.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/vendor')
-rw-r--r-- | config/vendor/sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/vendor/sources b/config/vendor/sources index 7787e38a..befee301 100644 --- a/config/vendor/sources +++ b/config/vendor/sources @@ -123,7 +123,7 @@ # nvidia vga option rom for dgpu models of Dell Latitude E6400 # for downloading the nvidia rom to pciroms/pci10de,06eb.rom -{e6400}{ +{e6400 e6400nvidia}{ E6400_VGA_DL_hash 6217d5fce2291d15bb0649fd2faaeb78e4c48962b07a2bea6af60466bfdc5f233af0d077c2c6e71dd96047bdbb1f612324cef0a5e728ba9a9ec5c69a4022cd8d E6400_VGA_DL_url https://dl.dell.com/FOLDER01530530M/1/E6400A34.exe E6400_VGA_DL_url_bkup https://web.archive.org/web/20230506014903/https://dl.dell.com/FOLDER01530530M/1/E6400A34.exe |