Add /etc/default/grub to fix GPU problems.
This commit is contained in:
parent
6885314a99
commit
93c7afb2cb
2 changed files with 23 additions and 1 deletions
1
etc/default/.gitignore
vendored
1
etc/default/.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
||||||
/cdrecord
|
/cdrecord
|
||||||
/efibootmgr-kernel-hook
|
/efibootmgr-kernel-hook
|
||||||
/grub
|
|
||||||
/libc-locales
|
/libc-locales
|
||||||
/live.conf
|
/live.conf
|
||||||
/rscsi
|
/rscsi
|
||||||
|
|
|
||||||
23
etc/default/grub
Normal file
23
etc/default/grub
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
#
|
||||||
|
# Configuration file for GRUB.
|
||||||
|
#
|
||||||
|
GRUB_DEFAULT=0
|
||||||
|
#GRUB_HIDDEN_TIMEOUT=0
|
||||||
|
#GRUB_HIDDEN_TIMEOUT_QUIET=false
|
||||||
|
GRUB_TIMEOUT=5
|
||||||
|
GRUB_DISTRIBUTOR="Void"
|
||||||
|
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 radeon.si_support=0 amdgpu.si_support=1"
|
||||||
|
#GRUB_CMDLINE_LINUX_DEFAULT="radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1"
|
||||||
|
#GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4"
|
||||||
|
# Uncomment to use basic console
|
||||||
|
#GRUB_TERMINAL_INPUT="console"
|
||||||
|
# Uncomment to disable graphical terminal
|
||||||
|
#GRUB_TERMINAL_OUTPUT=console
|
||||||
|
#GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
|
||||||
|
#GRUB_GFXMODE=1920x1080x32
|
||||||
|
#GRUB_DISABLE_LINUX_UUID=true
|
||||||
|
#GRUB_DISABLE_RECOVERY=true
|
||||||
|
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
||||||
|
# modes only. Entries specified as foreground/background.
|
||||||
|
#GRUB_COLOR_NORMAL="light-blue/black"
|
||||||
|
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue