diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 13:20:27 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 13:20:27 +0200 |
commit | 39e720a1830fa709c244b30bbf8697607e76240f (patch) | |
tree | d87a2c43c0314f7878d844c3891e450041c2f45a | |
parent | eabec83112400f78618e9213170d8f453182c098 (diff) | |
download | nixos-39e720a1830fa709c244b30bbf8697607e76240f.tar nixos-39e720a1830fa709c244b30bbf8697607e76240f.tar.gz nixos-39e720a1830fa709c244b30bbf8697607e76240f.tar.bz2 nixos-39e720a1830fa709c244b30bbf8697607e76240f.tar.xz nixos-39e720a1830fa709c244b30bbf8697607e76240f.zip |
moved "BaseMosaic" to Screen section where it seems to belong
-rw-r--r-- | vali.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -122,8 +122,9 @@ rec { | |||
122 | videoDrivers = [ "nvidia" ]; | 122 | videoDrivers = [ "nvidia" ]; |
123 | exportConfiguration = true; | 123 | exportConfiguration = true; |
124 | 124 | ||
125 | serverLayoutSection = '' | 125 | screenSection = '' |
126 | Option "BaseMosaic" "on" | 126 | Option "BaseMosaic" "on" |
127 | Option "metamodes" "GPU-56c70ba9-8016-11a3-8e55-fef1dc4f9f2a.HDMI-0: nvidia-auto-select +1920+0, GPU-56c70ba9-8016-11a3-8e55-fef1dc4f9f2a.DVI-I-3: nvidia-auto-select +0+0, GPU-9675293c-99a7-a649-b0e1-ce7030f8e486.DVI-I-2: nvidia-auto-select +3840+0" | ||
127 | ''; | 128 | ''; |
128 | }; | 129 | }; |
129 | 130 | ||