Blame SOURCES/clear-screen.patch

675525
From 4d5866dad65d096598dd260fcb158d4d1c355e22 Mon Sep 17 00:00:00 2001
01018b
From: Ray Strode <rstrode@redhat.com>
01018b
Date: Fri, 14 Mar 2014 11:04:49 -0400
675525
Subject: [PATCH] systemd: clear terminal after starting
01018b
01018b
This helps with flicker when the X server shuts down.
01018b
---
1e501a
 data/gdm.service.in | 1 +
1e501a
 1 file changed, 1 insertion(+)
01018b
01018b
diff --git a/data/gdm.service.in b/data/gdm.service.in
675525
index 72201c1..b58f4c6 100644
1e501a
--- a/data/gdm.service.in
1e501a
+++ b/data/gdm.service.in
675525
@@ -21,6 +21,7 @@ OnFailure=plymouth-quit.service
1e501a
 
1e501a
 [Service]
1e501a
 ExecStart=@sbindir@/gdm
75a7a3
+ExecStartPost=-/bin/bash -c "TERM=linux /usr/bin/clear > /dev/tty1"
75a7a3
 KillMode=mixed
1e501a
 Restart=always
1e501a
 IgnoreSIGPIPE=no
01018b
-- 
675525
1.8.3.1
01018b