Rablet, on 03 February 2013 - 10:20, said:
I removed fglrx and it did indeed fix the flicker & virtual terminal issues, it seems to have fixed my issue with resuming from suspend as well.
The only downside with what I'm using now is the performance in games is bad. My output from glxinfo | grep renderer is OpenGL renderer string: Gallium 0.4 on AMD CYPRESS, is that correct?
Gallium 0.4 is the 3D rendering component of the Radeon driver. CYPRESS is the code-name of your GPU architecture. That is the correct OpenGL renderer string.
Rablet, on 03 February 2013 - 10:20, said:
I chucked together two scripts, one to install fglrx (when I game) and one to swap back to radeon (when I'm not), I'm guessing I'd need a reboot in-between but that's not really an issue. Would this be a sensible solution or would it cause issues in the long run?
That is an absolutely
terrible idea! I strongly recommend that you
don't swap drivers on a regular basis. If you really feel like you MUST swap drivers when you game, the least-bad idea is probably to install
fglrx from the repository, generate a xorg.conf to force X11 to use
radeon when you start your computer, then create a script to stop X11, load X11 with
fglrx (and maybe a low-resource, non-compositing window manager, such as Openbox, to get higher framerates) so that you can game. Your script should probably be capable of switching back as well.