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
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
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
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
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"
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
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
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
"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