Bugzilla – Attachment 188872 Details for
Bug 246158
Fallback to VGA, if X.org cannot be started
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
xdm.diff
xdm.diff (text/plain), 869 bytes, created by
Stefan Dirsch
on 2007-12-28 16:09:24 UTC
(
hide
)
Description:
xdm.diff
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2007-12-28 16:09:24 UTC
Size:
869 bytes
patch
obsolete
>--- xdm.orig 2007-12-28 16:01:48.000000000 +0100 >+++ xdm 2007-12-28 17:08:19.000000000 +0100 >@@ -140,6 +140,22 @@ > "$DISPLAYMANAGER_STARTS_XSERVER" = "no" ]; then > XDMOPTIONS="--no-console" > fi >+ # Graphical failsafe mode (Bug #246158). >+ # >+ # Needs changes in kernel commandline of "Failsafe" entry in >+ # /boot/grub/menu.lst. >+ # >+ # * use the same "vga" option value as in the non-"Failsafe" entry >+ # * remove "3" option (runlevel) >+ # * add "x11failsafe" option >+ if cat /proc/cmdline | grep -q x11failsafe; then >+ if [ -f /etc/X11/xorg.conf.install ]; then >+ export XORGCONFIG=xorg.conf.install >+ else >+ rc_status -u >+ rc_exit >+ fi >+ fi > startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed > # After a crash or a kill signal we may have > # a wrong owner ship of /dev/xconsole
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 246158
: 188872