Skip to content

Commit

Permalink
#759: disable "Software Rasterizer"
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8233 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 10, 2014
1 parent 964722f commit 184e085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xpra/client/gl/gl_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@


WHITELIST = {}
BLACKLIST = {"vendor" : ["nouveau", "Humper", "VMware, Inc."]}
BLACKLIST = {"vendor" : ["nouveau", "Humper", "VMware, Inc."],
"renderer" : ["Software Rasterizer"]}
if False:
#for testing:
BLACKLIST["vendor"].append("NVIDIA Corporation")
Expand Down

0 comments on commit 184e085

Please sign in to comment.