Mailinglist Archive: opensuse (3031 mails)
| < Previous | Next > |
Re: [opensuse] Compiz GLXFBConfig 2 the solution
- From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 06 Feb 2008 00:07:00 -0600
- Message-id: <47A94E84.8090703@xxxxxxxxxxxxxxxxxx>
Hans defaber wrote:
I just wrote 3 scripts to start compiz, start compiz config manager and emerald theme manager:
00:03 Rankin-P35a~/linux/scripts> cat compiz_start
#!/bin/bash
emerald --replace &
sleep 1
LIBGL_ALWAYS_INDIRECT=1 compiz \
--ignore-desktop-hints \
--replace \
--indirect-rendering \
--no-libgl-fallback \
--sm-disable \
ccp &
00:03 Rankin-P35a~/linux/scripts> cat compiz-settings
#!/bin/bash
compizconfig-settings-manager &
00:03 Rankin-P35a~/linux/scripts> cat compiz-emerald-tm
#!/bin/bash
emerald-theme-manager &
Also Ted Markowitz found where in FusionIcon/data.py you can specify the command line option for fusion icon.
Basically edit: /usr/lib/python2.5/site-packages/FusionIcon/data.py
Change the following line to suit your needs.
compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', '--no-libgl-fallback', '--indirect-rendering', 'ccp']
Works great!
--
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
Hans defaber schreef:
Don't remove the libIndirectGL.so.1 !!!
Start compiz with "compiz --replace --no-libgl-fallback ccp & ".
Read the discussion on https://bugzilla.novell.com/show_bug.cgi?id=338947#c1
Now it looks that most things work fine.
So long, Hans
I just wrote 3 scripts to start compiz, start compiz config manager and emerald theme manager:
00:03 Rankin-P35a~/linux/scripts> cat compiz_start
#!/bin/bash
emerald --replace &
sleep 1
LIBGL_ALWAYS_INDIRECT=1 compiz \
--ignore-desktop-hints \
--replace \
--indirect-rendering \
--no-libgl-fallback \
--sm-disable \
ccp &
00:03 Rankin-P35a~/linux/scripts> cat compiz-settings
#!/bin/bash
compizconfig-settings-manager &
00:03 Rankin-P35a~/linux/scripts> cat compiz-emerald-tm
#!/bin/bash
emerald-theme-manager &
Also Ted Markowitz found where in FusionIcon/data.py you can specify the command line option for fusion icon.
Basically edit: /usr/lib/python2.5/site-packages/FusionIcon/data.py
Change the following line to suit your needs.
compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', '--no-libgl-fallback', '--indirect-rendering', 'ccp']
Works great!
--
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
| < Previous | Next > |