[Emc-developers] Wrong value by M6 remap shown in gmoccapy

2019-12-17 Thread mydani
Hello folks, I am currently playing with the recent 2.8 and merged my branch for a tool changer support into the C-part of linuxcnc. In axis all is proper, then I started to use gmoccapy and I faced a strange situation there. In my change.ngc macro, I show the interesting values by these lines: (

Re: [Emc-developers] Intel graphics and RTAI

2019-12-17 Thread Phill C
I tried to attach a screenshot but it was too large: phill@stretch:~$ find /lib/modules/*rtai* -name "fbcon.ko" phill@stretch:~$ locate fbcon.ko phill@stretch:~$ locate fbcon /usr/lib/python2.7/dist-packages/OpenGL/GLX/ARB/fbconfig_float.py /usr/lib/python2.7/dist-packages/OpenGL/GLX/ARB/fbconfig_

Re: [Emc-developers] Intel graphics and RTAI

2019-12-17 Thread Alec Ari via Emc-developers
Oops.. $ find /lib/modules/*rtai* -name "fbcon.ko" Fixed. Alec On Tuesday, December 17, 2019, 8:14:54 PM CST, Alec Ari via Emc-developers wrote: Phill, Can you try running insmod on the fbcon driver in your RTAI kernel module directory? Something like: $ find /lib/modules/*rtai* -nam

Re: [Emc-developers] Intel graphics and RTAI

2019-12-17 Thread Alec Ari via Emc-developers
Phill, Can you try running insmod on the fbcon driver in your RTAI kernel module directory? Something like: $ find /lib/modules/*rtai* -name "fbcon" Then as root: # insmod .ko Alec ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net ht