Autor Tópico: Activar o DRI na minha Intel Corporation Mobile GM965/GL960  (Lida 2426 vezes)

Offline masterkorp

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Activar o DRI na minha Intel Corporation Mobile GM965/GL960
« Online: 02 de Junho de 2008, 12:00 »
Boas, antes de mais queria agradecer a todos os participantes neste fórum livre pelo trabalho que têm feito.

É assim eu tenho problemas em activar o Direct Rendering na minha gráfica, preciso dele para jogar World of Warcraft no meu portátil.
Aqui tem o meu xorg.conf:

Código: [Selecionar]
# 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" "pc105"
Option "XkbLayout" "pt"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

Como ja reparei q a placa nem é reconhecidade como o modelo que é:

Já tentei alterar o xorg.conf para isto:

Código: [Selecionar]
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
# When using the intel or ati driver with AIGLX, you may notice that
# all your windows seem to be frozen even as you interact with them.
# Nothing in any window updates until you rotate the cube or otherwise switch viewports.
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
#Option "FrameBufferCompression" "true"
# No tiene sentido tratar de usar el driver "nuevo" para 3D, para la
# i965GM siempre usa el viejo no importa lo que se ponga en Legacy3D,
# o no he podido entender cual es el viejo y cual es el nuevo
#Option "Legacy3D" "false"
# Cuando se activa el método EXA se ven feas las fuentes
# pilas por que parece que en el futuro va a ser el metodo por defecto
#Option "MigrationHeuristic" "greedy"
#Option "ExaNoComposite" "false"
#Option "AccelMethod" "EXA"

#Option "AccelMethod" "XAA"
# VideoRam ya no se debe usar el driver selecciona la memoria de la
# tarjeta automaticamente y recomienda no usar VideoRam
BusID "PCI:0:2:0"

EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

Mas ao executar o comando para verificar se estava activado nada:

Código: [Selecionar]
masterkorp@masterkorp-laptop:~$ glxinfo | grep rendering
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)

Desde já obrigado só por lerem.

Preciso de ajuda...