4

I am attempting to figure out if a problem with fonts in Wine is related to my OpenGL driver (r600g). How can I temporarily switch to the llvmpipe software renderer to perform testing, then switch back to r600g? I am using Kubuntu 16.04 with Radeon HD 3200 graphics. Thanks.

1 Answer 1

4

You can use the LIBGL_ALWAYS_SOFTWARE environment variable to force software rendering on a per-application basis:

LIBGL_ALWAYS_SOFTWARE=1 [application] [arguments ...] 

It only works if you are using mesa (which you probably are).

3
  • @Wildcard Very happy context added. Commented Dec 17, 2016 at 5:58
  • Thanks! I read about this environment variable but was under the impression that it used swrast, which is supposed to be "old and broken". But it does indeed use llvmpipe. Commented Dec 17, 2016 at 14:22
  • In case you are not using mesa (but e.g. nvidia), you may resort to using Xephyr. Commented Mar 14, 2021 at 1:44

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.