CF-53
CF-30 MK2
Screen flicker occurs with CF-30 MK3.
Answers will show up later if/ when we find them.
I thought since this was a LTS install that it deserved it's own thread.
32 bit untested on MK3 as of yet.

J'd
11. What's a good benchmark test for OpenGL* (GL) on Linux?
Often, glxgears is suggested as an easy way to see that GL is working. The nice thing about it is that it comes with most Linux distributions. Unfortunately, glxgears does not exercise GL much so it's not a good GL benchmark. Its frames per second (FPS) report only measures copying from the render buffer.
Instead, use "glblur -fps" or "sierpinski3d -fps" to rigorously test the graphics system. These programs come with the xscreensaver suite (please see http://www.jwz.org/xscreensaver, but download the binary from your distribution's repository or from http://rpmfind.net/Linux/rpm2html/searc ... creensaver).
The -fps option shows the CPU load figure with the FPS report. Glblur keeps the CPU load high but steady. Sierpinski3d* varies its load with the number of polys it uses. When its polys go up to 4,096, the load rises higher than glblur's load and sierpinski3d's FPS drops.
When opened it's magic...no flicker.Set power manager to suspend when lid is closed.
And so it goes.Code:
lsmod | grep vid
this will tell us the video module that it uses. (list modules and grab the video)
If you read through this post for a different machine, there are some helpful hints:
http://navigatrix.net/viewtopic.php?f=4&t=387
I'm still looking for what makes the suspend and restart patch work. (line by line before and after in dmesg) Curiousity.Access bios and make sure screen is set to internal lcd. Flicker all gone. Re-setting to defaults will change this but you will notice.(when it flickers again).