diff options
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 53d4a233f..c7d6a7eaf 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -727,8 +727,13 @@ Would you like X to start when you reboot?"), 1); $in->ask_warn(_("X successfully configured"), _("Configuration file has been written. Take a look at it before running 'startx'. + Within the server, press Ctrl, Alt and '+' simultaneously to cycle through video resolutions. + Pressing Ctrl, Alt and Backspace simultaneously immediately exits the server -For further configuration, refer to /usr/X11R6/lib/X11/doc/README.Config.")) unless $::auto; + +For further configuration, refer to /usr/X11R6/lib/X11/doc/README.Config. + +")) unless $::auto; } } |