close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 27, 2009, 10:54:18 PM (16 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v35
|
v36
|
|
452 | 452 | $ vncserver -geometry 1024x768 -depth 24 :1 |
453 | 453 | }}} |
| 454 | * @Dom0 安裝 VNC viewer. |
| 455 | {{{ |
| 456 | $ sudo apt-get install xtightvncviewer |
| 457 | }}} |
| 458 | * @Dom0 執行 VNC viewer,來連結到由 DomU 所產生的虛擬桌面. |
| 459 | {{{ |
| 460 | $ vncviewer 192.168.100.* :1 |
| 461 | }}} |
454 | 462 | * @DomU Kill 掉 VNC server 的方法. |
455 | 463 | {{{ |