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?
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
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 sourcefü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
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 Corporationfür die ungekürzte Fassung bitte einloggen
Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
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:~$