Skip to content

Commit

Permalink
#1469: blacklist "Mesa DRI Intel(R) Ivybridge Desktop"
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15689 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 21, 2017
1 parent 8d7d02a commit 88dafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nouveau" : [3, 0], #older versions have issues
}
BLACKLIST = {
"renderer" : ["Software Rasterizer"]
"renderer" : ["Software Rasterizer", "Mesa DRI Intel(R) Ivybridge Desktop"]
}

from xpra.os_util import getUbuntuVersion
Expand Down

0 comments on commit 88dafe1

Please sign in to comment.