Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 06-03-2025, 04:38 PM   #46
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,598
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Qt6.9.1 just got released earlier today. It's in extra-testing on Arch already. So it won't be long before it will be available.
DiapDealer is offline   Reply With Quote
Old 06-03-2025, 06:18 PM   #47
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,797
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by DiapDealer View Post
I was comparing the performance of my repo supplied Sigil 2.5.1 (with Qt6.9.0-7) and the Sigil 2.5.1 AppImage and not really seeing much difference. But when I compared the repo-supplied 2.5.1 (with QT_QUICK_BACKEND=software) and the repo-supplied 2.5.1 (without QT_QUICK_BACKEND=software) there was a significant difference. The software rendering is better.
I didn't think about it before, but that also means that the repo-supplied 2.5.1 (with QT_QUICK_BACKEND=software) is also faster than the appimage. If so, then there is also a bug in Qt 6.8.2.
RbnJrg is offline   Reply With Quote
Old 06-03-2025, 06:33 PM   #48
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,598
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by RbnJrg View Post
I didn't think about it before, but that also means that the repo-supplied 2.5.1 (with QT_QUICK_BACKEND=software) is also faster than the appimage. If so, then there is also a bug in Qt 6.8.2.
Not necessarily. There are huge changes between 6.8.2 and 6.9.0. It's entirely possible the AppImage is just as fast as the repo version of Sigil when Arch's system Qt was 6.8.2/3. It's also very likely there's performance overhead involved with an app that's being run from a compressed filesystem.
DiapDealer is offline   Reply With Quote
Old 06-04-2025, 08:47 PM   #49
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,797
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by DiapDealer View Post
I was comparing the performance of my repo supplied Sigil 2.5.1 (with Qt6.9.0-7) and the Sigil 2.5.1 AppImage and not really seeing much difference. But when I compared the repo-supplied 2.5.1 (with QT_QUICK_BACKEND=software) and the repo-supplied 2.5.1 (without QT_QUICK_BACKEND=software) there was a significant difference. The software rendering is better. Go figure.
I have just update my Archlinux with Qt 6.9.1-1 and in my tests, Sigil launched with QT_QUICK_BACKEND=software is still a bit faster than Sigil without QT_QUICK_BACKEND=software. I'm wondering about the performance on your system.
RbnJrg is offline   Reply With Quote
Old 06-04-2025, 09:26 PM   #50
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,598
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by RbnJrg View Post
I have just update my Archlinux with Qt 6.9.1-1 and in my tests, Sigil launched with QT_QUICK_BACKEND=software is still a bit faster than Sigil without QT_QUICK_BACKEND=software. I'm wondering about the performance on your system.
Same. 6.9.1 doesn't seem to have made any difference for either of our Nvidia cards. With the nouveau drivers or the proprietary ones.
DiapDealer is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil-2.0.1 Released DiapDealer Sigil 24 10-22-2023 08:00 AM
Sigil-0.8.900 released for testing - Wait for Sigil-0.8.901 KevinH Sigil 106 10-04-2015 10:41 AM
Sigil 0.8.4 Released user_none Sigil 3 02-14-2015 05:38 PM
Sigil V0.7.3 released user_none Sigil 59 09-11-2013 09:45 PM
Sigil 0.4.2 Released user_none Sigil 41 10-26-2011 06:03 AM


All times are GMT -4. The time now is 03:58 PM.


MobileRead.com is a privately owned, operated and funded community.