running GLX sample code on org

Started by
1 comment, last by llvllatrix 17 years ago
Hi all I've just updated my system from Debian Sarge to Etch, however I've found that my screen draw code no longer works. My draw routines are totally based on the GLX code from Nehe examples. Etch now uses Xorg, so I presume this is the problem. What's missing is fuctions from #include <X11/extensions/xf86vmode.h>, such as XF86VidModeGetAllModeLines etc. Is there an easy way to fix this i.e. just replace my header file? Or does it involve a lot of work? Thanks
Advertisement
AFAIK the package you need for that API is x11proto-xf86vidmode-dev. I could be wrong though.
Are the functions missing or is the file missing? Your problem could be related to:
http://wiki.debian.org/Xorg69To7

Cheers,
- llvllatrix

[Edited by - llvllatrix on March 28, 2007 3:57:00 PM]

This topic is closed to new replies.

Advertisement