https://bugs.documentfoundation.org/show_bug.cgi?id=146437

--- Comment #21 from Ju <spamscheuche...@gmx.de> ---
(In reply to V Stuart Foote from comment #20)
> (In reply to Ju from comment #19)
> > Uninstall, Reinstall LibreOffice 7.2.4. skia_denylist as above. 
> > Does not work either. No Crash/dump.ini is created. Skia.log like written
> > before...
> 
> after uninstall delete the user profile in
> C:\Users\<username>\AppData\Roaming\LibreOffice it is persistent. 
> 
> You should not see a skia.log with the Vulkan details if the
> skia_denylist_vulkan.xml is correctly parsed.
> 
> So, again add the same deny list entry to exclude, and retest.  The skia.log
> should show just RenderMethod: Raster if the denylist is working.

Deleting user/...../4 I always get a new skia.log with
RenderMethod: Vulkan

in each case (adding just one of the following to default deny list; allow list
remains empty):

   </entry>
   <entry os="all" vendor="nvidia" compare="less_equal" version="497.116.0">
    <device id="0x1401"/>
 </denylist>
----------------------
   </entry>
   <entry os="all" vendor="nvidia" compare="less_equal" version="497.116.0">
    <device id="0x1401h"/>
 </denylist>
----------------------
   </entry>
   <entry os="all" vendor="nvidia" compare="less_equal" version="497.116.0">
    <device id="1401"/>
 </denylist>
----------------------
   </entry>
   <entry os="all" vendor="10deh" compare="less_equal" version="497.116.0">
    <device id="1401h"/>
 </denylist>
----------------------
<entry vendor="all" os="10">
<device id="all"/>
</entry>
----------------------
<entry os="all" vendor="nvidia" compare="less_equal" version="497.116.0">
    <device id="0x1401h"/>
--------------------------------
----------------------
<entry vendor="all" os="all">
<device id="all"/>
</entry>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to