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:
-
Apr 7, 2009, 2:34:12 PM (17 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v47
|
v48
|
|
| 575 | 575 | == 4.1 Using OpenGL on Dom1 == |
| 576 | 576 | |
| | 577 | === 4.1.1 Build VNC Server for DomU-OpenGL=== |
| | 578 | |
| | 579 | rider@nvidia:~$ sudo apt-get install gdm sun-java6-jdk xdebconfigurator xfonts-100dpi xfonts-75dpi xfonts-base [[BR]] |
| | 580 | rider@nvidia:~$ sudo vim /etc/gdm/gdm.conf [[BR]] |
| | 581 | {{{ |
| | 582 | DisallowTCP=false |
| | 583 | }}} |
| | 584 | {{{ |
| | 585 | # VNC Server |
| | 586 | [server-VNC] |
| | 587 | name=VNC server |
| | 588 | command=/opt/TurboVNC/bin/vncserver -geometry 800x600 -depth 24 |
| | 589 | flexible=true |
| | 590 | }}} |
| | 591 | |
| 577 | 592 | == 4.2 Using VMGL on Dom2 == |
| | 593 | |
| | 594 | === 4.2.1 Build VNC Server DomU-VMGL === |
| | 595 | |
| | 596 | rider@vmgl:~$ sudo apt-get install gdm sun-java6-jdk xdebconfigurator xfonts-100dpi xfonts-75dpi xfonts-base [[BR]] |
| | 597 | rider@vmgl:~$ sudo vim /etc/gdm/gdm.conf |
| | 598 | {{{ |
| | 599 | DisallowTCP=false |
| | 600 | }}} |
| | 601 | {{{ |
| | 602 | # VNC Server |
| | 603 | [server-VNC] |
| | 604 | name=VNC server |
| | 605 | command=/usr/bin/Xvnc -geometry 800x600 -depth 24 |
| | 606 | flexible=true |
| | 607 | }}} |
| 578 | 608 | |
| 579 | 609 | == 4.3 Suspending & Resuming between DomU == |