2016-11-08 35 views
0

我試圖設置一個覆盆子pi與碼頭工具(wernight/mopidy)。沒有桌面GUI的PulseAudio偏好設置(paprefs)

按照此步驟:

Launch paprefs 
(PulseAudio Preferences) > "Network Server" tab > Check "Enable network access to local sound devices" (you may check "Don't require authentication" to avoid mounting cookie file described below). 

我需要一個桌面GUI。我一個也沒有。我怎樣才能通過命令行來設置?

回答

0

既然你對GUI的訪問,最簡單的方法是安裝VNC服務器在您的RPI,然後連接到GUI,

您RPI安裝tightvncserver

sudo apt-get update 
sudo apt-get install tightvncserver 

啓動服務器,

vncserver :1 

在您的客戶端,安裝VNC客戶端工具,例如,http://www.realvnc.com/

輸入Raspberry Pi的IP地址。 (附加:1表示連接時的端口)

+0

我會試試這個。不過,我已經安裝了Raspian Lite,因爲我特別想避免在我的覆盆子pi上使用GUI。 – benwiz

+0

如果你使用精簡版,那麼這也將有所幫助,http://raspberrypi.stackexchange.com/questions/41920/should-running-vnc-on-jessie-lite-just-work –