/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Server/Desktop/opengl_forwarding.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2014-06-12 06:46:08 UTC
  • Revision ID: csa@dside.dyndns.org-20140612064608-u765to8qftxr37ei
Ubuntu 14.04 on Lenovo X220

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OpenGL Forwarding
 
2
=================
 
3
1. VirtualGL is required: http://www.virtualgl.org/
 
4
2. SuSe packages: https://build.opensuse.org/project/show?project=home%3AXimi1970%3ATest
 
5
3. On the server vglserver_config should be executed (No X)
 
6
4. X server (on a fast GPU) should be started to use GL forwarding
 
7
5. Instead of ssh, vglconnect should be used: vglconnect csa@ipepdvcompute1
 
8
6. To run gl app (i.e. Avizo), just call: vglrun /opt/Avizo/bin/start
 
9
 
 
10
Problems
 
11
========
 
12
 - The xorg should be running on the server. As well the system should be
 
13
 actually in the graphical mode. If you switch to the console on the server,
 
14
 clients will be not able to run gl applications any more failing with 
 
15
    [VGL] ERROR: OpenGL error 0x0502 
 
16
 -  /etc/opt/VirtualGL/vgl_xauth_key should be generated at each X execution.
 
17
 It looks like only gdm is supported. To use other dms (tested with kdm) one
 
18
 option is to add /usr/bin/vglgenkey into the /etc/X11/xdm/Xsetup
 
19
 - Outdated ~/.Xauthority may result in failures
 
20
 - Use "vglconnect -force" to recreate broken connection
 
21
 - If monitor is not connected, add following to the "Screen" section
 
22
    Option         "ConnectedMonitor" "DFP"
 
23
    Option         "UseEDID" "FALSE"
 
24
 - For some systems, NVIDIA driver will not detect the GPUs if the integrated video is
 
25
 configured as default in the BIOS. The NVIDIA card should be selected as primary video.
 
26
 
 
27
 
 
 
b'\\ No newline at end of file'