Hi,

We have a bunch of centos 7.2 workstation with geforce cards in them. I 
configured VNC + VGL on them and they work fine (both through VNC sessions or 
by vglconnect). So all is good there. These are not headless, but used 
interactively.

I have a different workstation with two GPUs in them. one GPU is a NVS card, to 
which the monitor is attached and there is a headless geforce. There is no X 
running on the NVS. I installed the nvidia drivers, vnc, and configured the 
VGL. But when I connect through vnc and run vglrun +v glxinfo I get
Xlib: extension GLX missing on display :0 error
Couldn't find RBG GLX visual or fbconfig.

Can someone provide some pointers on how to do the configuration appropriately? 
This is a test bed for a server that will have an onboard graphics card and a 
headless GPU (or two) to serve users 3D applications.

cat /etc/X11/xorg.conf
nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 370.23 (buildmeister@swio-display-x86-rhel47-02) Mon 
Aug 8 18:33:47 PDT 2016

Section "DRI"

Mode 0666

EndSection

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default

Identifier     "Mouse0"

Driver         "mouse"

Option         "Protocol" "auto"

Option         "Device" "/dev/input/mice"

Option         "Emulate3Buttons" "no"

Option         "ZAxisMapping" "4 5"

EndSection

Section "InputDevice"

# generated from default

Identifier     "Keyboard0"

Driver         "kbd"

EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 740"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "ConnectedMonitor" "DFP"
SubSection "Display"
Virtual 1280 1024
Depth 24
EndSubSection
EndSection

This is the VGA output of lspci
03:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 740] 
(rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GT218 [NVS 300] (rev a2)

This is the VNC log
Xvnc TigerVNC 1.3.1 - built Mar 31 2016 16:34:53
Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11702000, The X.Org Foundation

Fri Nov 11 23:13:55 2016
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5900
vncext: created VNC server for screen 0

(xfce4-session:2262): xfce4-session-WARNING **: xfsm_manager_load_session: 
Something wrong with /root/.cache/sessions/xfce4-s
ession-EWRGSRF27.childrens.sea.kids:0, Does it exist? Permissions issue?

(xfsettingsd:2288): xfsettingsd-WARNING **: Failed to get the 
_NET_NUMBER_OF_DESKTOPS property.

Fri Nov 11 23:14:08 2016
Connections: accepted: 10.40.84.60::48391
SConnection: Client needs protocol version 3.8
SConnection: Client requests security type VncAuth(2)

Fri Nov 11 23:14:11 2016
SConnection: AuthFailureException: Authentication failure
Connections: closed: 10.40.84.60::48391 (Authentication failure)

Fri Nov 11 23:14:18 2016
Connections: accepted: 10.40.84.60::48469
SConnection: Client needs protocol version 3.8
SConnection: Client requests security type VncAuth(2)

Fri Nov 11 23:14:21 2016
VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
VNCSConnST: Client pixel format depth 24 (32bpp) little-endian rgb888



------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to