Mageia Bugzilla – Attachment 6204 Details for
Bug 15235
Unable to boot, from Live media or after install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch to fix bug by generating X server log file in /var/log
gdm-xorg-log-for-fglrx.patch (text/plain), 684 bytes, created by
Martin Whitaker
on 2015-04-06 22:10:54 CEST
(
hide
)
Description:
Patch to fix bug by generating X server log file in /var/log
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2015-04-06 22:10:54 CEST
Size:
684 bytes
patch
obsolete
>--- 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;
--- 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;
View Attachment As Raw
Actions:
View
Attachments on
bug 15235
:
6176
| 6204