https://bugs.kde.org/show_bug.cgi?id=507615
--- Comment #6 from [email protected] --- (In reply to caulier.gilles from comment #5) > yes, i propose a solution in reddit, to patch an INI setting file used by > digiKam: > > // > ----------------------------------------------------------------------------- > ----------------------------------------- > > The problem is know and is relevant of the QtWebEngine component (Chromium > based and embedded browser). > > Typically Chromium do not detect the GPU acceleration on your Windows and > lock tha application. This have been already reported previously. > > Solution: in the digikam_systemrc INI config file: > > https://docs.digikam.org/en/getting_started/installation.html#configuration- > files > > ... turn on an option about the GPU feature: > > Use the software OpenGL rendering: this option will disable the GPU hardware > accelerations and switch to a software-emulation for all calls to OpenGL. > > https://docs.digikam.org/en/setup_application/miscs_settings.html#system- > settings > > This is a view of my digikam_systemrc file contents: > > [System] > disableOpenCL=true > dnnOpenCLTested=false > enableAIAutoTools=true > enableAesthetic=true > enableAutoTags=true > enableDnnOpenCL=false > enableFaceEngine=true > enableHWTConv=true > enableHWVideo=true > enableLogging=false > enableOpenCL=false > proxyAuth=false > proxyPort=8080 > proxyType=0 > proxyUrl= > softwareOpenGL=true <==== THIS ONE!!! > useHighDpiPixmaps=false > useHighDpiScaling=false > videoBackend=ffmpeg > > // > ----------------------------------------------------------------------------- > ----------------------------------------- Thank you. The redit link you previously posted didn't send me to a page with a solution. I'll try to implement what you suggested below. Whether this helps or not, I had been using the Qt6 version of 8.6.0 prior to this without issue. -- You are receiving this mail because: You are watching all bug changes.
