You are not logged in.

#26 2009-02-11 22:46:19

QUASARFREAK
Member
From: Argentina
Registered: 2009-02-11
Posts: 2
Website

Re: QT 4.5.0-rc1

mm I compiled qt-4.5-rc1 without problems but now every kde program works ok except plasma that crash with sig 11. Any ideas?

Last edited by QUASARFREAK (2009-02-12 01:50:09)

Offline

#27 2009-02-12 02:23:59

deltaecho
Member
From: Georgia (USA)
Registered: 2008-08-06
Posts: 185

Re: QT 4.5.0-rc1

With which options did you compile Qt?  For me, compiling it with "-graphicssystem raster" and "-graphicssystem opengl" caused serious instabilities, but everything except KDM seems to run fine if you compile it to use the native grpahics system.


Dylon

Offline

#28 2009-02-12 04:10:58

Zarin
Member
Registered: 2008-09-17
Posts: 6

Re: QT 4.5.0-rc1

KWin requires the native graphics engine to composite. If you change the default you must run KWin from the terminal with:

kwin --replace -graphicssystem native &

Offline

#29 2009-02-12 04:54:04

deltaecho
Member
From: Georgia (USA)
Registered: 2008-08-06
Posts: 185

Re: QT 4.5.0-rc1

Zarin wrote:

KWin requires the native graphics engine to composite. If you change the default you must run KWin from the terminal with:

kwin --replace -graphicssystem native &

Thanks @Zarin, I didn't know that! Are y'all planning on enabling KWin to use the opengl graphics engine for 4.3.x or 4.4.x?  I've read, compared to OSX on the same hardware, X-compositing is incredibly slow, and if the stats on this blog correctly represent hardware in general, using the opengl engine would really narrow that gap (if not, that's OK too).

Anyway, keep it up -- two of my friends have already switched to (GNU)Linux+KDE after seeing it on my laptop, and several others have looked starry-eyed after watching me play around with KWin's compositing effects smile


Dylon

Offline

#30 2009-02-13 00:23:00

eric
Member
From: under heaven
Registered: 2004-02-11
Posts: 117

Re: QT 4.5.0-rc1

deltaecho wrote:

For me, compiling it with "-graphicssystem raster" and "-graphicssystem opengl" caused serious instabilities, but everything except KDM seems to run fine if you compile it to use the native grpahics system.

I can't get no stable kde-system when using opengl... the apps segfaults or the colours are different than they should be. I've tried the radeon opensource and the proprietary drivers with no luck.
I've got kdm working by recompiling (_after_ installing qt-4.5) first kdelibs and then kdebase-workspace.

What I'm using now is qt-4.5 compiled with '-graphicssystem raster' and kwin will be started with '--graphicssystem native'.

Offline

#31 2009-02-13 00:26:08

eric
Member
From: under heaven
Registered: 2004-02-11
Posts: 117

Re: QT 4.5.0-rc1

QUASARFREAK wrote:

mm I compiled qt-4.5-rc1 without problems but now every kde program works ok except plasma that crash with sig 11. Any ideas?

You can try to recompile kde after installing qt-4.5 . I would start by recompiling kdelibs and then kdebase-workspace.

Offline

#32 2009-02-17 16:42:25

snorkel
Member
Registered: 2004-02-11
Posts: 44

Re: QT 4.5.0-rc1

Does this build package use opengl for QT 4.5?

I am having tons of issues with the tray icons, pretty much annoying the hell out of me.
Kde 4.2 is damn near perfect except for the tray icon corruption.

Offline

#33 2009-02-17 18:11:02

snorkel
Member
Registered: 2004-02-11
Posts: 44

Re: QT 4.5.0-rc1

Hi, any get the package to build on 64bit?

When I try to build it, I get a bunch of ODBC errors:

../../../sql/drivers/odbc/qsql_odbc.cpp:1395: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument '10' to 'SQLRETURN SQLBindParameter(void*, SQLUSMALLINT, SQLSMALLINT, SQLSMALLINT, SQLSMALLINT, SQLULEN, SQLSMALLINT, void*, SQLLEN, SQLLEN*)'
make[3]: *** [.obj/release-shared/qsql_odbc.o] Error 1
make[3]: Leaving directory `/home/snorkel/abs/extra/qt/src/qt-x11-opensource-src-4.5.0-rc1/src/plugins/sqldrivers/odbc'
make[2]: *** [sub-odbc-make_default] Error 2
make[2]: Leaving directory `/home/snorkel/abs/extra/qt/src/qt-x11-opensource-src-4.5.0-rc1/src/plugins/sqldrivers'
make[1]: *** [sub-sqldrivers-make_default] Error 2
make[1]: Leaving directory `/home/snorkel/abs/extra/qt/src/qt-x11-opensource-src-4.5.0-rc1/src/plugins'
make: *** [sub-plugins-make_default-ordered] Error 2
==> ERROR: Build Failed.
    Aborting...

Offline

#34 2009-02-26 08:34:50

sid350
Member
From: Murmansk, Russia
Registered: 2009-02-25
Posts: 6
Website

Re: QT 4.5.0-rc1

Snorkel, I have the same problem as you.

Offline

#35 2009-02-26 10:32:37

sid350
Member
From: Murmansk, Russia
Registered: 2009-02-25
Posts: 6
Website

Re: QT 4.5.0-rc1

i've edited PKGBUILD (disabled odbc etc.), here it is http://pastebin.com/d490a13aa
now it works for me.
hope it'll help.

i've tried to build it with graphicssystem raster, but with --graphicssystem native fonts look much smoother. so i leave it native.

Offline

#36 2009-02-26 12:17:22

eric
Member
From: under heaven
Registered: 2004-02-11
Posts: 117

Re: QT 4.5.0-rc1

There's also a patch that should solve the issues with ODBC:
http://websvn.kde.org/trunk/qt-copy/pat … rev=928744

Offline

#37 2009-02-26 19:05:12

Radfahrer
Member
Registered: 2008-04-29
Posts: 31

Re: QT 4.5.0-rc1

sid350 wrote:

i've edited PKGBUILD (disabled odbc etc.), here it is http://pastebin.com/d490a13aa
now it works for me.
hope it'll help.

i've tried to build it with graphicssystem raster, but with --graphicssystem native fonts look much smoother. so i leave it native.

thats interesting with the smoother fonts on the native graphicsystem.
I compiled both with native and raster but  i dont know which one I am running now roll
but it has nicer fonts then the other graphicsystem.
Is there an easy command to find out what graphicsystem is active?

Last edited by Radfahrer (2009-02-26 19:05:55)

Offline

#38 2009-03-04 01:43:03

savagenator
Member
Registered: 2008-03-19
Posts: 21

Re: QT 4.5.0-rc1

Ok everybody! I've been using this thread as a reference to compile qt 4.5 rc1 for the last few days, so far, no success. BUT!! qt4.5 has just been released!

http://labs.trolltech.com/blogs/2009/03 … l-shelves/

go get it! I'm going to try to compile it later tonight

Offline

#39 2009-03-05 16:52:28

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: QT 4.5.0-rc1

Best results for me have been to compile qt 4.5 with native graphicssystem (so not using raster/openGL). KDE 4.2.1 is so far a very pleasant experience smile

sidenote: now just waiting for Opera to release a x86_64 Qt4 build... could be a good few months :S


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

Board footer

Powered by FluxBB