Anmeldedatum: 07.11.2007 Beiträge: 1 Wohnort: Schönberg (Holstein)
|
Hallo,
ich habe das Compiz-Fusion-Icon installiert und wenn ich das starte erscheint ein schwarzer Bildschirm und ich finde das Icon nicht in der Kontrolleiste.
Hier die Ausgabe des fusion-icon aus der Konsole:
| Code: |
/usr/bin/compiz
/usr/bin/gtk-window-decorator
/usr/bin/kde-window-decorator
/usr/bin/kwin
* kde session
* Decorator "compiz-window-decorator" is invalid.
... choosing kde-window-decorator --replace as default decorator
* nvidia found, exporting: __GL_YIELD="NOTHING"
* Executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
Traceback (most recent call last):
File "/usr/bin/fusion-icon", line 129, in
choose_interface()
File "/usr/bin/fusion-icon", line 101, in choose_interface
import_interface(interface)
File "/usr/bin/fusion-icon", line 73, in import_interface
choose_interface()
File "/usr/bin/fusion-icon", line 101, in choose_interface
import_interface(interface)
File "/usr/bin/fusion-icon", line 66, in import_interface
exec('import ' + module)
File "", line 1, in
SystemError: NULL result without error in Py_object__Call |
Hier meine aktuelle xorg.conf :
| Code: |
File generated by XFdrake (rev 230776)
Section "Extensions"
Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
#DontZap # disable (server abort)
#DontZoom # disable / (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D _layer_
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de(nodeadkeys)"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 60 Hz"
HorizSync 31.5-48.5
VertRefresh 50-70
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX - GeForce 8800"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "AddARGBGLXVisuals"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
|
Hier die Ausgabe von rpm -qa|grep compiz:
| Code: |
ibcompiz0-0.5.2-9mdv2008.0
compiz-0.5.2-9mdv2008.0
compiz-fusion-0.0.1-0.3mdv2008.0
compiz-fusion-plugins-unsupported-0.6.0-1mud2008.0
compiz-fusion-icon-0.0.1-0.20070805.1mdv2008.0
libcompizconfig0-0.5.2-2mdv2008.0
compiz-decorator-kde-0.5.2-9mdv2008.0
libcompizconfig-python-0.5.2-1mdv2008.0
compiz-fusion-plugins-main-0.5.2-4mdv2008.0
compiz-decorator-gtk-0.5.2-9mdv2008.0 |
Kann mir jemand helfen, dass ich das Fusion-Icon zum laufen bekomme?
Danke und Gruß
Andreas |
|