Mailinglist Archive: opensuse-kde3 (25 mails)
| < Previous | Next > |
Re: [opensuse-kde3] Compiz on 11.4 with kde3? Anybody? RPMs from where?
- From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Oct 2011 18:51:50 -0500
- Message-id: <4EA9EE96.6040803@suddenlinkmail.com>
On 10/27/2011 02:32 PM, Ilya Chernykh wrote:
Hmm... I have the same packages you have and everything seems to be working fine, I'm not sure what is up. I know this Radeon card works with compiz and the open-source driver because I run in on Arch Linux. The Issue I get now is that I can't get any screens to open the individual items in the compiz-settings-manager. The start-up of fusion-icon looks fine:
18:42 alchemy:~> fusion-icon &
[1] 5445
18:43 alchemy:~> * Using the Qt4 Interface
* No module named PyQt4
... Trying another interface
* Using the Qt3 Interface
libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: undefined symbol: core
* Searching for installed applications...
/usr/bin/ccsm
/usr/bin/compiz
/usr/bin/kde-window-decorator
/usr/bin/emerald
/usr/bin/metacity
/opt/kde3/bin/kwin
* kde session
* Active WM is already running
X Error: BadValue (integer parameter out of range for operation) 2
Major opcode: 25
Minor opcode: 0
Resource id: 0x0
However, the output from trying to access the settings manager looks
terrible:
libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: undefined symbol: core
Loading icons...
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'
The 'Screen' error makes me think this is xorg related, but I've tried it both without and with the extensions for the Radeon card. After getting the screens error, I added the following to the xorg.conf.d setup:
18:50 alchemy:/etc/X11/xorg.conf.d] # cat 50-extensions.conf
# dcr additions for compiz
Section "Extensions"
Option "Composite" "true"
Option "DAMAGE" "true"
EndSection
Did you have to modify your xorg config to get compiz running?
--
David C. Rankin, J.D.,P.E.
--
To unsubscribe, e-mail: opensuse-kde3+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kde3+owner@xxxxxxxxxxxx
On Thursday 27 October 2011 22:39:26 David C. Rankin wrote:<snip>
Thank you Ilya, I'm getting close:
anixx@anixx-desktop:~> rpm -qa | grep "compiz\|fusion\|emerald\|ccsm" | sort
compiz-0.8.8-7.1.x86_64
compiz-branding-openSUSE-0.8.8-7.1.x86_64
compizconfig-settings-manager-0.8.4-5.2.noarch
compiz-kde3-0.8.8-7.1.x86_64
fusion-icon-0.1-4.1.noarch
fusion-icon-gtk-0.1-4.1.noarch
fusion-icon-qt3-0.1-4.1.noarch
libcompizconfig-0.8.8-4.1.x86_64
python-compizconfig-0.8.4-6.1.x86_64
Hmm... I have the same packages you have and everything seems to be working fine, I'm not sure what is up. I know this Radeon card works with compiz and the open-source driver because I run in on Arch Linux. The Issue I get now is that I can't get any screens to open the individual items in the compiz-settings-manager. The start-up of fusion-icon looks fine:
18:42 alchemy:~> fusion-icon &
[1] 5445
18:43 alchemy:~> * Using the Qt4 Interface
* No module named PyQt4
... Trying another interface
* Using the Qt3 Interface
libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: undefined symbol: core
* Searching for installed applications...
/usr/bin/ccsm
/usr/bin/compiz
/usr/bin/kde-window-decorator
/usr/bin/emerald
/usr/bin/metacity
/opt/kde3/bin/kwin
* kde session
* Active WM is already running
X Error: BadValue (integer parameter out of range for operation) 2
Major opcode: 25
Minor opcode: 0
Resource id: 0x0
However, the output from trying to access the settings manager looks
terrible:
libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: undefined symbol: core
Loading icons...
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'
The 'Screen' error makes me think this is xorg related, but I've tried it both without and with the extensions for the Radeon card. After getting the screens error, I added the following to the xorg.conf.d setup:
18:50 alchemy:/etc/X11/xorg.conf.d] # cat 50-extensions.conf
# dcr additions for compiz
Section "Extensions"
Option "Composite" "true"
Option "DAMAGE" "true"
EndSection
Did you have to modify your xorg config to get compiz running?
--
David C. Rankin, J.D.,P.E.
--
To unsubscribe, e-mail: opensuse-kde3+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kde3+owner@xxxxxxxxxxxx
| < Previous | Next > |