[vtkusers] VTK5+QT3 - Error - X Error: GLXBadDrawable on Linux (SUSE 10)

Clinton Stimpson clinton at elemtech.com
Sat Dec 24 19:34:25 EST 2005


Take out the vtkRenderWindowInteractor::New() as it creates an event handler
that is not compatible with Qt.  The QVTKWidget makes one automatically, or
you can instantiate the Qt compatible one yourself.

Clint


> Date: Fri, 23 Dec 2005 15:45:20 -0200
> From: Wagner Sales <wsalles2003 at yahoo.com.br>
> Subject: [vtkusers] VTK5+QT3 - Error - X Error: GLXBadDrawable on
> 	Linux (	SUSE 10)
> To: vtk <vtkusers at vtk.org>
>
> Hi all,
>
> I was downloaded and compiled the VTK 5.0 from CVS. The Qt/Examples and
> Medical/Cxx examples works fine to me, but, when I was tried to put both
> together, an tried to execute the Medical1 example, are showed to me a
> little window, and when I was tried to "mouse drag" inside the windows,
> the following error was dumped in console:
> X Error: GLXBadDrawable 130
>  Major opcode:  128
>  Minor opcode:  11
>  Resource id:  0x300000b
>
> After a deep look inside VTK/Qt examples ( code and CMakeLists files ) I
> wasn't see anything that's looks like wrong.
> Above are more useful informations about my sistem, and atacched are the
> Medical1.cxx modified and commented code, and my CMakeLists.txt. Thanks
> for any help!
>
> Wagner Sales
>




More information about the vtkusers mailing list