Erro / Falha Xubuntu - Navegando site flash

Iniciado por evertonline, 05 de Dezembro de 2006, 13:22

tópico anterior - próximo tópico

evertonline

Prezados

Não sei se é só comigo, mas tenho o Xubutnu 6.10 instalado em minha máquina usando XFCE e quando estou navegando na internet pelo Firefox e aparece algum banner, site ou qualquer coisa relacionada com flash (plugin flash) o navegador fecha imediatamente sem mais nem menos.

Instalei o plugin pelo próprio firefox 2.0 e creio eu ser a versão 7 do plugin flash.

O estranho é que antes usava resolução 1024x760 e não dava este erro, aparecia o flash sem problemas mas depois que mudei a resolução para 800x600 esse erro sempre acontece.

Tentei instalar o Opera para ver se acontecia o erro e nele não fecha como no Firefox mas não aparece o site em flash.

Acho que é uma falha do próprio sistema ou algo assim.

Uso um computador um pouco antigo:

Pentium 3 550mhz - 192MB de memória DIMM
Minha placa de vídeo e onboard -> SIS 530/620 com 8MB
Não estou usando som.

Se ninguem poder me ajudar, que enviem este erro para o pessoal do XUBUNTU e que os mesmos comecem a testar em computadores com resoluções 800x600.

Segue abaixo as configurações do xorg.conf. Um abraço:

Section "Files"
   FontPath   "/usr/share/X11/fonts/misc"
   FontPath   "/usr/share/X11/fonts/cyrillic"
   FontPath   "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/Type1"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
   FontPath   "/usr/share/fonts/X11/misc"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/ttyS0"
   Option      "Protocol"      "Microsoft"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "Silicon Integrated Systems (SiS) 530/620 PCI/AGP VGA Display Adapter"
   Driver      "sis"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   30-55
   VertRefresh   50-150
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Silicon Integrated Systems (SiS) 530/620 PCI/AGP VGA Display Adapter"
   Monitor      "Generic Monitor"
   DefaultDepth   16
   SubSection "Display"
      Depth      1
      Modes      "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
   Mode   0666
EndSection

evertonline

Pois é, ninguem me respondei mas encontrei a resposta:
---------------------------------------------------------

Bom, recentemente atualizei o Ubuntu Dapper para Edgy e reparei que o Firefox dava Crash ao aparecer uma animação em Flash...
Então buscando nos forums gringos achei uma solução:

Fonte

digite no terminal

Código:

sudo gedit /etc/firefox/firefoxrc


e adicione isto no final:

Código:

export XLIB_SKIP_ARGB_VISUALS=1




------------------------------------------------------------------
Caso não de certo faça o seguinte também:

Digite no terminal,
sudo gedit /etc/X11/xorg.conf,

1. Descomente a seção do Composite
2. mude de
Código:

DefaultDepth   XX*

para
Código:

DefaultDepth   24


*XX = Número atual que está...
--------------------------------------------------------------------

Na primeira opção já funcionou no Xubuntu, resolução 800x600 16bits de cor.