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 31/01/2007, à 12:15

Jcastang

Problemes pilotes ATI 8.28

Bonjour,

J'ai installé hier les pilotes ATI propriétaires sur mon UbuntuEdgy. Ce sont ceux fournis par le depots, donc la version 8.28.

Mon pc est un protable ASUS A6Va soit : centrino 1.7Ghz + Ati X700.
J'ai suivi la doc trouvée sur ce site pour installer les pilotes.

Mais au redemarage j'ai:

me@home:~$ glxgears -printfps
116 frames in 5.0 seconds = 23.126 FPS
196 frames in 5.1 seconds = 38.803 FPS
129 frames in 5.0 seconds = 25.583 FPS
113 frames in 5.0 seconds = 22.413 FPS

alors que j'ai ceci:

me@home:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
3635 frames in 5.0 seconds = 727.000 FPS
4551 frames in 5.0 seconds = 910.200 FPS
4460 frames in 5.0 seconds = 892.000 FPS
4412 frames in 5.0 seconds = 882.400 FPS
3945 frames in 5.0 seconds = 789.000 FPS
4609 frames in 5.0 seconds = 921.800 FPS

Cela ne me semble pas tres élevé au vu des autres posts sur ce forum.

Voici donc quelques informations pour vous aider (a m'aider smile)

me@home:~$ glxinfo | grep render
direct rendering: Yes
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: MOBILITY RADEON X700 Generic

Mon fichier 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"
    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"
    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
                                                      # /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    "Carte vidéo générique"
    Driver        "fglrx"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Carte vidéo générique"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x800" "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"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
    Option "Composite" "disable"
EndSection

Et enfin mon fichiers modules:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
sbp2
agpgart
intel_agp
fglrx

Merci d'avance pour votre aide

Jerome

#2 Le 01/02/2007, à 10:36

Jcastang

Re : Problemes pilotes ATI 8.28

Bonjour,

je viens ici rajouter quelques compléments pour mon problème:

lorsque je lance glxgears avec mon portable sur batterie (c'est a dire sans secteur du tout)
j'obtiens des scores plus élevés.

De plus toujours quand je suis sur batterie, le son fonctionne a merveille sous cedega, alors que si je branche le secteur, le son saccade voie je n'ai même plus de son du tout.

Je comprends plus rien smile
Comment l'alimentation secteur peut avoir une influence sur le son de mon pc ?

Ptet le mode d'alimentation mal géré ?

#3 Le 08/02/2007, à 23:16

Devil00303

Re : Problemes pilotes ATI 8.28

Bonjour, J'ai créé une nouvelle discution sur les portables asus car j'ai un petit souci et je recherche de l'aide merci d'avance.
Titre : Portable Asus A8JP problème de reconnaissance matériel
Lien : http://forum.ubuntu-fr.org/viewtopic.ph … 79#p732279

Devil00303

Hors ligne

#4 Le 23/02/2007, à 01:41

Granverge

Re : Problemes pilotes ATI 8.28

regarde la fin de ce post :
http://forum.ubuntu-fr.org/viewtopic.php?id=98008
en installant manuellement les drivers 8.29 ATi, j'obtiens de bien meilleurs score avec le meme portable

Hors ligne