Skip to content

Commit

Permalink
#563 we have reports of crashes with 4000 too..
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@7814 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 27, 2014
1 parent 6fe903e commit e32ff39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/client/gl/gl_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
if sys.platform.startswith("darwin"):
#crashes were reported with the Intel driver on OSX
BLACKLIST["vendor"].append("Intel Inc.")
WHITELIST["renderer"] = ["Intel HD Graphics 4000 OpenGL Engine"]

#alpha requires gtk3 or *nix only for gtk2:
DEFAULT_ALPHA = sys.version>'3' or (not sys.platform.startswith("win") and not sys.platform.startswith("darwin"))
Expand Down

0 comments on commit e32ff39

Please sign in to comment.