Bonjour à tous,
Je viens d’installer une Lenny depuis un netinstall sur un Thinkpad T61 avec Gnome comme environnement.
J’en suis à l’installation et au parmétrage de compiz-fusion
J’ai utilisé les dépôts de shame.tuxfamily.org et j’ai installé compiz-fusion-gnome.
Le driver nvidia propriétaire me semble correctement installé mais je rencontre le problème suivant lorsque je lance compiz-manager depuis la console administrateur :
lpe-tux:/home/marc# compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 10de:040c (rev a1) (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1680x1050) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald
GConf backend: There is an unsupported value at path /apps/compiz/plugins/wobbly/screen0/options/friction. Settings from this path won't be read. Try to remove that value so that operation can continue properly.
GConf backend: There is an unsupported value at path /apps/compiz/plugins/wobbly/screen0/options/spring_k. Settings from this path won't be read. Try to remove that value so that operation can continue properly.
GConf backend: There is an unsupported value at path /apps/compiz/plugins/scale/allscreens/options/initiate_edge. Settings from this path won't be read. Try to remove that value so that operation can continue properly.
Malgré tout, j’obtiens des effets 3D de compiz mais bon…
Le xorg.conf un peu flou il est vrai :
[code]# xorg.conf (X.Org X Window System server configuration file)
This file was generated by dexconf, the Debian X Configuration tool, using
values from the debconf database.
Edit this file with caution, and see the xorg.conf manual page.
(Type “man xorg.conf” at the shell prompt.)
This file is automatically updated on xserver-xorg package upgrades only
if it has not been modified since the last upgrade of the xserver-xorg
package.
If you have edited this file but would like it to be automatically updated
again, run the following command:
sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
#Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
#EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ExplorerPS/2"
Option “Emulate3Buttons” "on"
Option “Emulate3TimeOut” "50"
Option “EmulateWheel” "on"
Option “EmulateWheelTimeOut” "200"
Option “EmulateWheelButton” "2"
Option “YAxisMapping” "4 5"
Option “XAxisMapping” "6 7"
Option “ZAxisMapping” "4 5"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver “nvidia”
#Option “XAANoOffscreenPixmaps” "true"
Option “AddARGBGLXVisuals” "true"
Option “AllowGLXWithComposite” "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
DefaultDepth 24
#Option “AddARGBGLXVisuals” “True”
#Option “DisableGLXRootClipping” "true"
EndSection
Section “ServerLayout”
#Option “AIGLX” "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section “DRI”
Mode 0666
#EndSection
Section "Extensions"
Option “Composite” "Enable"
EndSection
[/code]
Un petit coup de pouce serait le bienvenu, et merci d’avance.