http://bugzilla.suse.com/show_bug.cgi?id=1077588 http://bugzilla.suse.com/show_bug.cgi?id=1077588#c1 Michal Srb <msrb@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS CC| |msrb@suse.com, | |psychonaut@nothingisreal.co | |m Assignee|xorg-maintainer-bugs@forge. |msrb@suse.com |provo.novell.com | Flags| |needinfo?(psychonaut@nothin | |gisreal.com) --- Comment #1 from Michal Srb <msrb@suse.com> --- I think there are two different issues, one you already figured out. When you run an OpenGL application on a remote machine using ssh with X forwarding, the application has two options: * Pack all OpenGL calls into X protocol and send them thru ssh to the other side. This requires indirect GLX to be enabled in the X server. It is disabled by default because it is outdated and believed to have security issues. You can opt-in using the "IndirectGLX" option. * Render OpenGL on the remote machine using software rendering and send the resulting images thru X and ssh. The software renderer in mesa is called "swrast". We have recently restructured Mesa in Tumbleweed. The drivers itself were split into package called Mesa-dri. If you do not install recommended packages by default, this Mesa-dri package would not be installed. Please check if you have Mesa-dri package installed on the Tumbleweed machine and if not, install it and try again. -- You are receiving this mail because: You are on the CC list for the bug.