]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
xorg-xserver-config: Disable screen blanking for qemu images
authorK Sanjay Nayak <nayakksanjay@gmail.com>
Tue, 9 Apr 2024 08:39:49 +0000 (14:09 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Apr 2024 07:49:46 +0000 (08:49 +0100)
Disable BlankTime, StandbyTime, SuspendTime and OffTime in X default for QEMU images

This fix addresses the issue of Xserver screensaver blanking being enabled on QEMU images by
disabling BlankTime, StandbyTime, SuspendTime, and OffTime in the Xorg default settings for QEMU images.

Reference : https://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html

[YOCTO #15436]

Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: K Sanjay Nayak <nayakksanjay@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf

index f4cd139e8d79c4ee72ddf341d0fd7e7999993072..3eb380a0a4ea6c75a1b3ac664dfc54acf19dcdfa 100644 (file)
@@ -35,4 +35,8 @@ Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
     Option         "AllowEmptyInput" "no"
+    Option        "BlankTime" "0"
+    Option        "StandbyTime" "0"
+    Option        "SuspendTime" "0"
+    Option        "OffTime" "0"
 EndSection
index f4cd139e8d79c4ee72ddf341d0fd7e7999993072..3eb380a0a4ea6c75a1b3ac664dfc54acf19dcdfa 100644 (file)
@@ -35,4 +35,8 @@ Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
     Option         "AllowEmptyInput" "no"
+    Option        "BlankTime" "0"
+    Option        "StandbyTime" "0"
+    Option        "SuspendTime" "0"
+    Option        "OffTime" "0"
 EndSection
index f4cd139e8d79c4ee72ddf341d0fd7e7999993072..3eb380a0a4ea6c75a1b3ac664dfc54acf19dcdfa 100644 (file)
@@ -35,4 +35,8 @@ Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
     Option         "AllowEmptyInput" "no"
+    Option        "BlankTime" "0"
+    Option        "StandbyTime" "0"
+    Option        "SuspendTime" "0"
+    Option        "OffTime" "0"
 EndSection
index c12d92c201d4a9d53f67f7aedcdeed5e44253703..c01c3331c58e777b0a42c188520aed91aacc1715 100644 (file)
@@ -30,4 +30,8 @@ Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
     Option         "AllowEmptyInput" "no"
+    Option        "BlankTime" "0"
+    Option        "StandbyTime" "0"
+    Option        "SuspendTime" "0"
+    Option        "OffTime" "0"
 EndSection
index c12d92c201d4a9d53f67f7aedcdeed5e44253703..c01c3331c58e777b0a42c188520aed91aacc1715 100644 (file)
@@ -30,4 +30,8 @@ Section "ServerLayout"
     Identifier    "Default Layout"
     Screen        "Default Screen"
     Option         "AllowEmptyInput" "no"
+    Option        "BlankTime" "0"
+    Option        "StandbyTime" "0"
+    Option        "SuspendTime" "0"
+    Option        "OffTime" "0"
 EndSection