diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 17:09:32 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 17:09:32 +0100 |
| commit | 85a3bc89e85bebf28f7cc8f52c70d8db1ec666f3 (patch) | |
| tree | c2cbe09f64ad1e1ab87b2cf46cf41496595adf9b | |
| parent | 95d9723739b491096c28156502d0696afbc06e72 (diff) | |
| download | nixos-85a3bc89e85bebf28f7cc8f52c70d8db1ec666f3.tar nixos-85a3bc89e85bebf28f7cc8f52c70d8db1ec666f3.tar.gz nixos-85a3bc89e85bebf28f7cc8f52c70d8db1ec666f3.tar.bz2 nixos-85a3bc89e85bebf28f7cc8f52c70d8db1ec666f3.tar.xz nixos-85a3bc89e85bebf28f7cc8f52c70d8db1ec666f3.zip | |
...
| -rw-r--r-- | sif.nix | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -196,10 +196,9 @@ | |||
| 196 | 196 | ||
| 197 | dpi = 282; | 197 | dpi = 282; |
| 198 | 198 | ||
| 199 | videoDrivers = [ "intel" "nvidiaBeta" ]; | 199 | videoDrivers = [ "nvidiaBeta" ]; |
| 200 | 200 | ||
| 201 | screenSection = '' | 201 | screenSection = '' |
| 202 | Device "Device-nvidia[0]" | ||
| 203 | Option "metamodes" "nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" | 202 | Option "metamodes" "nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" |
| 204 | ''; | 203 | ''; |
| 205 | 204 | ||
