Remote Access with VNC: Difference between revisions
m →Connecting Using the vncviewer CLI: Added note box |
m →Configuring Persistant VNC Sessions: Added note box |
||
| Line 210: | Line 210: | ||
WINDOWMANAGER=gnome vncserver -geometry 1024x768 | WINDOWMANAGER=gnome vncserver -geometry 1024x768 | ||
WINDOWMANAGER=icewm vncserver -geometry 1024x768 | WINDOWMANAGER=icewm vncserver -geometry 1024x768 | ||
<div style="padding-bottom:5px;padding-top:5px;"> | |||
<div style="background:#C0C0C0;border:1px solid #666666;padding-left:5px;padding-right:5px;"> | |||
'''Note: One Configuration for Each User''' | '''Note: One Configuration for Each User''' | ||
Persistent VNC sessions are configured in a single per-user configuration. Multiple sessions started by the same user will all use the same start-up and password files. | Persistent VNC sessions are configured in a single per-user configuration. Multiple sessions started by the same user will all use the same start-up and password files. | ||
</div> | |||
</div> | |||
==VNC Session Initated using '''<code>vncmanager</code>'''== | ==VNC Session Initated using '''<code>vncmanager</code>'''== | ||