nixpkgs/pkgs/tools/X11/bumblebee/nvidia-conf.patch
Sebastián Bernardo Galkin 24abe2b2b3 Bumblebee config to enable multiple monitors
Added configurations to `bumblebee` package to easy multiple monitors on Optimus
machines.

The behaviour of the default `bumblebee` package hasn't change, so this change
is backwards compatible. Users who want to connect a monitor to their discrete
card should use the package `bumblebee_display` instead.

Also added new configuration option to nixos bumblebee module:

```
hardware.bumblebee.connectDisplay = true
```

will enable the new configuration, but the default is still false.
2014-12-30 19:17:42 -08:00

12 lines
282 B
Diff

--- bumblebee-3.2.1/conf/xorg.conf.nvidia
+++ bumblebee-3.2.1/conf/xorg.conf.nvidia
@@ -29,6 +29,5 @@ Section "Device"
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
- Option "UseEDID" "false"
- Option "UseDisplayDevice" "none"
+@deviceOptions@
EndSection