Autor Tópico: Efeitos Visuais Não Funcionam  (Lida 1838 vezes)

Offline limathebest

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
    • Filhos da Web
Efeitos Visuais Não Funcionam
« Online: 29 de Novembro de 2008, 15:24 »
Olá pessoal !!

Estou tendo problemas novamente com o Ubuntu 8.10, fiz uma breve pesquisa no forum meu problema é parecido com este http://ubuntuforum-br.org/index.php/topic,43368.0.html, mas acredito que meu problema seja relacionado com o Driver de Video.

rodando o lspci obtive isso:
Citar
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)


Bem Rodando o comando  glxinfo | grep rendering
Obtive isso:
Citar
direct rendering: Yes

Meu xorg.conf é esse:
Citar
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "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

Eu Tive um grande problema para instalar o 8.10 tive ate mesmo que pedir ajuda no forum como voces devem lembrar neste topicohttp://ubuntuforum-br.org/index.php/topic,42537.0.html
Bem espero que vocês possam me ajudar fico no aguardo
F3N1X = www.filhosdaweb.net

Ajude, Comente, Discuta, Critique, Visite:  Filhos da Web um outro jeito de olhar para este imenso universo chamado internet.

Offline 0tacon

  • Usuário Ubuntu
  • *
  • Mensagens: 439
    • Ver perfil
Re: Efeitos Visuais Não Funcionam
« Resposta #1 Online: 30 de Novembro de 2008, 15:16 »
 Rode o comando glxgears no terminal e veja se as engrenagens rodam normalmente e o fps que o terminal vai calcular a cada 5 segundos.


Offline limathebest

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
    • Filhos da Web
Re: Efeitos Visuais Não Funcionam
« Resposta #2 Online: 30 de Novembro de 2008, 16:40 »
Rodando o comando obtive

978 frames in 5.0 seconds = 195.581 FPS
1100 frames in 5.0 seconds = 219.947 FPS
1033 frames in 5.0 seconds = 206.522 FPS
1161 frames in 5.0 seconds = 232.120 FPS
1128 frames in 5.0 seconds = 225.575 FPS
1169 frames in 5.0 seconds = 233.696 FPS
1157 frames in 5.0 seconds = 231.283 FPS
1172 frames in 5.0 seconds = 234.279 FPS
1161 frames in 5.0 seconds = 232.164 FPS
1174 frames in 5.0 seconds = 234.788 FPS
1154 frames in 5.0 seconds = 230.795 FPS
1171 frames in 5.0 seconds = 234.031 FPS
1154 frames in 5.0 seconds = 230.790 FPS
1160 frames in 5.0 seconds = 231.870 FPS
1141 frames in 5.0 seconds = 228.036 FPS
1138 frames in 5.0 seconds = 227.440 FPS

e agora ???
F3N1X = www.filhosdaweb.net

Ajude, Comente, Discuta, Critique, Visite:  Filhos da Web um outro jeito de olhar para este imenso universo chamado internet.

Offline 0tacon

  • Usuário Ubuntu
  • *
  • Mensagens: 439
    • Ver perfil
Re: Efeitos Visuais Não Funcionam
« Resposta #3 Online: 30 de Novembro de 2008, 22:42 »
 Eu devia ter dito isto antes: O seu vídeo está na lista negra. Tente o comando no terminal (pode ser sem sudo):
 
Código: [Selecionar]
compiz --replace
 Eu estou achando que a resposta dele vai ser algo do tipo...
 Blacklisted PCIID '8086:2562' found
 aborting and using fallback: /usr/bin/metacity

 Se for o caso, tente o comando (eu acho que tem que ser com sudo):
Código: [Selecionar]
mkdir -p ~/.config/compiz/ && echo SKIP_CHECKS=yes >> ~/.config/compiz/compiz-managerEu achei esse comando no fórum gringo do Ubuntu.


Offline limathebest

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
    • Filhos da Web
Re: Efeitos Visuais Não Funcionam
« Resposta #4 Online: 01 de Dezembro de 2008, 01:38 »
rodando o comando
Citar
compiz --replace
no terminal apareceu
Citar
Checking for Xgl: not present.
Blacklisted PCIID '8086:2562' found
aborting and using fallback: /usr/bin/metacity
e agora  ???

Sera que existe solução???
F3N1X = www.filhosdaweb.net

Ajude, Comente, Discuta, Critique, Visite:  Filhos da Web um outro jeito de olhar para este imenso universo chamado internet.