Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > e520a3e525c7292a95b037466e21c9e6 > files > 12

gdm-3.14.2-5.1.mga5.src.rpm

--- a/daemon/gdm-server.c	2015-04-06 17:50:58.533179539 +0100
+++ b/daemon/gdm-server.c	2015-04-06 20:41:30.741033315 +0100
@@ -298,6 +298,9 @@
                 goto fallback;
         }
 
+#if 0
+// fglrx reads the X server log to determine the X server version number,
+// so keep to the old way until fglrx is fixed.
 #ifdef ENABLE_SYSTEMD_JOURNAL
         /* For systemd, we don't have a log file but instead log to stdout,
            so set it to the xserver's built-in default verbosity */
@@ -306,6 +309,7 @@
         else
             verbosity = "3 -logfile /dev/null";
 #endif
+#endif
 
         if (g_access (SYSTEMD_X_SERVER, X_OK) < 0) {
                 goto fallback;