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

Compize Manager startet nicht

Coolzero

Advanced Hacker
Hallo,
ich habe die compize Packete über yast instliert, wenn ich nun compize starten will kommt folgendes:
Code:
compiz-manager &
[1] 13930
Coolzero@linux-x6eg:~> Checking for Xgl: not present. 
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log 
No whitelisted driver found
aborting and using fallback: /usr/bin/kwin 
OpenGL vendor string:                   NVIDIA Corporation
OpenGL renderer string:                 ION LE/PCI/SSE2
OpenGL version string:                  3.3.0 NVIDIA 270.41.06
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
Driver:                                 NVIDIA
Driver version:                         270.41.6
GPU class:                              Unknown
OpenGL version:                         3.3
GLSL version:                           3.30
X server version:                       1.9.3
Linux kernel version:                   2.6.37
Direct rendering:                       yes
Requires strict binding:                no
GLSL shaders:                           yes
Texture NPOT support:                   yes

Wieso läuft xgl nicht obwohl ich den nvidia Treiber instaliiert habe?
 
A

Anonymous

Gast
Welche compiz-Version läuft denn da?

Code:
rpm -qa | grep compiz
Bei mir läuft das 0.8.8-Release einwandfrei mit dem Nvidia-Treiber.
 
OP
Coolzero

Coolzero

Advanced Hacker
DaBossDaChef schrieb:
Welche compiz-Version läuft denn da?

Code:
rpm -qa | grep compiz
Bei mir läuft das 0.8.8-Release einwandfrei mit dem Nvidia-Treiber.

Dann kommt folgendes:
Code:
rpm -qa | grep compiz
compiz-plugins-main-debugsource-0.9.2.1-8.5.i586
libcompizconfig-devel-0.9.2.1-5.1.i586
compiz-plugins-extra-debuginfo-0.9.2.1-4.5.i586
compiz-plugins-extra-0.9.2.1-4.5.i586
compiz-debuginfo-0.9.2.1-5.5.i586
python-compizconfig-0.9.2.1-5.5.i586
python-compizconfig-debugsource-0.9.2.1-5.5.i586
compiz-kde4-debuginfo-0.9.2.1-5.5.i586
libcompizconfig-0.9.2.1-5.1.i586
libcompizconfig-debuginfo-0.9.2.1-5.1.i586
compiz-bcop-0.8.4-6.1.i586
compiz-kde4-0.9.2.1-5.5.i586
compiz-devel-0.9.2.1-5.5.i586
compiz-plugins-extra-devel-0.9.2.1-4.5.i586
compiz-plugins-extra-debugsource-0.9.2.1-4.5.i586
compiz-0.9.2.1-5.5.i586
compiz-manager-0.6.0-18.1.noarch
python-compizconfig-debuginfo-0.9.2.1-5.5.i586
compiz-debugsource-0.9.2.1-5.5.i586
libcompizconfig-backend-gconf-0.9.2.1-5.1.i586
compiz-branding-openSUSE-0.9.2.1-5.5.i586
libcompizconfig-debugsource-0.9.2.1-5.1.i586
compiz-plugins-main-devel-0.9.2.1-8.5.i586
compiz-plugins-main-debuginfo-0.9.2.1-8.5.i586
compiz-lang-0.9.2.1-5.5.noarch
compiz-plugins-main-0.9.2.1-8.5.i586
compizconfig-settings-manager-0.9.2.1-4.1.noarch
 
A

Anonymous

Gast
Hi,

das 0.9.x-Release lief bei mir auch nicht. Du könntest es mit dem 0.8.8-Release versuchen. Das bekommst du z.B. hier in meinem Repo:
http://download.opensuse.org/repositories/home:/Herbster0815/openSUSE_11.4/
Aber nur benutzen, falls du die 11.4 am Laufen hast.

Ich hatte mir noch unter /etc/X11/xorg.conf.d eine Datei 50-extensions.conf angelegt mit folgendem Inhalt:

Code:
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Ob das unbedingt nötig ist, weiss ich nicht.
 
Oben