[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mobile GM965/GL960 Integrated Graphics Controller (Re: Intelfb...)



    Olá a todos

  Graças aos vários e-mails desta lista, que me ensinaram de forma sutil como analisar o arquivo "Xorg.0.log", tomei coragem e dei uma olhada neste mesmo arquivo porem no sistema que possuo em "dual-boot", o Fenix. Lá eu notei que o método de aceleração utilizado era o "XAA". Então mais que depressa implementei essa opção na seção "Device" do arquivo "xorg.conf" do meu Debian.
A mudança surtiu bons resultados. O desempenho do meu computador com relação ao gráfico melhorou sensivelmente, alem de que o "Xorg.0.log" não acusa mais a desativação do "AccelMethod", antes o "EXA".
  Porem ainda não consigo executar o VisualBoyAdvance, talvez por falta de algumas bibliotecas. Não pude; pelo menos eu acho; verificar o "3D" no meu Debian. Não instalei jogos que exigem muito nessa área, não faço modelagem 3D, ainda;.. no entanto até onde sei, o que cuida disso no Debian é o "DRI".
  Bem, quando tento o comando "glxinfo | grep rendering" recebo a seguinte resposta:

direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)

  Como fui recomendado a garantir que os módulos "drm", "i915", "intel_agp" e "agpgart" sejam carregados durante o boot do sistema operacional, rodei o "lsmod" e todos foram listados. O conteúdo do "xorg.conf" no Debian que é o seguinte:

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "abnt2"
    Option        "XkbLayout"    "br"
    Option        "XkbVariant"    "abnt2"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Device"
        Identifier      "Video0"
        Driver          "intel"
        VendorName      "Intel Corporation"
        BoardName       "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID        "PCI:0:2:0"
        VideoRam        131072
    Option        "AllowGLXWithComposite"        "true"
    Option        "XVideo"            "true"
    Option        "DRI"                "True"
    Option        "AccelMethod"            "xaa"
    Option        "AddARGBGLXVisuals"        "on"
    Option        "XAANoOffxcreenPixmaps"        "true"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
EndSection

Section "Module"
    Load        "dbe"
    Load        "glx"
    Load        "dri"
EndSection

Section "DRI"
    Group        "video"
    Mode        0660
EndSection

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

  Em fim, agradeço novamente a toda ajuda que recebo desta lista.


Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes
Reply to: