Skip to content

Instantly share code, notes, and snippets.

@ricardoanguiano
Created December 9, 2014 02:08
Show Gist options
  • Save ricardoanguiano/7be79d650856ae4c7188 to your computer and use it in GitHub Desktop.
Save ricardoanguiano/7be79d650856ae4c7188 to your computer and use it in GitHub Desktop.
lightdm vncserver setup on ubuntu 12.04
# apt-get install gnome-panel
# apt-get install tightvncserver
# vncpasswd /etc/vncpasswd
/etc/lightdm/lightdm.conf addition
[VNCServer]
enabled=true
greeter-session=lightdm-gtk-greeter
user-session=gnome
command=/usr/bin/Xvnc -rfbauth /etc/vncpasswd
port=5901
width=1920
# height=1080
# add pixels to height for toolbars so applications get 1080 height
height=1128 # shooting for 1080
depth=24
Connect via VNC using ip::5901
@superwolfboy
Copy link

thanks for sharing .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment