Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 23/04/2007, à 00:20

A06

[Beryl] Tout ne fonctionne pas !

Salut !
Aussi étonnant que cela puisse parraitre, tout ne fonctionne pas chez moi.
Exemple : Le bureau en cube ne se lance pas. Impossible dans lancer des effets lorsque je minimise / reagrandit ma fenetre, je n'arrive pas a changer de theme via Rubis....

PS : J'utilise composite en meme temps, sinon il ne se passe vraiment rien du tout !!

ao6@Ao6-desktop:~$ beryl  --test-only
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :1.0 ...

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

ao6@Ao6-desktop:~$ glxinfo | grep rendering
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No

j'espere que quelqu'un pourrait m'aider...

A+

Hors ligne

#2 Le 23/04/2007, à 00:45

Astier

Re : [Beryl] Tout ne fonctionne pas !

Si tu donnais ton modèle de carte graphique, le pilote que tu utilises ainsi que ton /etc/X11/xorg.conf ça pourrait aider.

A+

Hors ligne

#3 Le 23/04/2007, à 12:08

A06

Re : [Beryl] Tout ne fonctionne pas !

Salut !

J'ai une ATI X1300, j'ai installer seulement ce qui m'a été proposé par Ubuntu Feisty Fawn ( l'utilitaire pour les pilotes proprio automatique ), et voila mon XORG :

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
    Fontpath    "/usr/share/X11/fonts/misc"
    Fontpath    "/usr/share/X11/fonts/cyrillic"
    Fontpath    "/usr/share/X11/fonts/100dpi/:unscaled"
    Fontpath    "/usr/share/X11/fonts/75dpi/:unscaled"
    Fontpath    "/usr/share/X11/fonts/Type1"
    Fontpath    "/usr/share/X11/fonts/100dpi"
    Fontpath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    Fontpath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

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

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

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

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

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

Section "Device"
    Identifier    "ATI Technologies, Inc. ATI Default Card"
    Driver        "fglrx"
    Busid        "PCI:4:0:0"
        Option          "AllowGLXWithComposite"         "true"
        Option          "XAANoOffscreenPixmaps"
        Option          "AddARGBGLXVisuals" "true"
        Option          "TripleBuffer" "true"
EndSection

Section "Monitor"
    Identifier    "NEC CI A727"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. ATI Default Card"
    Monitor        "NEC CI A727"
    Defaultdepth    24
    SubSection "Display"
        Depth    1
        Modes        "1024x768"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "1024x768"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "1024x768"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "1024x768"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "1024x768"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "1024x768"    "800x600"    "720x400"    "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
    Inputdevice    "stylus"    "SendCoreEvents"
    Inputdevice    "cursor"    "SendCoreEvents"
    Inputdevice    "eraser"    "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
    Option        "Composite"    "0"
EndSection

A+

Hors ligne

#4 Le 23/04/2007, à 15:55

Astier

Re : [Beryl] Tout ne fonctionne pas !

Alors si tu utilises le pilote proprio fglrx il faut que tu passes par XGL, ce qui semble être le cas mais peut-être faut-il regarder ça de plus près. Sinon li me semble que le fait d'utiliser XGL renvoie un "Direct rendering : No". As-tu bien installé les paquets beryl-plugins et le décorateur Emerald ainsi que le paquet emerald-themes ?

Sinon fais une recherche dans le forum avec ton modèle de carte (X1300) ou avec les autres modèles de la séries X1*** comme par exemple X1400, X1600 car les xorg.conf devrait être assez similaires.

Par exemple j'ai participé à ce topic http://forum.ubuntu-fr.org/viewtopic.php?pid=874560#p874560 peut-être cela t'aidera-t-il.

A bientôt

Dernière modification par Astier (Le 23/04/2007, à 16:02)

Hors ligne