Mailinglist Archive: opensuse (3625 mails)

< Previous Next >
Re: [opensuse] nVidia native vs XGL - again [SOLVED?]
  • From: "Alexander Egger" <alexander.egger@xxxxxxxxx>
  • Date: Wed, 25 Jun 2008 11:54:00 +0200
  • Message-id: <bb55d65b0806250254o6cf8df02x4cc9717c2107d129@xxxxxxxxxxxxxx>
On Wed, Jun 25, 2008 at 1:38 AM, David C. Rankin
<drankinatty@xxxxxxxxxxxxxxxxxx> wrote:

With fusion-icon you can set this in several places:

(1) .config/compiz/fusion-icon

For ATI:

[compiz options]
indirect rendering = true
loose binding = false

For nVidia:

[compiz options]
indirect rendering = true
loose binding = true

(2)

x86-64 /usr/lib64/python2.5/site-packages/FusionIcon/data.py

i386 /usr/lib/python2.5/site-packages/FusionIcon/data.py

Line 36:

compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', \
'--inderict-rendering', '--loose-binding', 'ccp']

Without fusion icon:

#!/bin/bash

compiz --replace --sm-disable --ignore-desktop-hints --inderict-rendering \
--loose-binding ccp &

sleep 3 # You can omit this now if you choose

emerald --replace &
exit 0

Now we will all get yelled at and told just to use compiz-manager to
start compiz-fusion (which is the proper advise). But if you can't hack a
little, it takes all the fun out of it ;-)

No using compiz-wrapper is fine for me. I think its not quite clear
what is going on there. Here is my solution for KDE 3

Select compiz-kde-launcher in "KDE Control Center -> KDE Components ->
Session Manager"

create an executeable compiz-kde-launcher script somewhere in your
PATH (~/bin) for example

put the following content there (thanks David):

#!/bin/bash

compiz --replace --sm-disable --ignore-desktop-hints --indirect-rendering \
--loose-binding ccp &

sleep 3 # You can omit this now if you choose

emerald --replace &
exit 0

Works as wanted and gives the opportunity to tweak things the way you like.

Alexander






--
David C. Rankin, J.D., P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx





--
Dr. Alexander Egger, Studiengang IT & IT-Marketing
CAMPUS 02 Fachhochschule der Wirtschaft GmbH
Körblergasse 126, 8021 Graz, Austria/EUROPE
T:+43 316 6002 395 M:+43 699 14102026
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >