From: sevu Date: Sat, 2 Jan 2021 13:54:24 +0000 (+0000) Subject: don't use HardDPMS X-Git-Tag: archive/raspbian/3.2.1-27+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc36a818da3222e40b8f4862274d0596eec71dd6;p=bumblebee.git don't use HardDPMS Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/1046 Origin: commit:c254abb874588bc808f54d60fa836f6b93a7d4bc Applied-Upstream: commit:c254abb874588bc808f54d60fa836f6b93a7d4bc The driver turns into a low power state after inactivity, but it cannot detect headless displays. Gbp-Pq: Name disable-hard-dpms.patch --- diff --git a/conf/xorg.conf.nvidia b/conf/xorg.conf.nvidia index c3107f9..4aaf285 100644 --- a/conf/xorg.conf.nvidia +++ b/conf/xorg.conf.nvidia @@ -31,4 +31,5 @@ Section "Device" Option "NoLogo" "true" Option "UseEDID" "false" Option "UseDisplayDevice" "none" + Option "HardDPMS" "false" EndSection