Re: [Plib-users] Compiled, but can't execute...
Brought to you by:
sjbaker
From: Sebastian U. <ud...@ha...> - 2002-01-15 14:21:18
|
On Mon, 14 Jan 2002, _l...@li... (Lo'oRiS il Kabukimono) wrote: > Date: Mon, 14 Jan 2002 22:48:16 +0100 > To: plib <pli...@li...> > From: _l...@li... (Lo'oRiS il Kabukimono) > Subject: [Plib-users] Compiled, but can't execute... > > ok i reinstalled the packages that came with my crap distribution, and re > compiled plib; > then i recompiled tux_awfh and tuxkart and both compiled fine; > but both didn't run, and gave the following errors: Great ! > but both didn't run, and gave the following errors: > > aqfh: > FATAL: ssgInit called without a valid OpenGL context. This is a known bug in the Mesa version shipped with Red Hat. We haven't found a workaround yet. By the way: I think it is time that this gets mentitoned in the documentation. > note (maybe worthless): *before* exiting, the screen colors change a litt > le (some kind of gamma correction that makes them brighter, i think), and > this happens with all GL apps under linux i tried, and they stay this wa > y until i change graphic mode (ex. i go to console and come back to X...) Yes. I had a Voodoo 3 card myself some time ago and I noticed the same issue with Glide 3 / DRI. It does not harm at all, but if you want to turn it off, do the following: export SSTH3_RGAMMA=1 export SSTH3_GGAMMA=1 export SSTH3_BGAMMA=1 A good place might be ~/.profile. > reading the mail from Roy i tried do download newer Mesa, but since yeste > rday i can't download anything from the Mesa site... i'll search for a mi > rror... Please grab the RPM package that contains the fix here: ftp://ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/Mesa-3.4.2-9.i386.rpm There is no need to install Mesa from sources. That's not a good idea if you use DRI unless you know excactly what you are doing. As a general rule, always use your distributions packages wherever possible unless you know what you are doing :). > PS: i think i'm gonna throw the rh cds on the floor with the windows one. > ... can u suggest me a *serious* distribution? maybe Debian? Find out yourself. If you ask questions that are mainly about taste, habit and ideology like this one you usually get very different and maybe useless (depends on where you ask) answers :). - Sebastian |