Hello,
I recently updated my desktop system from 14.2 to 14.3 and now I'm having trouble running a variety of programs from remote systems, either jails on the desktop system or other hardware. I can run simple X11 programs like xclock or xterm successfully, but not programs that use OpenGL. Running glxinfo on any remote system produces the following results:
glxinfo on the desktop system works, and so do all the OpenGL programs I use: Blender, FreeCAD, OpenSCAD, etc. In all my past experience, if I could run something simple like xclock successfully on a remote system then everything else worked as well.
Graphics hardware (from pciconf):
The driver that's installed is
I looked through the release notes for 14.3 and didn't see anything that seemed relevant, so I don't know what might have changed. Any ideas? I can supply whatever additional information might be needed.
Regards,
Denver
I recently updated my desktop system from 14.2 to 14.3 and now I'm having trouble running a variety of programs from remote systems, either jails on the desktop system or other hardware. I can run simple X11 programs like xclock or xterm successfully, but not programs that use OpenGL. Running glxinfo on any remote system produces the following results:
Code:
ssh -X test glxinfo
Error: couldn't find RGB GLX visual or fbconfig
name of display: test:10.0
ssh -Y test glxinfo
(hangs)
glxinfo on the desktop system works, and so do all the OpenGL programs I use: Blender, FreeCAD, OpenSCAD, etc. In all my past experience, if I could run something simple like xclock successfully on a remote system then everything else worked as well.
Graphics hardware (from pciconf):
Code:
vgapci0@pci0:0:2:0: class=0x030000 rev=0x02 hdr=0x00 vendor=0x8086 device=0x3e98 subvendor=0x103c subdevice=0x8597
vendor = 'Intel Corporation'
device = 'CoffeeLake-S GT2 [UHD Graphics 630]'
class = display
subclass = VGA
The driver that's installed is
Code:
drm-61-kmod-6.1.128.1403000_2
I looked through the release notes for 14.3 and didn't see anything that seemed relevant, so I don't know what might have changed. Any ideas? I can supply whatever additional information might be needed.
Regards,
Denver