diff options
author | K Sanjay Nayak <nayakksanjay@gmail.com> | 2024-04-09 14:09:49 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-11 08:49:48 +0100 |
commit | 9f75f4add516f9089f8a2668b7c2f79cbb316aea (patch) | |
tree | 38f5e86647f9b740515960acedecddb7268b9eb9 /meta/recipes-graphics/xorg-xserver | |
parent | 120fecc3971b796d565a3e0c6886eab57a22023c (diff) | |
download | poky-9f75f4add516f9089f8a2668b7c2f79cbb316aea.tar.gz |
xorg-xserver-config: Disable screen blanking for qemu images
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>
(From OE-Core rev: 173fb4247fdb2b7b5e6a1a604ddbbc8727b3d3bb)
Signed-off-by: K Sanjay Nayak <nayakksanjay@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
5 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf index f4cd139e8d..3eb380a0a4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf | |||
@@ -35,4 +35,8 @@ Section "ServerLayout" | |||
35 | Identifier "Default Layout" | 35 | Identifier "Default Layout" |
36 | Screen "Default Screen" | 36 | Screen "Default Screen" |
37 | Option "AllowEmptyInput" "no" | 37 | Option "AllowEmptyInput" "no" |
38 | Option "BlankTime" "0" | ||
39 | Option "StandbyTime" "0" | ||
40 | Option "SuspendTime" "0" | ||
41 | Option "OffTime" "0" | ||
38 | EndSection | 42 | EndSection |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf index f4cd139e8d..3eb380a0a4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf | |||
@@ -35,4 +35,8 @@ Section "ServerLayout" | |||
35 | Identifier "Default Layout" | 35 | Identifier "Default Layout" |
36 | Screen "Default Screen" | 36 | Screen "Default Screen" |
37 | Option "AllowEmptyInput" "no" | 37 | Option "AllowEmptyInput" "no" |
38 | Option "BlankTime" "0" | ||
39 | Option "StandbyTime" "0" | ||
40 | Option "SuspendTime" "0" | ||
41 | Option "OffTime" "0" | ||
38 | EndSection | 42 | EndSection |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf index f4cd139e8d..3eb380a0a4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf | |||
@@ -35,4 +35,8 @@ Section "ServerLayout" | |||
35 | Identifier "Default Layout" | 35 | Identifier "Default Layout" |
36 | Screen "Default Screen" | 36 | Screen "Default Screen" |
37 | Option "AllowEmptyInput" "no" | 37 | Option "AllowEmptyInput" "no" |
38 | Option "BlankTime" "0" | ||
39 | Option "StandbyTime" "0" | ||
40 | Option "SuspendTime" "0" | ||
41 | Option "OffTime" "0" | ||
38 | EndSection | 42 | EndSection |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf index c12d92c201..c01c3331c5 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf | |||
@@ -30,4 +30,8 @@ Section "ServerLayout" | |||
30 | Identifier "Default Layout" | 30 | Identifier "Default Layout" |
31 | Screen "Default Screen" | 31 | Screen "Default Screen" |
32 | Option "AllowEmptyInput" "no" | 32 | Option "AllowEmptyInput" "no" |
33 | Option "BlankTime" "0" | ||
34 | Option "StandbyTime" "0" | ||
35 | Option "SuspendTime" "0" | ||
36 | Option "OffTime" "0" | ||
33 | EndSection | 37 | EndSection |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf index c12d92c201..c01c3331c5 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | |||
@@ -30,4 +30,8 @@ Section "ServerLayout" | |||
30 | Identifier "Default Layout" | 30 | Identifier "Default Layout" |
31 | Screen "Default Screen" | 31 | Screen "Default Screen" |
32 | Option "AllowEmptyInput" "no" | 32 | Option "AllowEmptyInput" "no" |
33 | Option "BlankTime" "0" | ||
34 | Option "StandbyTime" "0" | ||
35 | Option "SuspendTime" "0" | ||
36 | Option "OffTime" "0" | ||
33 | EndSection | 37 | EndSection |