On 05/07/2015 02:20 AM, Gene Heskett wrote:
> I have been able to export the x session to this box forever, and it has
> worked nominally well, till now.
>
> But this machine now has debian 7.8 (wheezy) on it, and the lathe just
> got its drive reformatted and has the binary-hybrid.iso installed on it.
Much easier than trying LinuxCNC, use xclock.  It will work, 
or not, hopefully give an error message, and only takes a 
second or so.  If xclock brings up your analog clock dial, 
then most of the X support is going to work.  The one other 
thing that is required is some kind of 3D rendering support, 
if you are going to use Axis.

If xclock does NOT work, then your X server is rejecting the 
connection request from the LinuxCNC system.  This is 
STANDARD behavior!

Here's a quote from my bag of tricks file:
   to allow remote systems to use your X screen
     1. get your cookie with :
     xauth
       list
     2.  copy the line with mouse
     3. on remote connection, do
     xauth
       add <paste mouse line here>
       exit
     and it should now allow the remote
     system to connect to the X screen

It seems like there was some other option that needed to be 
hacked in the X config file on some systems.
See
http://www.cyberciti.biz/faq/x11-connection-rejected-because-of-wrong-authentication/
for some more things to check.  The last item there is the 
one I was thinking of.

Jon

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to