QT Creator slow performance on ubuntu
-
Hmm, for me it is not the case now, but it is still my favourite. However the performance problem seems to happen when I press the enter key and it needs to create a new line: it would become very slugish when a file exceeds 500 lines of code (I don't have a lot of includes: common iostream, vector, string and map). Maybe it is the rendering that is bad and something is wrong with QT 4.7. Please note that I am using a very simple theme with no compositing and metacity.
My system is:
Intel Core2 Duo 2GHz, 2Gb RAM
Nvidia 8400G 128M RAM and 260.19.06 driver.So can you please tell me how to make QT Creator usuable again ?
Thanks
-
farakon: Please update to Qt 4.7.1. There are known performance issues with Qt 4.7 (see the release notes).
-
To those having the same problem, I restart QT creator with:
qtcreator -graphicssystem raster
QT creator becomes as responsive as it was before. So hope it helps.
I wonder why the raster is faster than the native system, I have read the blog, so the question why not make it by default ?