Hey Machinekit group!

Wonder if anyone has run into this issue and found a solution.

I have BBB running machinekit classic, w the latest image.

My main machine is a LinuxMint 64bit w an Nvidia video card.

After I select Xlyotex in the config screen.....it launches the splash and 
then stops.....with the following error.

machinekit@beaglebone:~$ linuxcnc &
>
> [1] 5692
>
> machinekit@beaglebone:~$ MACHINEKIT - 0.1
>
> Machine configuration directory is 
>> '/home/machinekit/machinekit/configs/ARM.BeagleBone.Xylotex'
>
> Machine configuration file is 'Xylotex.ini'
>
> Starting Machinekit...
>
> io started
>
> emc/iotask/ioControl.cc 752: can't load tool table.
>
> halcmd loadusr io started
>
> cape-universal overlay found
>
> cape-bone-iio overlay found
>
> task pid=6692
>
> emcTaskInit: using builtin interpreter
>
> libGL error: No matching fbConfigs or visuals found
>
> libGL error: failed to load driver: swrast
>
> X Error of failed request:  BadValue (integer parameter out of range for 
>> operation)
>
>   Major opcode of failed request:  154 (GLX)
>
>   Minor opcode of failed request:  3 (X_GLXCreateContext)
>
>   Value in failed request:  0x0
>
>   Serial number of failed request:  691
>
>   Current serial number in output stream:  692
>
> Shutting down and cleaning up Machinekit...
>
>

based on some googling I believe this might be related to LibGL links on my 
linux mint machine?

 

inxi -Fx

System:    Host: MCP6P3 Kernel: 4.4.0-21-generic x86_64 (64 bit gcc: 5.3.1)

           Desktop: Cinnamon 3.0.7 (Gtk 3.18.9-1ubuntu3.1)

           Distro: Linux Mint 18 Sarah

Machine:   Mobo: TAR model: MCP6P3

           Bios: American Megatrends v: 080015 date: 11/24/2009

CPU:       Dual core AMD Athlon II X2 255 (-MCP-) cache: 2048 KB

           flags: (lm nx sse sse2 sse3 sse4a svm) bmips: 12456

           clock speeds: max: 3100 MHz 1: 1900 MHz 2: 1900 MHz

Graphics:  Card: NVIDIA GK208 [GeForce GT 630 Rev. 2] bus-ID: 02:00.0

           Display Server: X.Org 1.18.3 drivers: nvidia (unloaded: 
> fbdev,vesa,nouveau)

           Resolution: [email protected]

           GLX Renderer: GeForce GT 630/PCIe/SSE2

           GLX Version: 4.5.0 NVIDIA 367.57 Direct Rendering: Yes

Audio:     Card-1 NVIDIA MCP61 High Definition Audio

           driver: snd_hda_intel bus-ID: 00:05.0

           Card-2 NVIDIA GK208 HDMI/DP Audio Controller

           driver: snd_hda_intel bus-ID: 02:00.1

           Sound: Advanced Linux Sound Architecture v: k4.4.0-21-generic

Network:   Card: NVIDIA MCP61 Ethernet

           driver: forcedeth port: d480 bus-ID: 00:07.0

           IF: enp0s7 state: up speed: 100 Mbps duplex: full

           mac: 00:30:67:50:97:64

Drives:    HDD Total Size: 1780.4GB (1.2% used)

           ID-1: /dev/sda model: WDC_WD10EZEX size: 1000.2GB

           ID-2: /dev/sdb model: OCZ size: 240.1GB

           ID-3: /dev/sdc model: FUJITSU_MHT2040B size: 40.0GB

           ID-4: /dev/sdd model: WDC_WD5000AAKS size: 500.1GB

Partition: ID-1: / size: 184G used: 12G (7%) fs: ext4 dev: /dev/sdb1

           ID-2: swap-1 size: 8.55GB used: 0.00GB (0%) fs: swap dev: 
> /dev/sdd5

           ID-3: swap-2 size: 1.67GB used: 0.00GB (0%) fs: swap dev: 
> /dev/sdc5

RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present

Sensors:   System Temperatures: cpu: 19.0C mobo: N/A gpu: 0.0:38C

           Fan Speeds (in rpm): cpu: N/A

Info:      Processes: 185 Uptime: 8 min Memory: 791.2/7983.9MB

           Init: systemd runlevel: 5 Gcc sys: 5.4.0

           Client: Shell (bash 4.3.421) inxi: 2.2.35


 

> find /usr -iname "*libGL.so*" -exec ls -l {} \;
> -rw-r--r-- 1 root root 439972 Oct  3 22:59 
> /usr/lib32/nvidia-367/libGL.so.1.0.0
> lrwxrwxrwx 1 root root 14 Oct 25 13:57 /usr/lib32/nvidia-367/libGL.so.1 -> 
> libGL.so.1.0.0
> lrwxrwxrwx 1 root root 10 Oct 25 13:57 /usr/lib32/nvidia-367/libGL.so -> 
> libGL.so.1
> -rw-r--r-- 1 root root 448200 Apr 14  2016 
> /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
> lrwxrwxrwx 1 root root 14 Oct 26 18:36 
> /usr/lib/i386-linux-gnu/mesa/libGL.so.1 -> libGL.so.1.2.0
> -rw-r--r-- 1 root root 579760 Oct  3 23:26 
> /usr/lib/nvidia-367/libGL.so.1.0.0
> lrwxrwxrwx 1 root root 14 Oct 25 13:57 /usr/lib/nvidia-367/libGL.so.1 -> 
> libGL.so.1.0.0
> lrwxrwxrwx 1 root root 10 Oct 25 13:57 /usr/lib/nvidia-367/libGL.so -> 
> libGL.so.1
> -rw-r--r-- 1 root root 459392 Apr 14  2016 
> /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
> lrwxrwxrwx 1 root root 14 Oct 26 18:37 
> /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 -> libGL.so.1.2.0



Trying to switch to the Nouveau driver, just gives me poor 
resolutions....though I am sure there is a way to add additional 
resolutions to the nouveau driver.

Any thoughts or suggestions on what direction to search for a solution to 
this problem?

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to