NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/50808: Boot option to disable DRMKMS
The following reply was made to PR install/50808; it has been noted by GNATS.
From: coypu <coypu%sdf.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/50808: Boot option to disable DRMKMS
Date: Wed, 30 Mar 2016 13:00:30 +0000
Add option to easily disable graphical acceleration at boot
---
etc/etc.amd64/boot.cfg | 2 ++
etc/etc.i386/boot.cfg | 2 ++
2 files changed, 4 insertions(+)
diff --git a/etc/etc.amd64/boot.cfg b/etc/etc.amd64/boot.cfg
index e43a3c0..2b0c1cf 100644
--- a/etc/etc.amd64/boot.cfg
+++ b/etc/etc.amd64/boot.cfg
@@ -1,6 +1,8 @@
menu=Boot normally:rndseed /var/db/entropy-file;boot netbsd
+menu=Disable graphical acceleration:rndseed /var/db/entropy-file;userconf disable radeon;userconf disable nouveau*;boot netbsd
menu=Boot single user:rndseed /var/db/entropy-file;boot netbsd -s
menu=Disable ACPI:rndseed /var/db/entropy-file;boot netbsd -2
+menu=Disable ACPI and graphical acceleration:rndseed /var/db/entropy-file;userconf disable radeon;userconf disable nouveau*;boot netbsd -2
menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot netbsd -12
menu=Drop to boot prompt:prompt
default=1
diff --git a/etc/etc.i386/boot.cfg b/etc/etc.i386/boot.cfg
index e43a3c0..2b0c1cf 100644
--- a/etc/etc.i386/boot.cfg
+++ b/etc/etc.i386/boot.cfg
@@ -1,6 +1,8 @@
menu=Boot normally:rndseed /var/db/entropy-file;boot netbsd
+menu=Disable graphical acceleration:rndseed /var/db/entropy-file;userconf disable radeon;userconf disable nouveau*;boot netbsd
menu=Boot single user:rndseed /var/db/entropy-file;boot netbsd -s
menu=Disable ACPI:rndseed /var/db/entropy-file;boot netbsd -2
+menu=Disable ACPI and graphical acceleration:rndseed /var/db/entropy-file;userconf disable radeon;userconf disable nouveau*;boot netbsd -2
menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot netbsd -12
menu=Drop to boot prompt:prompt
default=1
--
2.7.3
--
Home |
Main Index |
Thread Index |
Old Index