PHP Portal » PHP Forum » Software & Technik » Unix, Linux, Solaris, BSD » Compiz unter Gnome

[Linux] Compiz unter Gnome 

von
Member
Zitat
Nach Langem wollte ich wieder mal Compiz nutzen/testen. Das liegt einfach daran, dass mein Rechner etwas schneller als vor einem Jahr ist und die Grafik-Karte dank TBT nun mit einem OpenGL Treiber von nVidia läuft. Letzteres war unabhängig von Compiz nötig, da mein Bildschirm nun 1920x1200 Pixel umfasst.

Wie auch immer .. Ich brauche vermutlich das Paket compiz-gnome was sich nicht installieren lässt. Was tun?

Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
jupiter:~# apt-get install compiz-gnome Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: compiz-gnome: Depends: libmetacity0 (>= 1:2.22.0) but it is not installable E: Broken packages jupiter:~# apt-get install libmetacity0 Reading package lists... Done Building dependency tree Reading state information... Done Package libmetacity0 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
für die ungekürzte Fassung bitte einloggen

Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
markus@jupiter:~$ glxinfo name of display: :0.0 Xlib: extension "XFree86-DRI" missing on display ":0.0". display: :0 screen: 0 direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) server glx vendor string: NVIDIA Corporation server glx version string: 1.4 server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, GLX_EXT_framebuffer_sRGB client glx vendor string: SGI client glx version string: 1.2 client glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context GLX version: 1.2 GLX extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating OpenGL vendor string: NVIDIA Corporation
für die ungekürzte Fassung bitte einloggen

Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
markus@jupiter:~$ cat /etc/debian_version squeeze/sid markus@jupiter:~$ cat /etc/apt/sources.list # deb file:///cdrom/ sarge main #deb ftp://ftp.de.debian.org/debian stable main contrib non-free deb ftp://ftp.de.debian.org/debian testing main contrib non-free #deb ftp://ftp.de.debian.org/debian unstable main contrib non-free #deb http://debian-multimedia.org/ stable main deb http://download ... ktopfx/unstable ./ # virtualbox-2.0 deb http://download ... rtualbox/debian lenny non-free markus@jupiter:~$

Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
markus@jupiter:~$ compiz-check Gathering information about your system... Distribution: Debian GNU/Linux (squeeze/sid) Desktop environment: GNOME Graphics chip: nVidia Corporation GeForce 8200 (rev a2) Driver in use: nvidia Rendering method: Nvidia Checking if it's possible to run Compiz on your system... Checking for texture_from_pixmap... [FAIL] Checking for non power of two support... [FAIL] Checking for composite extension... [ OK ] Checking for FBConfig... [ OK ] Checking for hardware/setup problems... [ OK ] markus@jupiter:~$

Werbung

Compiz 

von
Besucher
Zitat
Compiz braucht auf jeden Fall auch compiz-gnome - ohne geht nicht. Da hilft letztendlich nur, wieder eine saubere sources.list zu bauen.

Alternativ könntest Du statt Compiz die eingebaute Composite-Funktion von Metacity (dem Standard-Window-Manager von Gnome) nutzen. Der kann (noch) nicht ganz so viel wie Compiz, dafür ist er schnell und bereits eingebaut.

1. Schmeiß das installierte Compiz-Zeug wieder weg ("apt-get remove compiz*" oder so)

2. Rufe in der Konsole auf: gconf-editor

3. Wähle im Baum: apps -> metacity -> general

4. Klicke "compositing_manager" an

Fertig.

Sascha.

Re: Compiz unter Gnome 

von
Member
Zitat
Hi Sascha,

nun habe ich Schatten an den Fenstern. Was sind die weiteren Gnome-eigene Features? ,-)

Gruß
Haxe

Schnellantwort