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 18/04/2005, à 16:16

chatainsim

Probleme de Direct Rendering

Bonjour, je viens d'installer Ubuntu, et j'ai un probléme avec ma Radeon 9700 Pro.
En effet lorsque je fait :

# glxinfo | head -n 3

J'obtient :

name of display: :0.0
display: :0  screen: 0
direct rendering: No

Et je n'arrive pas à activer le direct rendering.
Quequ'un aurait-il une idée ?

Merci


...

Hors ligne

#2 Le 19/04/2005, à 00:09

lamiricore

Re : Probleme de Direct Rendering

postes nous ton xconf
cat /etc/X11/xorg.conf

#3 Le 19/04/2005, à 00:11

chatainsim

Re : Probleme de Direct Rendering

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
#    Load    "extmod"
    SubSection "extmod"
        Option    "omit xfree86-dga"
    EndSubSection
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "type1"
    Load    "vbe"
EndSection

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

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

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)"
    Driver        "fglrx"
    BusID        "PCI:1:0:0"
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)2"
    Driver        "fglrx"
    BusID        "PCI:1:0:1"
EndSection

Section "Monitor"
    Identifier    "L70S+"
    Option        "DPMS"
    HorizSync    30-65
    VertRefresh    50-75
EndSection

Section "Monitor"
    Identifier    "L50S"
    Option        "DPMS"
    HorizSync    30-65
    VertRefresh    50-75
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)"
    Monitor        "L70S+"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Second Screen"
    Device        "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)2"
    Monitor        "L50S"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Option          "Xinerama" "on"
        Screen          "Default Screen"
        Screen          "Second Screen" RightOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection


Section "DRI"
    Mode    0666
EndSection

...

Hors ligne

#4 Le 26/04/2005, à 19:04

chatainsim

Re : Probleme de Direct Rendering

up


...

Hors ligne

#5 Le 26/04/2005, à 21:00

coffee

Re : Probleme de Direct Rendering

Tu es sur de BusID        "PCI:1:0:1"?
Le xinerama n'empeche t il pas le DR?
Avec 1 seul écran ça marche?
Essaye avec Driver radeon...


Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)

Hors ligne

#6 Le 26/04/2005, à 22:56

chatainsim

Re : Probleme de Direct Rendering

possible que xinerama bloque le DR, mais le probleme c'est que lorsque je veux le desinstaller, il faut enlever une grande quantité de programmes ... ce que je ne comprend pas sachant qu'ils ne sont pas dependant ...

Je suis en effet sur de BusID smile


...

Hors ligne

#7 Le 27/04/2005, à 09:26

vdemeester

Re : Probleme de Direct Rendering

Le xinerama BLOQUE en effet le Direct Rendering (testé et approuvé par moi même il y a quelques jours..).. Très dessus j'était quand j'ai vu ça..

Hors ligne

#8 Le 27/04/2005, à 09:36

chatainsim

Re : Probleme de Direct Rendering

et comment le desactiver ?

Comme ça ?

Section "ServerLayout"
        Identifier      "Default Layout"
        Option          "Xinerama" "off"
        Screen          "Default Screen"
        Screen          "Second Screen" RightOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

...

Hors ligne