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

--- Comment #11 from Ju <[email protected]> ---
(In reply to V Stuart Foote from comment #8)
> (In reply to Ju from comment #6)
> > ... I do not understand how bug146402 was
> > solved.
> 
> bug 146602 has not been solved, it remains against AMD GPUs on current LO
> master code base against a 7.4 release.
> 
> Beleive your issue is not the Intel i7 2nd Gen SandyBridge HD3000 GPU, are
> your monitor(s) attached to the graphics port on the motherboard? Or to the
> add-on graphics card? The intel driver would not even attempt Skia Vulkan
> launch.

Monitor is attached to GTX660, right.
> 
> Rather suspect the nVidia GTX 960 listed, its installed 497.27 driver is
> current, and it will report itself as fully Vulkan 1.2 ready which is likely
> what is failing launch. 
> 
> A run of the realtech-vr glview utility would provide specifics of the
> Vulkan driver support including the haredware IDs and driver version IDs
> project would need to craft a denylist entry and block Vulkan (allowing
> simple Skia raster rendering).
realtech-vr glview output: See attachment. Please tell me if you need more
information.

> 
> Otherwise to test, you can modify the defaults of the installed
> share/skia/skia_denylist_vulkan.xml to block all Vulkan use on Windows 10 as
> Julien suggests. 

See my reply to Julien.

> Alternatively, simply delete the 'version="457.36.0"
> compare="less"' from the nVidia stanza and save. 

The last sections of 
LibreOffice/share/skia/skia_denylist_vulkan.xml now look like this: 
<root>
<allowlist>
    </allowlist>
    <denylist>
        <entry os="all" vendor="intel" compare="less_equal" version="0.16.2">
            <device id="all"/>
        </entry>
        <entry os="all" vendor="intel" compare="equal" version="0.402.743">
<!-- tdf#138729 -->
            <device id="all"/>
        </entry>
        <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
            <device id="all"/>
        </entry>
        <entry os="7" vendor="all">
            <device id="all"/>
        </entry>
<entry vendor="all" os="10">
<device id="all"/>
</entry>
    </denylist>
</root>
> 
> On relaunch Skia Vulkan will not be tested on your system and you should
> have a clean launch.

Does not help so far..

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

Reply via email to