Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

1. Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Arthur Neto
---Anonymous---

(usa Debian)

Enviado em 12/12/2009 - 21:06h

Olá galera, eu tenho um note da compaq com o seguinte video:

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)

Eu queria saber como eu faço pra habilitar a aceleração grafica??

O meu xorg.conf esta assim:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "glx"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "4e45"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
#Option "LCDPort" "DFP_HIGHLOW"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
Virtual 1024 768
EndSubSection
EndSection



  


3. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 12/12/2009 - 22:48h

Pelo visto tá tudo certo. Vc tentou executar o comando abaixo pra saber?

$ glxinfo | grep rendering

Se na msg tiver "yes", quer dizer q tá ativado.


4. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 12/12/2009 - 23:30h

pode fazer um teste semi-quantitativo rodando também

glxgears

Se xorg parece estar correto, não funfa?




5. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Arthur Neto
---Anonymous---

(usa Debian)

Enviado em 13/12/2009 - 09:39h

ENtão, o modo grafico sobe de boa, mas dá pra notar que os graficos dão umas travadas.

e os comandos glxinfo | grep direct e glxgears não funcionam.

root@linux:~# glxgears
bash: glxgears: command not found
root@linux:~# glxinfo | grep direct
bash: glxinfo: command not found


6. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 13/12/2009 - 17:23h

Uai... tinha q aparecer. O q significa q o mesa náo tá instalado. Tente instalá-lo, mas, primeiro, tentando localizá-lo:

# apt-cache search mesa


7. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Arthur Neto
---Anonymous---

(usa Debian)

Enviado em 15/12/2009 - 23:04h

Então REnato, eu instalei o pacote mesa-utils e olha no que deu:

[linux@root][~][#]>>glxgears
Error: couldn't open display (null)
[linux@root][~][#]>>glxinfo | grep direct
Error: unable to open display


Sera que existe algum drive da intel??
Ou tenho que configurar no linux mesmo???

Putz, eu queria muito conseguir fazer isso funcionar, assim eu ja teria ideia de como instalar outras quando eu tiver em outro computador.


8. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 15/12/2009 - 23:45h

Este comando do glxgears deve ser executado como usuário comum, ok? Por isso q num tava funfando.


9. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Arthur Neto
---Anonymous---

(usa Debian)

Enviado em 16/12/2009 - 21:16h

OLá pessoal, então, eu instalei os pacotes MESA e mesmo assim continua dando esta mensagem:

$linux>> glxinfo | grep direct
Error: unable to open display
$linux>> glxgears
Error: couldn't open display (null)

Essa mensagem dá tanto quanto root, como usuario tambem.

#linux>> glxinfo | grep direct
Error: unable to open display
#linux>> glxgears
Error: couldn't open display (null)





10. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 16/12/2009 - 22:45h

Vc tá em modo gráfico pra rodar esse aplicativo? Pelo visto, não.


11. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Arthur Neto
---Anonymous---

(usa Debian)

Enviado em 17/12/2009 - 09:27h

Sim, estou em modo grafico e executando os comandos no KONSOLE.


12. Re: Como fazer aceleração grafica no DEbian?? [RESOLVIDO]

Arthur Neto
---Anonymous---

(usa Debian)

Enviado em 22/12/2009 - 09:03h

Consegui.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts