Changes between Version 56 and Version 57 of Xen_GPU_cluster


Ignore:
Timestamp:
Apr 10, 2009, 5:51:04 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v56 v57  
    573573= Part 4 Running 3D-Applications on Xen by using Virtualizing OpenGL =
    574574
    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]]
    578580
    579581rider@cloud:~$ sudo vim /etc/profile [[BR]]
     
    617619}}}
    618620
    619 === 4.1.2 Kernel Module ===
    620 
    621 rider@cloud:~$ lsmod (Make sure that the "nvidia" module is loaded) [[BR]]
     621=== 4.1.1 Kernel Module ===
     622
     623rider@cloud:~$ lsmod (Make sure that the "nvidia" module is loaded, and you can also try to load the nvidiafb.) [[BR]]
    622624{{{
    623625Module                  Size  Used by
     
    628630}}}
    629631
    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]]
    633637
    634638rider@nv:~$ sudo vim /etc/profile [[BR]]
     
    642646rider@nv:~$ sudo dpkg-reconfigure locales [[BR]]
    643647rider@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]]
    645648rider@nv:~$ sudo vim /etc/gdm/gdm.conf [[BR]]
    646649{{{
     
    659662rider@nv:~$ sudo /etc/init.d/gdm restart [[BR]]
    660663
    661 === 4.2.2 Kernel Module ===
     664=== 4.2.1 Kernel Module ===
    662665
    663666rider@nv:~$ lsmod (Make sure that the "nvidia" module is loaded) [[BR]]
     
    670673}}}
    671674
    672 === 4.2.3 Build VMGL !HowTo ===
    673 
    674 === 4.2.3.1 Build VMGL on Dom0 !HowTo ===
     675=== 4.3 Build VMGL !HowTo ===
     676
     677=== 4.3.1 VMGL installation on Dom0 !HowTo ===
    675678
    676679rider@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]]
     
    683686rider@cloud:~/vmgl/vmgl.hg$ sudo make install-host [[BR]]
    684687
    685 === 4.2.3.2 Build VMGL on DomU !HowTo ===
     688=== 4.3.2 VMGL installation on DomU or Guest OS !HowTo ===
    686689
    687690rider@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]]
     
    694697rider@nv:~/vmgl/vmgl.hg$ sudo make install-guest [[BR]]
    695698
    696 === 4.2.4 VMGL UsageNote ===
    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]]
    701704rider@cloud:~$ /usr/local/bin/stub-daemon [[BR]]
    702705rider@cloud:~$ netstat -tunlp [[BR]]
     
    712715}}}
    713716
    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]]
     720rider@cloud:~$ sudo ln -sf /usr/share/fonts /usr/X11R6/lib/X11/fonts [[BR]]
    717721rider@nv:~$ sudo vim /etc/profile [[BR]]
    718722{{{
     
    725729
    726730== 4.3 Suspending & Resuming between DomU ==
    727  
    728 == 4.4 Live Migration between DomU ==
    729731
    730732