projects
/
bumblebee.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9305086
)
don't use HardDPMS
author
sevu
<severin.gloeckner@stud.htwk-leipzig.de>
Thu, 5 Jan 2023 00:53:42 +0000
(
00:53
+0000)
committer
Andreas Beckmann
<anbe@debian.org>
Thu, 5 Jan 2023 00:53:42 +0000
(
00:53
+0000)
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
conf/xorg.conf.nvidia
patch
|
blob
|
history
diff --git
a/conf/xorg.conf.nvidia
b/conf/xorg.conf.nvidia
index c3107f905c705fe0a649052d2bdca0606286ecd2..4aaf285b03c42fa77ed51e3938127d14fe057386 100644
(file)
--- 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