Re: [osg-users] Error: Not able to create requested visual. for osg application utilizing multi-sampling, ran with optirun.

2015-08-21 Thread Hamza Alloush
From: scr...@baseoftrash.de Date: Fri, 21 Aug 2015 00:53:46 +0200 To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Error: Not able to create requested visual. for osg application utilizing multi-sampling, ran with optirun. This

Re: [osg-users] Error: Not able to create requested visual. for osg application utilizing multi-sampling, ran with optirun.

2015-08-21 Thread Hamza Alloush
From: hamzaallo...@live.com To: osg-users@lists.openscenegraph.org Date: Fri, 21 Aug 2015 07:09:55 + Subject: Re: [osg-users] Error: Not able to create requested visual. for osg application utilizing multi-sampling, ran with optirun.

Re: [osg-users] Error: Not able to create requested visual. for osg application utilizing multi-sampling, ran with optirun.

2015-08-20 Thread Jannik Heller
This might be simply a driver limitation. Not all hardware and drivers support multisampling. For example, I'm using OSG on Mesa + Intel HD Graphics which doesn't support multisampling at all. -- Read this topic online here:

[osg-users] Error: Not able to create requested visual. for osg application utilizing multi-sampling, ran with optirun.

2015-08-20 Thread Hamza Alloush
Hello, I'v been having trouble using optirun with the virtualgl rendering bridge, and an osg app utilizing multi-sampling. using this simple example(attached also): #include stdio.h #include stdlib.h #include osgViewer/Viewer #include osg/ShapeDrawable   osg::Node* createScene() {