I have CentOs 5.9 with freenx installed. On the client side I use a Windows Machine with nx client.
I recently successfully upgraded my nvidia drivers to support OpenGL 2.0 and higher. However, when I connect to the server via nx client I am returned a display that does not support OpenGL (i.e. it is apparently still in the state prior to nvidia driver update).
The display on the server shows display id :0 whereas the display on the client side shows display id : 1000.
Is there any way I can make the client share display :0 instead of a new display id akin to remote desktop support?
Note: I do not have VNC running on the server.
What I've tried: Enabled the following directives:
- ENABLE_MIRROR_VIA_VNC
- ENABLE_DESKTOP_SHARING
Here is the log:
Info: Proxy running in client mode with pid '5180'.
Session: Starting session at 'Wed Feb 20 11:34:41 2013'.
Info: Connection with remote proxy completed.
Info: Using ADSL link parameters 512/24/1/0.
Info: Using cache parameters 4/4096KB/16384KB/16384KB.
Info: Using pack method 'adaptive-7' with session 'vnc-helper'.
Info: Using ZLIB data compression 1/1/32.
Info: Using ZLIB stream compression 4/4.
Info: No suitable cache file found.
Info: Forwarding X11 connections to display ':0'.
Info: Forwarding auxiliary X11 connections to display ':0'.
Info: Listening to font server connections on port '11010'.
Session: Session started at 'Wed Feb 20 11:34:43 2013'.
Info: Established X server connection.
Info: Using shared memory parameters 0/0K.
Session: Terminating session at 'Wed Feb 20 11:34:46 2013'.
Session: Session terminated at 'Wed Feb 20 11:34:46 2013'.
If I tried using ENABLE_DESKTOP_SHARING = 1 (other directives set to default). It opens a window and crashes with following log
Info: Display running with pid '1556' and handler '0x1103fe'.
NXPROXY - Version 3.5.0
Copyright (C) 2001, 2011 NoMachine.
See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '2480'.
Session: Starting session at 'Wed Feb 20 14:58:44 2013'.
Info: Connection with remote proxy completed.
Info: Using ADSL link parameters 512/24/1/0.
Info: Using cache parameters 4/4096KB/16384KB/16384KB.
Info: Using pack method 'adaptive-7' with session 'vnc-helper'.
Info: Using ZLIB data compression 1/1/32.
Info: Using ZLIB stream compression 4/4.
Info: No suitable cache file found.
Info: Forwarding X11 connections to display ':0'.
Info: Forwarding auxiliary X11 connections to display ':0'.
Info: Listening to font server connections on port '11010'.
Session: Session started at 'Wed Feb 20 14:58:47 2013'.
Info: Established X server connection.
Info: Using shared memory parameters 0/0K.
Session: Terminating session at 'Wed Feb 20 14:58:49 2013'.
Session: Session terminated at 'Wed Feb 20 14:58:49 2013'.
Please let me know if you require additional info..