[PATCH] Run Xorg with -nr option, so we have less flicker (ajax)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 firstboot/xfrontend.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/firstboot/xfrontend.py b/firstboot/xfrontend.py
index 40abc21..c139833 100644
--- a/firstboot/xfrontend.py
+++ b/firstboot/xfrontend.py
@@ -61,7 +61,7 @@ class XFrontEnd:
         os.environ["DISPLAY"] = ":9"
 
         try:
-            args = [":9", "-ac", "-nolisten", "tcp", "vt6", "-br"]
+            args = [":9", "-ac", "-nolisten", "tcp", "vt6", "-nr"]
             noOutput = os.open("/dev/null", os.O_RDWR)
 
 	    def sigchld_handler(num, frame):
-- 
1.6.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux