Re: python and glut

2005-05-07 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, max(01)* wrote: > Lonnie Princehouse wrote: > >> DRI not working could also be a permissions issue; check to see if it >> works as root. > > that's it! :-) > > now, how can i make it work as "joe user"? I have this in my XF86Config and I'm in the `video` group:: Sect

Re: python and glut

2005-05-07 Thread max(01)*
Lonnie Princehouse wrote: > Welcome to the exciting world of trying to make graphics work on Linux > =) > > DRI is direct rendering. [...] > DRI not working could also be a permissions issue; check to see if it > works as root. that's it! :-) now, how can i make it work as "joe user"? bye max

Re: python and glut

2005-05-07 Thread max(01)*
Lonnie Princehouse wrote: > DRI not working could also be a permissions issue; check to see if it > works as root. that's it! :-) now, how can i make it work as "joe user"? bye max -- http://mail.python.org/mailman/listinfo/python-list

Re: python and glut

2005-05-05 Thread Lonnie Princehouse
Welcome to the exciting world of trying to make graphics work on Linux =) DRI is direct rendering. The Module section of your XF8Config should have: Load "glx" Load "dri" Load "GLCore" That probably won't solve things. Google for some combination of ("debian" + "xfree86" + your vide

Re: python and glut

2005-05-05 Thread max(01)*
Lonnie Princehouse wrote: > See if you can run `glxgears`, and read the output of `glxinfo`. If > neither of those work, you will probably have better luck on a debian > or XFree86/xorg forum than on c.l.py > your hints were helpful anyway. thanks! ok, i uncommented the line: Load "glx"

Re: python and glut

2005-05-05 Thread max(01)*
Lonnie Princehouse wrote: > See if you can run `glxgears`, and read the output of `glxinfo`. $ glxgears Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual $ glxinfo name of display: :0.0 Xlib: extension "GLX" missing on display ":0.0". Xlib: exte

Re: python and glut

2005-05-05 Thread max(01)*
Mike Meyer wrote: > "max(01)*" <[EMAIL PROTECTED]> writes: > > >>$ python GLE.py >>freeglut (GLE.py): OpenGL GLX extension not supported by display ':0.0' >> >>what's up? what's missing? > > > The GLX extension to your X server. > > >>i use a standard debian installation. > > > I don't know

Re: python and glut

2005-05-04 Thread Lonnie Princehouse
See if you can run `glxgears`, and read the output of `glxinfo`. If neither of those work, you will probably have better luck on a debian or XFree86/xorg forum than on c.l.py -- http://mail.python.org/mailman/listinfo/python-list

Re: python and glut

2005-05-04 Thread Mike Meyer
"max(01)*" <[EMAIL PROTECTED]> writes: > $ python GLE.py > freeglut (GLE.py): OpenGL GLX extension not supported by display ':0.0' > > what's up? what's missing? The GLX extension to your X server. > i use a standard debian installation. I don't know which X debian uses, and it may have changed