Page 1 sur 1

[xorg.conf] MESA ?? (fausse alerte)

Publié : lun. 13 sept. 2010, 10:30
par IdoMcFly
bonjour,

en testant Firefox 4.0b5, je me suis aperçu que j'ai vraiment de mauvaise perf. Du coup je me dis que c'est firefox qui délire et je lance le test de Grafx Bot pour contribuer un peu.

et voilà ce que je vois :

Code : Tout sélectionner

System Information

Display Vendor: Device (0x1002)

Display Adapter: Device 1002:9710

Display Chipset: 0x9710

Display RAM: 256 MB

Display Drivers: Mesa DRI R600 (RS880 9710) 20090101 x86/MMX+/3DNow!+/SSE2 TCL DRI2 (Advanced Micro Devices, Inc.)

Driver Version: 2.0 Mesa 7.8.2

Display Settings: 3200 x 1200 x 24
drivers MESA ? C'est sûrement la cause de mes soucis non ?

mon xorg.conf :

Code : Tout sélectionner

Section "ServerFlags"
    #Option    "AutoAddDevices" "False"
    Option    "DontZap" "False"
EndSection

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0"
    InputDevice    "Keyboard0"
    Option "AIGLX" "true"
EndSection

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

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dri"
    Load  "ddc"
    Load  "extmod"
    Load  "glx"
    Load   "bitmap"
    Load  "type1"
    Load  "freetype"
    Load  "dbe"
    Load  "dri2"
    Load  "drm"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option  "CoreKeyboard"
    Option  "XkbModel" "pc105"
    Option    "XkbRules" "xorg"
    Option    "XkbLayout" "fr"
    Option    "KkbVariant" "bepo"
    #Option    "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "evdev"
    Option        "Name" "*Logitech USB Receiver*"
    Option        "Dev Name" "Logitech USB Receiver"
    Option        "Dev Phys" "usb-0000:00:12.2-5.2/input0"
    Option        "CorePointer"
    Option        "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
    Option        "Buttons" "10"
    #Option        "Emulate3Buttons "False"
    Option        "ZAxisMapping" "9 10"
    Option        "AngleOffset" "-32"
EndSection

Section "Monitor"
    #DisplaySize      520   320    # mm
    Identifier   "T240"
    VendorName   "SAM"
    ModelName    "SyncMaster"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier  "Q17"
    Option        "DPMS" "true"
    Option        "RightOf" "T240"
EndSection

Section "Device"
        Option     "EnablePageFlip" "true"        # [<bool>]
        Option     "DMAForXv" "true"              # [<bool>]
        Option     "ColorTiling" "on"           # [<bool>]
        Option     "ScalerWidth" "2048"            # <i>
        Option     "RenderAccel" "on"           # [<bool>]
        Option     "AccelMethod" "EXA"           # <str>
    Option       "AccelDFS" "1"
        Option     "DRI" "on"                   # [<bool>]
        Option     "EXAVSync" "yes"              # [<bool>]
    Option       "DynamicPM" "on"
    Option       "ClockGating" "on"
    Option       "Monitor-VGA-0" "Q17"
    Option       "Monitor-DVI-0" "T240"
    Option       "DPMS" "true"
    Option     "mtrr" "on"
    Option     "SubPixelOrder" "none"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RS880 [Radeon HD 4200]"
    BusID       "PCI:1:5:0"
    Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "DRI"
    Group 0
    Mode 0666
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "T240"
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Virtual 3200 1200
        Modes "1920x1200" "1920x1200"
    EndSubSection
    DefaultDepth  24
EndSection

Merci pour toute aide

Re: [xorg.conf] MESA ??

Publié : lun. 13 sept. 2010, 10:56
par Emericn6k
IdoMcFly a écrit :drivers MESA ? C'est sûrement la cause de mes soucis non ?
Euh, avec le driver libre radeon, il me semble plutôt normal que ce soit mesa qui tourne, non?
Je peux me tromper (j'ai une nvidia) mais quand j'utilise les drivers libres nvidia (nouveau), mesa est utilisé (après, je ne sais pas comment il s'identifie).

Tu ne confondrais pas "mesa" et "vesa" des fois?

Re: [xorg.conf] MESA ??

Publié : lun. 13 sept. 2010, 12:09
par IdoMcFly
oh… c'est possible ^^