Quote:
I just did an install of maverick-20111010 version.
Nothing improved for Quake, however internet browsing seems slightly faster...
Ok, chances are you don't have the faulty xorg version, but again, what are the performance brackets we are talking about here?
Quote:
simple_draw tool seems not present in default ubuntu software.
screen #0 is 1024x600 and depth of root window is 16 planes.
My apologies, I thought we had it available off-the-shelf. Ok then, grab the Genesi GLES testsuite from
here and give a go to one of its testcases named 'basic':
Code:
./build_basic_imx5.sh
./robot_es_basic.sh
Quote:
I just added sound (but it has kind of overflow/underflow) and control (at least keyboard works but the grab fails at init from time to time...).
If some of you want to try it, you can find the source code:
http://darcelf.free.fr/linux_glesquake_v0_1.tgz
Dependencies are indicated in INSTALL.TXT. Then just do a make.
Thanks, though I currently can't make any promises about when I will be able to look at that.
Quote:
Between a get a lot of freeze with it. Even with glmark-es2, which has graphicals glitch too. Is my smartbook faulty ?
Not necessarily. Chances are your smartbook is suffering from a known GPU kernel issue, which occurred intermittently on kernel versions between 2.6.31.14.23 and 2.6.31.14.26, IIRC. While not necessarily a kernel's fault, issue was related to the enabling of the GPUs MMU in those kernel versions. I'd advise you to switch to a newer kernel.
Quote:
Why not releasing your q3 version ?
Because it was a quick-n-dirty adaptation, which was done for a particular demo purpose, and hasn't received much attention ever since. But if the interest is there (as you show), we can pretty it up and release it. Unfortunately, the current GLESv1 stack has a stability issue with what seems to be an intermittent buffer overrun, which occasionally leads GLESv1 clients to crash with a heap corruption. So GLESv1 is somewhat unstable right now, and I'm not sure how much effort could be justified toward shaping up quake ports versus trying to actually fix that stack's issue.
Cheers,
martin