xref: /AOO41X/main/officecfg/registry/data/org/openoffice/Office/Canvas.xcu (revision 010e83f8f5a357b67074939bb4559230a458e9ff)
1*010e83f8SAndrew Rist<?xml version='1.0' encoding='utf-8'?>
27ee6e2e2SAndrew Rist<!--***********************************************************
37ee6e2e2SAndrew Rist *
47ee6e2e2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
57ee6e2e2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
67ee6e2e2SAndrew Rist * distributed with this work for additional information
77ee6e2e2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
87ee6e2e2SAndrew Rist * to you under the Apache License, Version 2.0 (the
97ee6e2e2SAndrew Rist * "License"); you may not use this file except in compliance
107ee6e2e2SAndrew Rist * with the License.  You may obtain a copy of the License at
117ee6e2e2SAndrew Rist *
127ee6e2e2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
137ee6e2e2SAndrew Rist *
147ee6e2e2SAndrew Rist * Unless required by applicable law or agreed to in writing,
157ee6e2e2SAndrew Rist * software distributed under the License is distributed on an
167ee6e2e2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
177ee6e2e2SAndrew Rist * KIND, either express or implied.  See the License for the
187ee6e2e2SAndrew Rist * specific language governing permissions and limitations
197ee6e2e2SAndrew Rist * under the License.
207ee6e2e2SAndrew Rist *
217ee6e2e2SAndrew Rist ***********************************************************-->
227ee6e2e2SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir<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">
25cdf0e10cSrcweir <node oor:name="DXCanvas">
26cdf0e10cSrcweir  <prop oor:name="MaxTextureSize" oor:type="xs:int">
27cdf0e10cSrcweir   <!-- Nvidia GeForce Go 6800 crashes with a bluescreen if we take the maximum texture size, which would be twice as large -->
28cdf0e10cSrcweir   <!-- NVidia Quadro NVS 285 simply refuses rendering (failing silently) if we take the maximum texture size -->
29cdf0e10cSrcweir   <value>2048</value>
30cdf0e10cSrcweir  </prop>
31cdf0e10cSrcweir  <prop oor:name="BlacklistCurrentDevice" oor:type="xs:boolean">
32cdf0e10cSrcweir   <value>false</value>
33cdf0e10cSrcweir  </prop>
34cdf0e10cSrcweir  <prop oor:name="DeviceBlacklist" oor:type="oor:int-list">
35cdf0e10cSrcweir   <value>
36cdf0e10cSrcweir    <!-- Matrox G550 - blank display on 2nd head -->
37cdf0e10cSrcweir    4139 9511 260313131 1 5 13 1 1320
38cdf0e10cSrcweir    <!-- Matrox G550 - blank display (single head?) -->
39cdf0e10cSrcweir    4139 9511 255987755 1 6 12 1 1930
40cdf0e10cSrcweir    <!-- Matrox G400 - random crashes -->
41cdf0e10cSrcweir    4139 1317 54005803 4 5 12 1 1200
42cdf0e10cSrcweir    <!-- Mobility Radeon M6 16MB - blank screen 1st slide on internal LCD -->
43cdf0e10cSrcweir    4098 19545 -2132340659 0 6 13 3265 0
44cdf0e10cSrcweir    <!-- ATI Mobility 128 AGP 2X - blank screen -->
45cdf0e10cSrcweir    4098 19526 11604008 2 5 10 0 1028
46cdf0e10cSrcweir   </value>
47cdf0e10cSrcweir  </prop>
48cdf0e10cSrcweir </node>
49cdf0e10cSrcweir <node oor:name="CanvasServiceList">
50cdf0e10cSrcweir  <node oor:name="com.sun.star.rendering.Canvas" oor:op="replace">
51cdf0e10cSrcweir   <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
52cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.BitmapCanvas.GDI+,
53cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.GDI+,
54cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.Cairo,
55cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.GL,
56cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.Java,
57cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.VCL
58cdf0e10cSrcweir    </value>
59cdf0e10cSrcweir   </prop>
60cdf0e10cSrcweir   <prop oor:name="AcceleratedImplementations" oor:type="oor:string-list">
61cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.Canvas.GL,
62cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.Java
63cdf0e10cSrcweir    </value>
64cdf0e10cSrcweir   </prop>
65cdf0e10cSrcweir   <prop oor:name="AntialiasingImplementations" oor:type="oor:string-list">
66cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.BitmapCanvas.GDI+,
67cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.GDI+,
68cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.Cairo,
69cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.GL,
70cdf0e10cSrcweir                             com.sun.star.comp.rendering.Canvas.Java
71cdf0e10cSrcweir    </value>
72cdf0e10cSrcweir   </prop>
73cdf0e10cSrcweir  </node>
74cdf0e10cSrcweir  <node oor:name="com.sun.star.rendering.SpriteCanvas" oor:op="replace">
75cdf0e10cSrcweir   <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
76cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.SpriteCanvas.DX9,
77cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.DX5,
78cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.Cairo,
79cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.GL,
80cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.Java,
81cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.VCL
82cdf0e10cSrcweir    </value>
83cdf0e10cSrcweir   </prop>
84cdf0e10cSrcweir   <prop oor:name="AcceleratedImplementations" oor:type="oor:string-list">
85cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.SpriteCanvas.DX9,
86cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.DX5,
87cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.Cairo,
88cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.GL,
89cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.Java
90cdf0e10cSrcweir    </value>
91cdf0e10cSrcweir   </prop>
92cdf0e10cSrcweir   <prop oor:name="AntialiasingImplementations" oor:type="oor:string-list">
93cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.SpriteCanvas.DX9,
94cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.DX5,
95cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.Cairo,
96cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.GL,
97cdf0e10cSrcweir                             com.sun.star.comp.rendering.SpriteCanvas.Java
98cdf0e10cSrcweir    </value>
99cdf0e10cSrcweir   </prop>
100cdf0e10cSrcweir  </node>
101cdf0e10cSrcweir  <node oor:name="com.sun.star.rendering.Canvas.MultiScreen" oor:op="replace">
102cdf0e10cSrcweir   <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
103cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.Canvas.VCL
104cdf0e10cSrcweir    </value>
105cdf0e10cSrcweir   </prop>
106cdf0e10cSrcweir   <prop oor:name="AcceleratedImplementations" oor:type="oor:string-list">
107cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.Canvas.VCL
108cdf0e10cSrcweir    </value>
109cdf0e10cSrcweir   </prop>
110cdf0e10cSrcweir   <prop oor:name="AntialiasingImplementations" oor:type="oor:string-list">
111cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.Canvas.VCL
112cdf0e10cSrcweir    </value>
113cdf0e10cSrcweir   </prop>
114cdf0e10cSrcweir  </node>
115cdf0e10cSrcweir  <node oor:name="com.sun.star.rendering.SpriteCanvas.MultiScreen" oor:op="replace">
116cdf0e10cSrcweir   <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
117cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.SpriteCanvas.VCL
118cdf0e10cSrcweir    </value>
119cdf0e10cSrcweir   </prop>
120cdf0e10cSrcweir   <prop oor:name="AcceleratedImplementations" oor:type="oor:string-list">
121cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.SpriteCanvas.VCL
122cdf0e10cSrcweir    </value>
123cdf0e10cSrcweir   </prop>
124cdf0e10cSrcweir   <prop oor:name="AntialiasingImplementations" oor:type="oor:string-list">
125cdf0e10cSrcweir    <value oor:separator=",">com.sun.star.comp.rendering.SpriteCanvas.VCL
126cdf0e10cSrcweir    </value>
127cdf0e10cSrcweir   </prop>
128cdf0e10cSrcweir  </node>
129cdf0e10cSrcweir </node>
130cdf0e10cSrcweir</oor:component-data>
131cdf0e10cSrcweir
132