Changes between Version 56 and Version 57 of Xen_GPU_cluster
- Timestamp:
- Apr 10, 2009, 5:51:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v56 v57 573 573 = Part 4 Running 3D-Applications on Xen by using Virtualizing OpenGL = 574 574 575 == 4.1 Using OpenGL on Dom0 == 576 577 === 4.1.1 Build VNC Server for Dom0-OpenGL remote-desktop === 575 == 4.1 Build VNC Server for Dom0 remote-desktop == 576 577 # Try to set the locale environment variables as you met the locale problem. [[BR]] 578 # This section provides the solution for those who wants to surf the Dom0 desktop. [[BR]] 579 # Actually, you can use tightvnc or turbovnc instead of gdm. [[BR]] 578 580 579 581 rider@cloud:~$ sudo vim /etc/profile [[BR]] … … 617 619 }}} 618 620 619 === 4.1. 2Kernel Module ===620 621 rider@cloud:~$ lsmod (Make sure that the "nvidia" module is loaded ) [[BR]]621 === 4.1.1 Kernel Module === 622 623 rider@cloud:~$ lsmod (Make sure that the "nvidia" module is loaded, and you can also try to load the nvidiafb.) [[BR]] 622 624 {{{ 623 625 Module Size Used by … … 628 630 }}} 629 631 630 == 4.2 Using VMGL on DomU == 631 632 === 4.2.1 Build VNC Server for DomU-VMGL remote-desktop === 632 === 4.2 Build VNC Server for DomU remote-desktop === 633 634 # Try to set the locale environment variables as you met the locale problem. [[BR]] 635 # This section provides the solution for those who wants to surf the Dom0 desktop. [[BR]] 636 # Actually, you can use tightvnc or turbovnc instead of gdm. [[BR]] 633 637 634 638 rider@nv:~$ sudo vim /etc/profile [[BR]] … … 642 646 rider@nv:~$ sudo dpkg-reconfigure locales [[BR]] 643 647 rider@nv:~$ sudo apt-get install autoconf automake build-essential gcc htop iptraf make libtool gdm sun-java6-jdk xdebconfigurator xfonts-100dpi xfonts-75dpi xfs xfonts-base xutils-dev tightvncserver ubuntu-desktop[[BR]] 644 rider@nv:~$ sudo vim /etc/gdm/gdm.conf [[BR]]645 648 rider@nv:~$ sudo vim /etc/gdm/gdm.conf [[BR]] 646 649 {{{ … … 659 662 rider@nv:~$ sudo /etc/init.d/gdm restart [[BR]] 660 663 661 === 4.2. 2Kernel Module ===664 === 4.2.1 Kernel Module === 662 665 663 666 rider@nv:~$ lsmod (Make sure that the "nvidia" module is loaded) [[BR]] … … 670 673 }}} 671 674 672 === 4. 2.3 Build VMGL !HowTo ===673 674 === 4. 2.3.1 Build VMGLon Dom0 !HowTo ===675 === 4.3 Build VMGL !HowTo === 676 677 === 4.3.1 VMGL installation on Dom0 !HowTo === 675 678 676 679 rider@cloud:~/vmgl$ sudo apt-get install build-essential mesa-common-dev libglu1-mesa-dev mesa-utils libxmu-headers libxmu6 libxmu-dev zlib1g-dev libjpeg62 libjpeg62-dev xutils-dev libxaw-headers libxaw7 libxaw7-dev libxext6 libxext-dev [[BR]] … … 683 686 rider@cloud:~/vmgl/vmgl.hg$ sudo make install-host [[BR]] 684 687 685 === 4. 2.3.2 Build VMGL on DomU!HowTo ===688 === 4.3.2 VMGL installation on DomU or Guest OS !HowTo === 686 689 687 690 rider@nv:~/vmgl$ sudo apt-get install build-essential mesa-common-dev libglu1-mesa-dev mesa-utils libxmu-headers libxmu6 libxmu-dev zlib1g-dev libjpeg62 libjpeg62-dev xutils-dev libxaw-headers libxaw7 libxaw7-dev libxext6 libxext-dev [[BR]] … … 694 697 rider@nv:~/vmgl/vmgl.hg$ sudo make install-guest [[BR]] 695 698 696 === 4. 2.4 VMGLUsageNote ===697 698 === 4. 2.4.1 VMGL on Dom0 (host) ===699 700 # Start the host VMGL stub-daemon [[BR]]699 === 4.4 VMGL !UsageNote === 700 701 === 4.4.1 VMGL on Dom0 (host) === 702 703 # Start the host VMGL stub-daemon. [[BR]] 701 704 rider@cloud:~$ /usr/local/bin/stub-daemon [[BR]] 702 705 rider@cloud:~$ netstat -tunlp [[BR]] … … 712 715 }}} 713 716 714 === 4.2.4.2 VMGL on DomU (guest) === 715 716 # Set the VMGL environment for VMGL guest [[BR]] 717 === 4.4.2 VMGL on DomU or Guest OS === 718 719 # Set the VMGL environment for VMGL guest. [[BR]] 720 rider@cloud:~$ sudo ln -sf /usr/share/fonts /usr/X11R6/lib/X11/fonts [[BR]] 717 721 rider@nv:~$ sudo vim /etc/profile [[BR]] 718 722 {{{ … … 725 729 726 730 == 4.3 Suspending & Resuming between DomU == 727 728 == 4.4 Live Migration between DomU ==729 731 730 732