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 11/04/2007, à 22:50

Mouail

XFree86-DRI, marche pas !

J'ai installé les pilotes propriétaires sur ma carte graphique ATI Radéon Xpress 200 Mobility ou M (j'aime bien les noms courts !). Mais fglrx me donne un message d'erreur, le voici:

noel@noel-laptop:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

Comment résoudre ce problème? (j'ai essayé d'aller sur le site d'ATI pour télécharger XFree86-DRI, manque de pot c'est un RPM ... ).

Hors ligne

#2 Le 12/04/2007, à 11:19

Zogz

Re : XFree86-DRI, marche pas !

J'ai le même problème aussi. Impossible de le résoudre j'ai tout esseyé.

#3 Le 12/04/2007, à 12:37

awala

Re : XFree86-DRI, marche pas !

bonjour
je te donne pour xorg.conf j'ai une session xgl et beryl en plus avec la meme carte graphique que la tienne.

# /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        "i2c"
    Load        "bitmap"
    Load        "ddc"
    Load        "dri"
#    Load        "extmod"
SubSection "extmod"
        Option    "omit xfree86-dga"
EndSubSection
    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        "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"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"    "/dev/psaux"
    Option        "Protocol"    "auto-dev"
    Option        "HorizScrollDelta"    "0"
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 Radeon XPRESS 200M 5955 (PCIE)"
    Driver        "fglrx"
    Busid        "PCI:1:5:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
    Monitor        "Generic Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    1
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "1280x800"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "1280x800"
    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"
    Inputdevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection
Section "Extensions"
    Option        "Composite"    "0"
EndSection


Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty

Hors ligne

#4 Le 12/04/2007, à 20:23

Mouail

Re : XFree86-DRI, marche pas !

Moi aussi je suis sous Feisty. J'ai installé les pilotes prioritaires avec le gestionnaire et non avec le fichier .bin . Donc voilà ce que j'ai après avoir fait fglrxinfo

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS Series
OpenGL version string: 2.0.6334 (8.34.8)

Mais quand j'active les effets on me dit que "L'extension Composite est indisponible". J'ai le même Xorg.conf que toi.

Dernière modification par Mouail (Le 12/04/2007, à 20:24)

Hors ligne

#5 Le 12/04/2007, à 21:01

awala

Re : XFree86-DRI, marche pas !

bonsoir
as tu installé une session xgl si non va voir la documentation
si compiz ne fonctionne pas tu as le choix de beryl: si tu veux beryl il faut:
1) dans un premier temps désactiver les depots universe et multiverse
2) dans ton sources.list tu mets la ligne:
deb http://ubuntu.beryl-project.org/ feisty main
3) puis sudo apt-get update && upgrade
4) tu installes les paquets beryl et emerald voir la docu pour ca
5) tu peux remettre les depots universe et multiverse mais en veillant de bloquer les versions des 9 paquets dans synaptic sinon la mise à jour de ces 9 paquets vont te ruiner beryl

awala


Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty

Hors ligne