Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
树莓派安装Ubuntu 18 64位系统

树莓派安装Ubuntu 18 64位系统

开启强制HDMI输出:(很多现在的显示器在树莓派上并不能识别)
在TF卡分区,打开config.txt文件(开机后位置: /boot/config.txt),修改如下:

hdmi_safe=1
config_hdmi_boost=4
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=82
一些参数介绍:

项 含义
hdmi_safe=1 安全启动HDMI
config_hdmi_boost=4 开启热插拔
hdmi_group=1 CEA电视显示器
hdmi_group=2 DMT电脑显示器
hdmi_ignore_edid=0xa5000080 忽略自动探测的分辨率
输出分辨率:
hdmi_mode=4 640×480 60Hz
hdmi_mode=9 800×600 60Hz
hdmi_mode=16 1024×768 60Hz
hdmi_mode=82 1080p 60Hz
安装桌面方法
步骤一,安装Display Server。
sudo apt-get install –no-install-recommends xserver-xorg

sudo apt-get install –no-install-recommends xinit
步骤二,安装GUI桌面环境。
1,mate桌面环境

apt-get install ubuntu-mate-desktop

2,gnome桌面环境

apt-get install gnome

3,lxde桌面环境

apt-get install lxde

4,lxqt桌面环境

apt-get install lxqt

5,xubuntu桌面

apt-get install xubuntu-desktop

6,lubuntu桌面

apt-get install lubuntu-desktop

7,xfce桌面环境

apt-get install xfce4

8,cinnamon桌面环境

apt-get install cinnamon

9,bugie桌面环境

apt-get install ubuntu-budgie-desktop

这时,重启之后就完成了

发布于 分类 Linux