Orange Pi Manual Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
27
www.xunlong.tv
3)
Open one or more of the desktops by vncserver or
vncserver:1(vncserver:2)… you can also transfer more parameters
through the full command as below:
vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565
(Note: If it prompted you that cannot find the file or other error when
installing, please run sudo apt-get update to update the software source and
try installing again.)
e.
NAS and DLAN
i.
NAS
:
There are many files of RaspberryPi could be reference in Internet, for
example: http://www.geekfan.net/5003/, it detailed descriptions on the
operation and the mounted of U disk is very useful.
ii.
DLNA:
Mainly through the minidlna software to achieve the sharing of media
resources within the LAN, such as sharing video, music, etc.. The
installation steps are as follows:
sudo apt-get minidlna
Execute the following command to modify the configuration file:
sudo nano /etc/minidlna.conf
Note: you can also use other text editor to modify.
1)
Add the following contents:
media_dir=A,/nas, path: /DLNA/Music
media_dir=V,/nas, path: /DLNA/Video
media_dir=P,/nas, path: DLNA/Picture
db_dir=/nas, path: /DLNA/log
db_dir=/nas, path: /DLNA/db
ctrl +o and enter, ctrl +x to save and exit.