You are not logged in.

#1 2009-02-28 20:32:02

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

HowTo: Enable KWin compositing with Raster-compiled Qt 4.5.0 RC

If you are running Qt 4.5.0 RC, compiled with `-graphicssystem raster', and would like to enable KWin compositing, you may do so with this quick and dirty hack (it worked for me, anyway):

1) Rename your current `kwin' executable:

# mv /usr/bin/kwin /usr/bin/kwin.orig

2) Create a script to execute KWin with `-graphicssystem native':

# cat >> /usr/bin/kwin <<'EOF'
#!/bin/bash

/usr/bin/kwin.orig -graphicssystem native $@
EOF

3) Finally, make the script executable:

# chmod +x /usr/bin/kwin

...AND...restart KDE wink


Dylon

Offline

#2 2010-08-19 13:56:57

radiomist
Member
From: superposicion
Registered: 2009-11-27
Posts: 64

Re: HowTo: Enable KWin compositing with Raster-compiled Qt 4.5.0 RC

thanks!! big_smile

qt raster is very fast!

Offline

#3 2010-08-19 14:30:48

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: HowTo: Enable KWin compositing with Raster-compiled Qt 4.5.0 RC

radiomist ...we generally discourage empty posts especially on thread which are more than 6 months old. Please read the forum etiquette (link in my sig) about necro-posting.

Closing


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB