diff options
| author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:01:52 +0000 |
|---|---|---|
| committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:01:52 +0000 |
| commit | d9c986cac14f5e94f69d3fa44a64ca7d5798ed2d (patch) | |
| tree | f114d321a5aa2847da8d337a6129df8c4821091e /config/build.cfg | |
| parent | 144c71b42e0b9425b9788ef0ffeb02c84e53c427 (diff) | |
| download | draklive-config-d9c986cac14f5e94f69d3fa44a64ca7d5798ed2d.tar draklive-config-d9c986cac14f5e94f69d3fa44a64ca7d5798ed2d.tar.gz draklive-config-d9c986cac14f5e94f69d3fa44a64ca7d5798ed2d.tar.bz2 draklive-config-d9c986cac14f5e94f69d3fa44a64ca7d5798ed2d.tar.xz draklive-config-d9c986cac14f5e94f69d3fa44a64ca7d5798ed2d.zip | |
Add extra boot menu entry to use X11 instead of Wayland.
Diffstat (limited to 'config/build.cfg')
| -rw-r--r-- | config/build.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/build.cfg b/config/build.cfg index c4ce003..debcdc9 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -399,6 +399,9 @@ my $config = { bootloader_timeout => 10, bootloader_entries => [ 'Boot Mageia Live' => { message => $booting_message, append => $default_append . ' splash noxconf xdriver=free' }, + if_($has_gnome || $has_plasma, + ' + use X11 (not Wayland)' => { message => $booting_message, append => $default_append . ' splash noxconf xdriver=free nowayland' }, + ), # if_($arch eq 'x86_64', # ' + use non-free NVIDIA drivers (slower to boot)' => { message => $booting_message, append => $default_append . ' nokmsboot xclone=1 rd.driver.blacklist=nouveau' }, # ), |
