Difference between revisions of "CanvasBlacklist"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (update path)
(Blacklist DirectX device/driver)
Line 3: Line 3:
 
Sometimes, DirectX, graphics card, or driver are just buggy beyond fixability. If updating driver or card is not an option, the DirectX-based canvas implementation can be selectively disabled. Either edit the xml configuration file by hand, or use [http://extensions.services.openoffice.org/node/367 this] nice extension to access the OOo configuration directly.
 
Sometimes, DirectX, graphics card, or driver are just buggy beyond fixability. If updating driver or card is not an option, the DirectX-based canvas implementation can be selectively disabled. Either edit the xml configuration file by hand, or use [http://extensions.services.openoffice.org/node/367 this] nice extension to access the OOo configuration directly.
  
Here's how: in a first run, the following flag needs to be set to "true" (either in file <path-to-your-office-installation>/share/registry/schema/org/openoffice/Office/Canvas.xcs, or in the Canvas section in the OOoConfig browser) - BlacklistCurrentDevice. When editing by hand, just change the <value>false</value> to <value>true</value>.
+
Here's how: in a first run, the following flag needs to be set to "true" (either in file <path-to-your-office-installation>OpenOffice.org/Basis 3.0/share/registry/schema/org/openoffice/Office/Canvas.xcs, or in the Canvas section in the OOoConfig browser) - BlacklistCurrentDevice. When editing by hand, just change the <value>false</value> to <value>true</value>.
  
 
After that, rerun OOo and the slideshow. OOo will then generate a new blacklist entry in the DeviceBlacklist section - but in your user configuration layer. When doing this by hand, grep for Canvas.xcu in your user data directory (%APPDATA%\OpenOffice.org2\user\registry\data\org\openoffice\Office). I'll happily receive bug reports with attached blacklist entries (assign them directly to thb, if possible).
 
After that, rerun OOo and the slideshow. OOo will then generate a new blacklist entry in the DeviceBlacklist section - but in your user configuration layer. When doing this by hand, grep for Canvas.xcu in your user data directory (%APPDATA%\OpenOffice.org2\user\registry\data\org\openoffice\Office). I'll happily receive bug reports with attached blacklist entries (assign them directly to thb, if possible).
  
 
After that, the BlacklistCurrentDevice can be set to false again, directxcanvas should now refuse to run with your card.
 
After that, the BlacklistCurrentDevice can be set to false again, directxcanvas should now refuse to run with your card.

Revision as of 06:28, 30 October 2008

Blacklist DirectX device/driver

Sometimes, DirectX, graphics card, or driver are just buggy beyond fixability. If updating driver or card is not an option, the DirectX-based canvas implementation can be selectively disabled. Either edit the xml configuration file by hand, or use this nice extension to access the OOo configuration directly.

Here's how: in a first run, the following flag needs to be set to "true" (either in file <path-to-your-office-installation>OpenOffice.org/Basis 3.0/share/registry/schema/org/openoffice/Office/Canvas.xcs, or in the Canvas section in the OOoConfig browser) - BlacklistCurrentDevice. When editing by hand, just change the <value>false</value> to <value>true</value>.

After that, rerun OOo and the slideshow. OOo will then generate a new blacklist entry in the DeviceBlacklist section - but in your user configuration layer. When doing this by hand, grep for Canvas.xcu in your user data directory (%APPDATA%\OpenOffice.org2\user\registry\data\org\openoffice\Office). I'll happily receive bug reports with attached blacklist entries (assign them directly to thb, if possible).

After that, the BlacklistCurrentDevice can be set to false again, directxcanvas should now refuse to run with your card.

Personal tools