• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Compiz unter OpenSuse 11.1

Nargaroth

Newbie
Hi Leute,

ich versuche schon seit ein paar Tage den 3D Desktop unter OpenSuse 11.1 zum laufen zu bekommen. Aber irgendwie will mir das nicht gelingen ! Die Compiz Packete habe ich über Yast alle eingebunden, den passenden Treiber von Nvidia habe ich über die Konsole installiert.

3D Rendering funtkioniert soweit auch wenn ich als root in der Konsole
Code:
 glxinfo | grep rendering
eingebe erhalte ich als Antwort
Code:
direct rendering: Yes
! Laut SaX2 ist die 3D Unterstützung auch aktiv ! Wenn ich jetzt CompizConfigManager starte kann ich auch zum Beispiel den 3D Cube einstellen. Nur funktionierten tut dies leider nicht, ich kann aktivieren was ich will es ändert sich einfach nichts !?

Was mich zusätzlich noch verwundert ist die Tatsache das wenn ich auf Persönliche Arbeitsfläche klicke bzw dann auf Arbeitsfläche, ist die Rubrik Arbeitsflächeneffekte aktiven grau hinterlegt und unten steht
Code:
Required X extensions (XComposite und XDamage) not available

Kann mir vielleicht jemand einen Tip geben !

Ps. Gegooglet habe ich schon mehrere Wochen, Treiber funzt. Die gegoggelten Lösungen brachten alle nichts ! Leider..
 

Jägerschlürfer

Moderator
Teammitglied
aus welchem Repo hast du denn die Pakete für compiz?

bzw was passiert, wenn du compiz über die Konsole startest? Bekommst du Fehlermeldungen? wenn ja, welche? Bitte mal posten.
 

whois

Ultimate Guru
Welche Fehlermeldung erhälst du wenn du das in der Konsole machst?
Das ist ein bisschen dürftig.
 
OP
N

Nargaroth

Newbie
Also Compiz Version ist 0.7.8-10.18 laut Yast.

Wenn ich Compiz über die Konsole starten will kommt folgende Fehlermeldung.

Code:
linux-6ccf:/home/nargaroth/Desktop/appz # compiz
compiz (core) - Fatal: No composite extension

Bzw. so ein Linuxcrack bin ich nicht, daher muss ich nachfragen. Wie bekomme ich heraus aus welchen Repositorie Compiz installiert wurde !? Eingetragen sind noch die Standart Repositories !
 

whois

Ultimate Guru
Welche Grafikkarte steckt da drin?
Zeigst du uns bitte mal deine xorg.conf und das hier.

Code:
zypper repos
 
Code:
Required X extensions (XComposite und XDamage) not available

Lässt sich bei 'ner NVidia so lösen:

Code:
nvidia-xconfig --composite
nvidia-xconfig --allow-glx-with-composite
nvidia-xconfig --render-accel
nvidia-xconfig --add-argb-glx-visuals -d 24
nvidia-xconfig --damage-events

...diese Kommandos nacheinander als root in eine Konsole tippen, den Desktop neustarten, und dann sollte das funktionieren.

Beachte aber folgendes:

Was mich zusätzlich noch verwundert ist die Tatsache das wenn ich auf Persönliche Arbeitsfläche klicke bzw dann auf Arbeitsfläche [...]

Die z.T. ähnlichen KDE4-Effekte haben nichts mit Compiz und dessen Einrichtung zu tun, das sind zwei verschiedene Paar Schuhe (beides benötigt aber die von mir geposteten Kommandos).
 
OP
N

Nargaroth

Newbie
Es handelt sich um eine Geforce 7300Go mit 128MB DDR Ram..

Meine xorg.conf

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Feb  5 00:18:17 PST 2009

# /.../
# SaX generated X11 config file
# Created on: 2009-04-19T11:22:21+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen         "Screen[0]" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "CorePointer"
    InputDevice    "Mouse[3]" "SendCoreEvents"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/URW"
    FontPath        "/usr/share/fonts/Speedo"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/latin2/misc:unscaled"
    FontPath        "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/Type1"
    FontPath        "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/share/fonts/baekmuk:unscaled"
    FontPath        "/usr/share/fonts/japanese:unscaled"
    FontPath        "/usr/share/fonts/kwintv"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/uni:unscaled"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/ucs/misc:unscaled"
    FontPath        "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/misc:unscaled"
    FontPath        "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/Type1"
    FontPath        "/usr/share/fonts/misc/sgi:unscaled"
    FontPath        "/usr/share/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
EndSection

Section "Module"
    Load           "freetype"
    Load           "extmod"
    Load           "dbe"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "on"
    Option         "ZapWarning" "on"
EndSection

Section "InputDevice"
    Identifier     "Keyboard[0]"
    Driver         "kbd"
    Option         "Protocol" "Standard"
    Option         "XkbLayout" "de"
    Option         "XkbModel" "microsoftpro"
    Option         "XkbRules" "xfree86"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Name" "KYE NetScroll+ Traveler"
    Option         "Protocol" "explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Mouse[3]"
    Driver         "synaptics"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "on"
    Option         "InputFashion" "Mouse"
    Option         "Name" "Touchpad"
    Option         "Protocol" "explorerps/2"
    Option         "SHMConfig" "on"
    Option         "Vendor" "Synaptics"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Modes"
    Identifier         "Modes[0]"
EndSection

Section "Monitor"
    Identifier     "Monitor[0]"
    VendorName     "--> LCD"
    ModelName      "1280X800@75HZ"
    UseModes       "Modes[0]"
    DisplaySize     305    230
    HorizSync       30.0 - 82.0
    VertRefresh     58.0 - 75.0
    Option         "CalcAlgorithm" "XServerPool"
    Option         "DPMS"
    Option         "PreferredMode" "1280x800"
EndSection

Section "Device"
    Identifier     "Device[0]"
    Driver         "nvidia"
    VendorName     "NVidia"
    BoardName      "Quadro NVS 110M/GeForce Go 7300"
    Screen          0
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "CursorShadow"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       15
        Modes      "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

gropiuskalle vielen Dank für deinen Tip, ich habe selbst nicht mehr daran geglaubt aber mein 3D Desktop funktioniert nun tatsächlich dank deiner geposteten Tips !!!! Vielen Dank... :)
 
OP
N

Nargaroth

Newbie
Ich hoffe der Thread wurde noch nicht als gelöst markiert.

Mein aktuelles Problem berschreibt sich wie folgt.
Die Desktopeffekte von KDE selbst funktioneren, aber wenn ich was in der Compizkonfiguration einstelle übernimmt er keinerlei Änderungen. Wenn ich danach die Compizkonfig nochmal öffne, dann sind wieder alle Optionen deaktiviert.

Daher geh ich davon aus das Compiz nicht als Fenstermanage ausgewählt wurden ist.
Wenn ich nun unter Yast den Editor für /etc/sysconfig öffne und unter Desktop/Windowsmanager nachschaue ist auch noch KDE der eingetragene Wert ! Das merkwürdige ist das Compiz nicht als Fenstermanager zur Auswahl steht !? Ich habe nur die Standartwerte zur Auswahl. Müste ich dort nicht compiz auswählen können ??

Dann habe ich noch eine weitere Frage, wie kann ich rausfinden ob XGL nun auch definitiv funktioniert ?
Unter DISPLAYMANAGER_XSERVER steht Xorg, sollte da nicht XGL stehen ?
 
Oben