树莓派的新版本最大的变化之一是默认情况下会自动加载桌面环境。这样做有充分的理由,但可能并不适合所有用户。幸运的是,开发人员给了我们一些回报,这对我来说是一个可喜的变化。
的“Raspberry Pi软件配置工具”(aka raspi-config)已更新,并且新的图形版本已添加到桌面。这两个实用程序中都有一组新的引导选项。这些选项不仅使您可以选择是引导到桌面还是命令行,还可以选择是否要启用自动登录。
命令行上的Raspi-config实用程序
的raspi-config utility is available from the command line as before by running :
sudo raspi-config
它将允许您设置以下引导选项:
- 控制台文本控制台,要求用户登录
- 控制台自动登录文本控制台,自动登录为‘pi’ user
- 桌面桌面GUI,要求用户登录
- 桌面自动登录桌面GUI,以以下方式自动登录‘pi’ user
的first 屏幕 now has “3 Boot Options”.
的boot options give you four options to choose from :
选择一个选项并单击之后<ok>系统将询问您是否要重启:

Raspberry Pi配置 Utility 上 the desktop
在桌面上,您可以使用以下命令访问新的图形配置实用程序“Preferences” > “Raspberry Pi配置” menu :
的utility has four tabs. 的first tab allows you to choose how the system boots and whether auto login is enabled :
的second tab allows you to enable the Pi’的专业界面:
的third tab allows you to change the overclock settings and tweak the GPU memory allocation :
的fourth tab allows you to adjust the locale, timezone and keyboard mapping :
因此,尽管引导到桌面不是’t everyone’s preference the utility updates at least make it easy to reconfigure. 的ability to enable auto-login will also be a useful feature for those that don’想要手动配置它。
通过SSH连接仍然需要像以前一样登录。