anjuesh
November 8th, 2007, 05:58 PM
Hallo,
ich bekomme das fusion-icon nicht zum laufen. Wenn ich es aufrufe erscheint ein schwarzer Bildschirm und sonst nichts.
Hier die Ausgabe der xorg.conf:
# 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 <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (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" "cymotionlinux"
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 "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "bustype" "0x0011"
Option "product" "0x0006"
Option "relBits" "+0+1+2"
Option "HWheelRelativeAxisButtons" "7 6"
Option "vendor" "0x0002"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1280x1024 @ 60 Hz"
HorizSync 31.5-64.3
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 "AddARGBGLXVisuals"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Hier die Ausgabe von fusion-icon:
[andreas@localhost ~]$ fusion-icon
* Using the Qt4 Interface
* No module named PyQt4
... Trying another interface
* Using the Qt3 Interface
* Searching for installed applications...
/usr/bin/ccsm
/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 Pyobject_Call
[andreas@localhost ~]$ inotify_add_watch: No such file or directory
fuse: failed to access mountpoint compiz: No such file or directory
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
compiz (colorfilter) - Info: Loading filter negative (item negative).
compiz (colorfilter) - Info: Loading filter negative-green (item negative-green).
compiz (colorfilter) - Info: Loading filter blueish-filter (item blueish-filter).
compiz (colorfilter) - Info: Loading filter sepia (item sepia).
compiz (colorfilter) - Info: Loading filter grayscale (item grayscale).
compiz (colorfilter) - Warn: Tried to load 5 filter(s), 3 succeeded.
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection
Hier die Ausagbe von rpm -qa|grep compiz:
[andreas@localhost ~]$ rpm -qa|grep compiz
libcompizconfig-python-0.6.0-1mdv2008.0
compiz-decorator-gtk-0.6.2-2mdv2008.0
compiz-fusion-icon-0.0.1-0.20070805.1mdv2008.0
compiz-fusion-0.0.1-0.3mdv2008.0
compiz-0.6.2-2mdv2008.0
libcompiz0-0.6.2-2mdv2008.0
compiz-decorator-kde-0.6.2-2mdv2008.0
libcompizconfig0-0.6.0-2mdv2008.0
compiz-fusion-plugins-main-0.6.0-2mdv2008.0
[andreas@localhost ~]$
Kann mir einer einen Tipp geben, um das Problem zu lösen?
Danke und Gruß
Andreas
ich bekomme das fusion-icon nicht zum laufen. Wenn ich es aufrufe erscheint ein schwarzer Bildschirm und sonst nichts.
Hier die Ausgabe der xorg.conf:
# 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 <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (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" "cymotionlinux"
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 "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "bustype" "0x0011"
Option "product" "0x0006"
Option "relBits" "+0+1+2"
Option "HWheelRelativeAxisButtons" "7 6"
Option "vendor" "0x0002"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1280x1024 @ 60 Hz"
HorizSync 31.5-64.3
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 "AddARGBGLXVisuals"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Hier die Ausgabe von fusion-icon:
[andreas@localhost ~]$ fusion-icon
* Using the Qt4 Interface
* No module named PyQt4
... Trying another interface
* Using the Qt3 Interface
* Searching for installed applications...
/usr/bin/ccsm
/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 Pyobject_Call
[andreas@localhost ~]$ inotify_add_watch: No such file or directory
fuse: failed to access mountpoint compiz: No such file or directory
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
compiz (colorfilter) - Info: Loading filter negative (item negative).
compiz (colorfilter) - Info: Loading filter negative-green (item negative-green).
compiz (colorfilter) - Info: Loading filter blueish-filter (item blueish-filter).
compiz (colorfilter) - Info: Loading filter sepia (item sepia).
compiz (colorfilter) - Info: Loading filter grayscale (item grayscale).
compiz (colorfilter) - Warn: Tried to load 5 filter(s), 3 succeeded.
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection
Hier die Ausagbe von rpm -qa|grep compiz:
[andreas@localhost ~]$ rpm -qa|grep compiz
libcompizconfig-python-0.6.0-1mdv2008.0
compiz-decorator-gtk-0.6.2-2mdv2008.0
compiz-fusion-icon-0.0.1-0.20070805.1mdv2008.0
compiz-fusion-0.0.1-0.3mdv2008.0
compiz-0.6.2-2mdv2008.0
libcompiz0-0.6.2-2mdv2008.0
compiz-decorator-kde-0.6.2-2mdv2008.0
libcompizconfig0-0.6.0-2mdv2008.0
compiz-fusion-plugins-main-0.6.0-2mdv2008.0
[andreas@localhost ~]$
Kann mir einer einen Tipp geben, um das Problem zu lösen?
Danke und Gruß
Andreas