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 20/03/2007, à 21:10

Unibroue

Beryl + AIGLX + intel = Je vais virer dingue!

Bonjour à vous tous,

je viens d'installer ubuntu edgy ... je tente de faire marcher beryl ... et j'ai quelques problèmes!

Le problème c'est que je démarrer une session graphique (sans beryl) ... j'ouvre un terminal et y tappe:

beryl > output.log

ensuite, l'écran vient noir ... et je suis renvoyer au login normal!!!

Voici le contenu de mon output.log

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

Detected xserver                                : AIGLX

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

je n'ai aucune erreur, comme vous pouvez le constater!

Ensuite voici mon fichier xorg.conf

# /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"
        FontPath        "/usr/share/fonts/X11/misc"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        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"     "ca"
        Option          "XkbOptions"    "lv3:ralt_switch"
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
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

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

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

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-100
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "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"
        Option          "AIGLX" "true"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option  "Composite" "Enable"
EndSection

Je vous épargne mon xorg.0.log ... mais le fournirai si besoin est!

Merci beaucoup pour votre aide, j'ai cherche longtemps avant de me résigner à venir vous achaler!

#2 Le 20/03/2007, à 21:34

G-rom

Re : Beryl + AIGLX + intel = Je vais virer dingue!

les AIGLX true est normal pour les cartes intel ?


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#3 Le 20/03/2007, à 21:41

unibroue

Re : Beryl + AIGLX + intel = Je vais virer dingue!

AIGLX true

force seulement l'utilisation de AIGLX ... donc je peux l'enlever ... il détectera tout de même AIGLX ...

Je viens d'essayer sans ce paramètre et j'ai exactement le même résultat

#4 Le 20/03/2007, à 21:52

G-rom

Re : Beryl + AIGLX + intel = Je vais virer dingue!

ça serait juste la puissance du pc qui serait en cause ?? Parce que là je vois pas d'erreur non plus :S


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#5 Le 20/03/2007, à 21:54

unibroue

Re : Beryl + AIGLX + intel = Je vais virer dingue!

Je viens de découvrir que j'ai un chipset i965 ... mais que ubuntu me mets le driver i810 car il semble avoir un problème avec i965 ...

Es-ce qu'il y a une solution connue quand on a un chipset i965???

Merci

#6 Le 20/03/2007, à 22:06

unibroue

Re : Beryl + AIGLX + intel = Je vais virer dingue!

http://ubuntuforums.org/showthread.php?t=373087

C'est ce qui a fixé mon problème!

Merci

#7 Le 21/03/2007, à 00:28

G-rom

Re : Beryl + AIGLX + intel = Je vais virer dingue!

un petit résolu dans le sujet du topic wink


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#8 Le 21/03/2007, à 02:46

roger64

Re : Beryl + AIGLX + intel = Je vais virer dingue!

@unibroue

bonjour smile

Tu es un cas clinique intéressant. Tu cites le post de Trevino in english.

Pourrais-tu, en français et pour notre commun understanding,  résumer ce que tu as fait et préciser exactement ton type de carte et ton driver?
Je suppose aussi que tu es encore sous Edgy?

Est-ce que quelqu'un sait si les modifications proposées par Trevino seront intégrées dans feisty?

Merci de ton aide.

Dernière modification par roger64 (Le 21/03/2007, à 02:47)

Hors ligne