Update vnc.md
This commit is contained in:
parent
0342d38501
commit
95dd78626b
|
|
@ -49,10 +49,12 @@ vncserver ; vncserver -kill :1
|
||||||
### 设置pi账户VNC配置文件
|
### 设置pi账户VNC配置文件
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mkdir /home/pi/.vnc ; cp ~/.vnc/xstartup /home/pi/.vnc/xstartup
|
mkdir /home/pi/.vnc ; cp ~/.vnc/xstartup /home/pi/.vnc/xstartup ;\
|
||||||
chown -R pi /home/pi/.vnc
|
chown -R pi /home/pi/.vnc ;\
|
||||||
adduser pi bluetooth
|
adduser pi bluetooth
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
## 编辑文件
|
## 编辑文件
|
||||||
|
|
||||||
vim /etc/dbus-1/system.d/bluetooth.conf
|
vim /etc/dbus-1/system.d/bluetooth.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue