https://bugs.kde.org/show_bug.cgi?id=406180

--- Comment #114 from Leo <bloody.f...@gmail.com> ---
(In reply to purplecandy from comment #113)
> Happened to me to I'm using ASUS Fx504 - Gtx 1050 and running Kubuntu 19.10.
> Eversince I activated NVIDIA every time I switch applications or drag them
> to edges everything hangs.
> 
> Recently my kwin also crashed and the Compositer was disabled, that seems to
> have almost fixed it but it's not helpful. Also system wasn't able to
> generate any backtrace for the crash

Hi. I managed to solve the problem by adding a profile for nvidia. My profile
will look like this:

cat /home/leo/.nv/nvidia-application-profiles-rc
{
    "rules": [
        {
            "pattern": {
                "feature": "procname",
                "matches": "kwin_x11"
            },
            "profile": "profile_327b23c6"
        }
    ],
    "profiles": [
        {
            "name": "profile_327b23c6",
            "settings": [
                {
                    "key": "GLFSAAMode",
                    "value": 0
                },
                {
                    "key": "GLNoDsoFinalizer",
                    "value": false
                },
                {
                    "key": "GLSingleThreaded",
                    "value": false
                },
                {
                    "key": "GLSyncToVblank",
                    "value": false
                },
                {
                    "key": "GLThreadedOptimizations",
                    "value": false
                },
                {
                    "key": "GLAllowFXAAUsage",
                    "value": false
                },
                {
                    "key": "GLGSYNCAllowed",
                    "value": false
                }
            ]
        }
    ]
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to