summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 17:02:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 17:02:19 +0000
commitc2393dc5b93bee66a62d9e5ece22d6a932ce948c (patch)
tree9db652ebb5148ad54483c3ed26b35d86fe1d8d62 /officecfg
parentc1db976cb8c89d5cd5e456bcd8a2c1bea15d8567 (diff)
INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED
2007/07/23 10:21:25 thb 1.1.2.1: #i48454# Added config for directxcanvas, which needs device blacklist and hints for maximal texture sizes
Diffstat (limited to 'officecfg')
-rwxr-xr-xofficecfg/registry/data/org/openoffice/Office/Canvas.xcu23
1 files changed, 23 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Canvas.xcu b/officecfg/registry/data/org/openoffice/Office/Canvas.xcu
new file mode 100755
index 0000000000..d68b8343d4
--- /dev/null
+++ b/officecfg/registry/data/org/openoffice/Office/Canvas.xcu
@@ -0,0 +1,23 @@
+<?xml version='1.0' encoding='UTF-8'?>
+
+<oor:component-data oor:name="Canvas" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <node oor:name="DXCanvas">
+ <prop oor:name="MaxTextureSize" oor:type="xs:int">
+ <!-- Nvidia GeForce Go 6800 crashes with a bluescreen if we take the maximum texture size, which would be twice as large -->
+ <!-- NVidia Quadro NVS 285 simply refuses rendering (failing silently) if we take the maximum texture size -->
+ <value>2048</value>
+ </prop>
+ <prop oor:name="BlacklistCurrentDevice" oor:type="xs:boolean">
+ <value>false</value>
+ </prop>
+ <prop oor:name="DeviceBlacklist" oor:type="oor:int-list">
+ <value>
+ <!-- Matrox G550 - blank display on 2nd head -->
+ 4139 9511 260313131 1 5 13 1 1320
+ <!-- Matrox G400 - random crashes -->
+ 4139 1317 54005803 4 5 12 1 1200
+ </value>
+ </prop>
+ </node>
+</oor:component-data>
+