Changes between Version 48 and Version 49 of Xen_GPU_cluster


Ignore:
Timestamp:
Apr 7, 2009, 2:41:12 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v48 v49  
    573573= Part 4 Running 3D-Applications on Xen !HowTo by using different Graphics Libraries =
    574574
    575 == 4.1 Using OpenGL on Dom1 ==
    576 
    577 === 4.1.1 Build VNC Server for DomU-OpenGL===
     575== 4.1 Using OpenGL on DomU ==
     576
     577=== 4.1.1 Build VNC Server for DomU-OpenGL ===
    578578
    579579rider@nvidia:~$ sudo apt-get install gdm sun-java6-jdk xdebconfigurator xfonts-100dpi xfonts-75dpi xfonts-base [[BR]]
     
    589589flexible=true
    590590}}}
    591 
    592 == 4.2 Using VMGL on Dom2 ==
    593 
    594 === 4.2.1 Build VNC Server DomU-VMGL ===
     591rider@nvidia:~$ sudo vim /etc/init.d/gdm restart [[BR]]
     592
     593=== 4.1.2 Kernel Module ===
     594
     595rider@nvidia:~$ lsmod (We use nvidia kernel-module in this case)
     596{{{
     597Module                  Size  Used by
     598nvidia               8105392  0
     599i2c_core               24960  1 nvidia
     600ipv6                  248936  12
     601fuse                   43312  1
     602}}}
     603
     604== 4.2 Using VMGL on DomU ==
     605
     606=== 4.2.1 Build VNC Server for DomU-VMGL ===
    595607
    596608rider@vmgl:~$ sudo apt-get install gdm sun-java6-jdk xdebconfigurator xfonts-100dpi xfonts-75dpi xfonts-base [[BR]]
     
    605617command=/usr/bin/Xvnc -geometry 800x600 -depth 24
    606618flexible=true
     619}}}
     620rider@vmgl:~$ sudo /etc/init.d/gdm restart [[BR]]
     621
     622=== 4.2.2 Kernel Module ===
     623
     624rider@vmgl:~$ lsmod (We use "drm" & "i915" kernel-module in this case)
     625{{{
     626Module                  Size  Used by
     627i915                   29056  0
     628drm                    90536  1 i915
     629ipv6                  248936  12
     630fuse                   43312  1
    607631}}}
    608632