diff options
author | Marina Latini <marina@studiostorti.com> | 2016-11-10 14:34:00 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-11-10 14:54:03 +0000 |
commit | 5e416099f088a2f8a8980e08e3d5b731da0a6d9c (patch) | |
tree | 84bff4d6afd1ece214c294c02d685101de79a627 | |
parent | bae1e2467e021609d0c5fb5ae3eff4d8b0ab1546 (diff) |
Windows 8 driver blacklist
Blacklisted intel driver for graphics card Intel(R) HD Graphics 4000 for Windows 8.
With this card LibreOffice won't start.
Change-Id: I3f4e04da7b4d61bddb1e755771b6a9538b596c51
Signed-off-by: Marina Latini <marina@studiostorti.com>
Reviewed-on: https://gerrit.libreoffice.org/30754
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | vcl/opengl/opengl_blacklist_windows.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml index 8596f7a63095..eb1cfc375e73 100644 --- a/vcl/opengl/opengl_blacklist_windows.xml +++ b/vcl/opengl/opengl_blacklist_windows.xml @@ -31,6 +31,9 @@ <entry os="7" vendor="intel"> <device id="all"/> </entry> + <entry os="8" vendor="intel" compare="equal" version="10.18.10.3308"><!-- Intel(R) HD Graphics 4000 --> + <device id="0x0166"/> + </entry> <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 --> <device id="all"/> </entry> |