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 12/05/2007, à 16:26

paraboul

fglrx, direct rendering OK, Acceleration 3D non

Bonjour,

Voilà, j'ai installer fglrx, etc... voici les sorties que j'ai :

Jami:/home/para# glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes

Jami:/home/para# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
OpenGL version string: 2.0.6458 (8.36.5)

Jami:/home/para# glxgears -printfps
650 frames in 5.0 seconds = 129.993 FPS
637 frames in 5.0 seconds = 127.392 FPS

Jami:/home/para# grep EE /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Jami:/home/para#

Jami:/home/para# grep WW /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi/".
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi/".
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi".
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) LoadModule: given non-canonical module name "glesx.so"

Et enfin ma config Xorg.conf

Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    FontPath    "/usr/X11R6/lib/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    "vbe"
    Load    "GLcore"
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"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "Device"
    Identifier    "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
    Driver        "fglrx"
    BusID        "PCI:1:0:0"
    Option         "VideoOverlay"     "on"
    Option            "OpenGLOverlay" "off"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    HorizSync    28-70
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1400x1050"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
Option      "XVideo" "Enable"
Option "Composite" "disable"
EndSection

Donc mon problème c'est que cedega me dit que l'acceleration 3D ne marche pas et effectivement les jeux sont très très lent.

Voila merci smile

#2 Le 12/05/2007, à 16:40

paraboul

Re : fglrx, direct rendering OK, Acceleration 3D non

Ps :

glxgear = 99% CPU

Hors ligne

#3 Le 12/05/2007, à 19:20

themulot

Re : fglrx, direct rendering OK, Acceleration 3D non

que donne fgl_glxgears ?

Hors ligne

#4 Le 12/05/2007, à 19:20

themulot

Re : fglrx, direct rendering OK, Acceleration 3D non

si c'est fluide , c bon t'inkiete

Hors ligne

#5 Le 13/05/2007, à 21:48

paraboul

Re : fglrx, direct rendering OK, Acceleration 3D non

Oui c'est relativement fluide avec 300 fps, mais je me rapel qu'avant je tournais avec 3000 fps il me semble et que maintenant je n'ai plus aucun jeux qui passe hmm (Moins de 1 fps sur Warcraft ROC, contre 90 avant ><)

Ps :

14020 root      25   0  170m  14m 3496 R 96.2  2.9   0:10.75 fgl_glxgears

Dernière modification par paraboul (Le 13/05/2007, à 22:15)

Hors ligne

#6 Le 13/05/2007, à 22:31

awala

Re : fglrx, direct rendering OK, Acceleration 3D non

as tu bien suivi le post entièrement sur l'installation des drivers proprio ati ?

Dans la section [Module]
commentez "Load "extmod" " et rajoutez des lignes afin d'avoir ceci:
Code:

#    Load    "extmod"
    SubSection "extmod"
        Option    "omit xfree86-dga"
    EndSubSection

à cette page : http://forum.ubuntu-fr.org/viewtopic.php?id=2487

awala


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

Hors ligne

#7 Le 13/05/2007, à 22:56

paraboul

Re : fglrx, direct rendering OK, Acceleration 3D non

Oui Oui j'ai testé aussi, juste que au moment du copier collé je l'avait retiré.

Hors ligne