#4 Disable Qt threaded rendering
Closed 2 years ago by aleasto. Opened 2 years ago by aleasto.
rpms/ aleasto/sddm rawhide  into  rawhide

file modified
+4 -1
@@ -20,7 +20,7 @@ 

  

  Name:           sddm

  Version:        0.19.0%{?commitdate:^git%{commitdate}.%{shortcommit}}

- Release:        2%{?dist}

+ Release:        3%{?dist}

  License:        GPLv2+

  Summary:        QML based desktop and login manager

  
@@ -303,6 +303,9 @@ 

  

  

  %changelog

+ * Mon Jul 11 2022 Alessandro Astone <ales.astone@gmail.com> - 0.19.0^git20220321.e67307e-3

+ - Disable Qt threaded rendering (causes issues with nouveau)

+ 

  * Sun Apr 03 2022 Neal Gompa <ngompa@fedoraproject.org> - 0.19.0^git20220321.e67307e-2

  - Switch X11 greeter to rootful X server (#2070130)

  

file modified
+4
@@ -3,3 +3,7 @@ 

  QML_DISABLE_DISK_CACHE=1

  # enable qDebug messages for debug build

  # QT_LOGGING_RULES="*.debug=true"

+ 

+ # Disable Qt threaded rendering. Causes issues with nouveau.

+ # TODO: Remove after https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10752

+ QSG_RENDER_LOOP="basic"

Causes issues with nouveau.

rebased onto 067ec12

2 years ago

rebased onto 09df2cb

2 years ago

Pull-Request has been closed by aleasto

2 years ago
Metadata