Gnome: add fix that allegedly prevents crashing on AMD systems
This commit is contained in:
parent
845b87ce50
commit
bab132c77c
|
@ -1,11 +1,11 @@
|
||||||
_: {
|
_: {
|
||||||
# NOTE: Allegedly prevents random Gnome crashes. But really, it just prevents me from logging in.
|
# NOTE: Allegedly prevents random Gnome crashes.
|
||||||
|
# But it might prevent logging in in some cases.
|
||||||
# See https://www.reddit.com/r/archlinux/comments/1erbika/fyi_if_you_experience_crashes_on_gnome_on_amd/
|
# See https://www.reddit.com/r/archlinux/comments/1erbika/fyi_if_you_experience_crashes_on_gnome_on_amd/
|
||||||
/*
|
|
||||||
home.file.".config/environment.d/99-mutter-no-rt.conf".text = ''
|
home.file.".config/environment.d/99-mutter-no-rt.conf".text = ''
|
||||||
MUTTER_DEBUG_KMS_THREAD_TYPE=user;
|
MUTTER_DEBUG_KMS_THREAD_TYPE=user;
|
||||||
'';
|
'';
|
||||||
*/
|
|
||||||
|
|
||||||
# Additional Gnome configurations via home-manager.
|
# Additional Gnome configurations via home-manager.
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
Loading…
Reference in a new issue