Probleme Beryl

Voila quand j’active Beryl, les trois icones en haut des fenetre (fermer, agrandir, reduire) disparaissent, mon pere à aussi ubuntu avec beryl et pas de probleme ça vient de quoi ?

EDIT : ajout image

http://img243.imageshack.us/img243/6788/capturect2.jpg

alt+clique sur la fenêtre pour la faire redescendre, et oh miracle, la decoration devrait apparaitre.

Salut,

Relie bien les tutos, peut être que tu as oublié une option dans le xorg.conf.

J’avais testé beryl sur ma Debian et je perdais aussi le contour des fenêtres, mais je n’ai pas cherché plus loin.

Miracle rien du tout oui :na: =D
Non Alt+clic je peut tordre la fenetre mais pas plus !

-Lance beryl-manager en mode console pour voir le message d’erreur
-change de decorateur de fenetre (emerald, heliodor…)
-Tu as une CG Nvidia ? il faut peut-etre rajouter quelque chose dans le xorg.conf alors …

Oui j’ai une 7600, par contre quand j’active beryl, je peut pas voir la console :o Je fais quoi alors ?

quitte beryl, lance la console et tape beryl-manager …

t’as mis les drivers proprietaires ?
si oui edit ton xorg.conf en tapant “gksu gedit /etc/X11/xorg.conf” dans la console
et dans la section “Screen” rajoute ceci :

    Option         "TripleBuffer" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"

Apres ca peut ne pas marcher, je sais que j’avais un probleme comme le tiens, et je pense que ceci l’a reglé (pas sur a 100%) donc fait un backup avant de modifier ton xorg.conf si ca plante …

OK j’ai fait la manip mais rien ne change !
Voila ce que j’ai en lancant Beryl-manager en console :

**
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Reloading options
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32


Alors ?

regarde ton xorg.conf, comme ecrit au dessus.
c’est surement ça le problème(deja eu la meme chose)

Je ragarde quoi aussi dans xorg ? Faut regler quoi ?

verifie que tu as ça dans le xorg.conf
si ya pas, ajoute…

Oui je l’ai ajouté !

et ?
t’as relancer ton serveur X et ca marche pas ? :heink:

ctrol+maj+retour arriere :o

Oui voila, j’ai meme redemaré la machine ! je voit toujours pas le terminale, et toujours pas la petite croix en haut des fenetres :neutre:

Voila comment j’ai fait avec 2 pc sous Nvidia
j’ai installé les drivers proprietaires http://doc.ubuntu-fr.org/nvidia.run
J’ai eu la meme erreur que toi

Reloading options
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32

j’ai donc rajouté ce qu’on t’a dit de rajouter au xorg.conf, apres tu peux essayer de chercher sur google en tapant “beryl: No GLXFBConfig for depth 32”
Sinon, tu as bien le DefaultDepth à 24 dans la section screen du xorg.conf ?

Alors comme je debute totalement voila ce que j’ai dans xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /etc/X11/xorg.conf (xorg 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(5) 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Écran générique"
    HorizSync       28.0 - 72.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce Go 7600]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation G70 [GeForce Go 7600]"
    Monitor        "Écran générique"
    DefaultDepth    16
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
    Option         "TripleBuffer" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
EndSection

Mes ligne sont placés au bon endroit ?

essaye de mettre en 24, ca devrais aller mieux…

Okkkkk maintenant j’ai le logo Nvidia qui s’affiche au demarage !!!!

MERCI

a quoi correspond le 24 ?

La profondeur d’affichage des couleurs (en bit).