PDA

View Full Version : [kubuntu] 14.04 + Nvidia + RealVNC = Vmware Workstation = Issues



Scrumps
September 15th, 2015, 10:33 PM
I am trying to configure Xubuntu 14.04 to allow for RealVNC (5.3.2) connections with Nvidia extensions in X. My main reason for doing this, is that whenever I start VMware Workstation 11.1.2 (in a VNC Display session) I get notifications how 3D Acceleration or 3D capabilities from the host are not supported.

However, I am running into problems and am not entirely sure it is possible. I would e-mail RealVNC support, but I feel bad because I have been e-mailing them about a lot of issues lately, and was hoping to try to find an alternative way of looking into it. I did some research on google, and forums, but didn't really come across anything specific.

What I have done:
I installed nvidia-current package
Tried whitelisting in ~/.vmware/preferences
Tried configuring nvidia-xconfig with flags that allow for damange, randr, etc.

I am not sure of any way to tell if the nvidia driver is actually in use or not, which is a little challenging.

glxinfo reports:
@server:~$ glxinfo -display :0
Invalid MIT-MAGIC-COOKIE-1 keyError: unable to open display :0
@server:~$ glxinfo -display :1
name of display: :1
Xlib: extension "NV-GLX" missing on display ":1".

Now, I have an X server running on :0 (I have xinit, and it should be running correctly).


@server:~$ cat /etc/X11/xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.125 (buildmeister@swio-display-x64-rhel04-14) Mon Dec 1 21:18:22 PST 2014

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/psaux"
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 520"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection



The results of dpkg -l | grep nvidia


ii nvidia-304 304.125-0ubuntu0.0.2 amd64 NVIDIA legacy binary driver - version 304.125
ii nvidia-common 1:0.2.91.11 amd64 transitional package for ubuntu-drivers-common
ii nvidia-current 304.125-0ubuntu0.0.2 amd64 Transitional package for nvidia-current
ii nvidia-libopencl1-304 304.125-0ubuntu0.0.2 amd64 NVIDIA OpenCL Driver and ICD Loader library
ii nvidia-modprobe 340.24-1~ubuntu14.04.1 amd64 utility to load NVIDIA kernel modules and create device nodes
ii nvidia-opencl-icd-304 304.125-0ubuntu0.0.2 amd64 NVIDIA OpenCL ICD
ii nvidia-settings 331.20-0ubuntu8 amd64 Tool for configuring the NVIDIA graphics driver




If there are any other file contents that you need, please let me know. I would just really appreciate some assistance in narrowing down what the issue is.