Re: [VirtualGL-Users] OpenGL Resize Issue with Qt 5

2015-01-19 Thread DRC
Good to know. I will release 2.4 as soon as I receive confirmation of the other bug fix (the one related to a commercial application overriding glGenBuffers and other PBO-related symbols.) On 1/19/15 6:20 AM, Tim Biedert wrote: > That worked! Performance is also great. Thank you very much! >

Re: [VirtualGL-Users] OpenGL Resize Issue with Qt 5

2015-01-19 Thread Tim Biedert
That worked! Performance is also great. Thank you very much! > On 17 Jan 2015, at 16:41, DRC wrote: > > Ah, sorry, this was my fault. I totally forgot that you now have to do > 'vglrun +xcb' in order to enable the XCB faker. This was so existing > VirtualGL shops could rebuild their insta

Re: [VirtualGL-Users] OpenGL Resize Issue with Qt 5

2015-01-17 Thread DRC
Ah, sorry, this was my fault. I totally forgot that you now have to do 'vglrun +xcb' in order to enable the XCB faker. This was so existing VirtualGL shops could rebuild their installation to support Qt5 without having to worry about potential interference with non-Qt5 applications. At some

Re: [VirtualGL-Users] OpenGL Resize Issue with Qt 5

2015-01-16 Thread Tim Biedert
Thank you for the quick response! Here's a quite minimal example: --- main.cpp: --- #include #include #includ

Re: [VirtualGL-Users] OpenGL Resize Issue with Qt 5

2015-01-16 Thread DRC
Can you send me the source code for your widget? On 1/16/15 4:02 PM, Tim Biedert wrote: > Dear VirtualGL team, > > I’m trying to vglrun a simple Qt 5.4 application which only contains an > OpenGL widget as the central widget. > > There is still a resize issue: > - When the window is resized, the o

[VirtualGL-Users] OpenGL Resize Issue with Qt 5

2015-01-16 Thread Tim Biedert
Dear VirtualGL team, I’m trying to vglrun a simple Qt 5.4 application which only contains an OpenGL widget as the central widget. There is still a resize issue: - When the window is resized, the overridden resize() handler of the GL widget even prints out the correct new window size and the