Instalacja vnc na zdalnym serwerze.
: 14 stycznia 2016, 15:06
Już sobie poradziłem teraz mam inny problem ale to w nowym wątku
Witam,
Mam tego typu problem. Na Debianie Wheezy na zdalnym serwerze instalowałem według tej instrukcji:
Problem w tym, ze w debianie jessy nie ma pakietu gnome-desktop-environment i vnc nie działa. Jak sobie poradzić z tym problemem ?

Witam,
Mam tego typu problem. Na Debianie Wheezy na zdalnym serwerze instalowałem według tej instrukcji:
Kod: Zaznacz cały
Install GNOME:
# apt-get install gnome-desktop-environment
Install required fonts:
# apt-get install xfonts-100dpi
# apt-get install xfonts-100dpi-transcoded
# apt-get install xfonts-75dpi
# apt-get install xfonts-75dpi-transcoded
# apt-get install xfonts-base
Install TightVNCServer:
# apt-get install tightvncserver
Start TightVNCServer for the first time, it will copy config files and prompt you for a password:
# tightvncserver :1
Stop the VNC server, so we can continue to configure it:
# tightvncserver -kill :1
Edit the xstartup file:
# vi ~/.vnc/xstartup
Press "A" to enter edit mode. Replace the contents of the file with the following (or edit to match):
# !/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
# x-window-manager &
gnome-session &
Press ESC, type :wq, then press enter to save and close the file.
Start the VNC server with your desired resolution:
# tightvncserver -geometry 1024x768 :1