{"id":116,"date":"2013-02-13T19:05:13","date_gmt":"2013-02-13T19:05:13","guid":{"rendered":"http:\/\/toolbox.pingvinfeszek.hu\/?p=116"},"modified":"2013-02-13T19:05:13","modified_gmt":"2013-02-13T19:05:13","slug":"vnc-from-the-login-screen-accessing-the-actual-ubuntu-x-display-shown-on-the-monitor","status":"publish","type":"post","link":"https:\/\/wp.gaborhargitai.hu\/vnc-from-the-login-screen-accessing-the-actual-ubuntu-x-display-shown-on-the-monitor\/","title":{"rendered":"VNC from the Login Screen: accessing the actual Ubuntu X Display shown on the monitor"},"content":{"rendered":"

Issue the following command with elevated rights or as root:<\/p>\n

\napt-get install x11vnc<\/p><\/blockquote>\n

 <\/p>\n

Create the file\u00a0\/etc\/init\/x11vnc.conf<\/strong> with your favourite text editor and write this into it:<\/p>\n

start on login-session-start
\nscript
\nx11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth \/var\/run\/lightdm\/root\/:0 -forever -bg -o \/var\/log\/x11vnc.log
\nend script<\/p><\/blockquote>\n

 <\/p>\n

Sources are here<\/a> and here<\/a><\/p>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"

Issue the following command with elevated rights or as root: apt-get install x11vnc   Create the file\u00a0\/etc\/init\/x11vnc.conf with your favourite text editor and write this into it: start on login-session-start script x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth \/var\/run\/lightdm\/root\/:0 -forever -bg -o \/var\/log\/x11vnc.log end script   Sources are here and here  <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[6,7],"tags":[],"_links":{"self":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts\/116"}],"collection":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/comments?post=116"}],"version-history":[{"count":1,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts\/116\/revisions"}],"predecessor-version":[{"id":117,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts\/116\/revisions\/117"}],"wp:attachment":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/media?parent=116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/categories?post=116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/tags?post=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}