Le mar 21/10/2003 � 18:42, Buchan Milne a �crit :
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> A long time ago, X used to fall back to running a configuration tool.
> This may have been long ago, when XFdrake wstill had a link for
> XF86configure (or whatever Redhat used to call their tool).
>
> Why, if a user makes a mistake, do they end up with a console login,
> when they could have XFdrake instead to help them fix the problem?
>
> See the comments in the OSNews review to see why I am asking this again.
>
> Windows95 even had a safe mode which would help you reoconfigure your
> display settings. 8 years later, and Mandrake doesn't.
normally gdm support this and this is enable
se in /etc/X11/gdm/gdm.conf :
# if X keeps crashing on us we run this script. The default one does a
bunch
# of cool stuff to figure out what to tell the user and such and can
# run an X configuration program.
XKeepsCrashing=/etc/X11/gdm/XKeepsCrashing
and in /etc/X11/gdm/XKeepsCrashing :
#
# First see if we can find an X configuration program
# (first one in the list will be used)
#
XCONFIGURATOR=
for n in \
/usr/bin/redhat-config-xfree86 \
/usr/sbin/XFdrake \
/usr/bin/X11/XF86Setup \
/usr/bin/X11/Xconfigurator \
/usr/bin/X11/xf86cfg \
; do
# standard shell test has no or and loops have no breaks, eek
if test "x$XCONFIGURATOR" = "x" ; then
if test -x "$n" ; then
XCONFIGURATOR="$n"
fi
fi
done
concerning kdm and mdkkdm ... don't know and can't find the config file
in a logic place respecting LHS
---
le seul probleme avec windows c'est que des fois le clavier se blo -
#linuxfr