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

Desempenho ruim do Google Earth



Fala povo,
Estou tentando entender porque meu google earth está com um desempenho tão ruim. O planeta se move em atualizações bruscas, como se estivesse em câmera lenta, quadro a quadro. O correto seria poder movê-lo com fluidez. O 3D da minha placa parece em ordem. Quando não há 3D o google earth avisa, ao abrir. E isso não tá rolando aqui. O compiz roda decentemente, o desktop cubo gira direitinho, tal. Estranho, o problema parece estar restrito ao google earth. O sistema é debian sid, atualizado, rodando num notebook acer dual core, com 2GB de mem, kde 4.1 experimental, kernel 2.6.26. Vejam algumas saídas de comandos para mais info, abaixo. Alguém enxerga algo a otimizar aí?
Valeu!




bruno@neutron:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

bruno@neutron:~$ glxgears
8443 frames in 5.0 seconds = 1688.538 FPS
9795 frames in 5.0 seconds = 1958.809 FPS
9797 frames in 5.0 seconds = 1959.278 FPS
9794 frames in 5.0 seconds = 1958.606 FPS
9790 frames in 5.0 seconds = 1957.919 FPS
9772 frames in 5.0 seconds =1954.311 FPS
9789 frames in 5.0 seconds = 1957.702 FPS
9794 frames in 5.0 seconds = 1958.658 FPS
^C


bruno@neutron:~$ glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 (cortado)



bruno@neutron:~$ cat /etc/X11/xorg.conf
# xorg.conf (xorg 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 "Files"
EndSection
Section "Module"

       Load "glx"
       Load "dri"

EndSection

Section "DRI"

       Mode 0666

EndSection


Section "InputDevice"
       Identifier      "Generic Keyboard"
Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg"
       Option          "XkbModel"      "abnt2"
Option "XkbLayout" "br" Option "XkbVariant" "abnt2" EndSection
Section "InputDevice"
       Identifier      "Configured Mouse"
Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection
Section "InputDevice"
       Identifier      "Synaptics Touchpad"
Driver "synaptics" Option "SendCoreEvents" "true"
       Option          "Device"                "/dev/psaux"
Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection
Section "Device"
       Identifier      "intel950"
Driver "intel" BusID "PCI:0:2:0" VideoRam 128000 Option "AccelMethod" "EXA"
       Option          "ExaNoComposite"        "false"
       Option          "MigrationHeuristic"    "greedy"
Option "XAANoOffscreenPixmaps" "true" Option "AllowGLXWithComposite" "true" EndSection
Section "Monitor"
       Identifier      "Monitor Genérico"
# Option "DPMS" # HorizSync 28-84 # VertRefresh 43-60
EndSection

#Section "Monitor"
#       Identifier      "Flatron"
# Option "DPMS" # HorizSync 30-83 # VertRefresh 56-75 #EndSection
Section "Screen"
       Identifier      "Default Screen"
Device "intel950" Monitor "Monitor Genérico" # Monitor "Flatron" DefaultDepth 24 SubSection "Display" Modes "1680x1050" "1280x960" "1280x800" EndSubSection EndSection


Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
       InputDevice     "Synaptics Touchpad"
EndSection

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






Reply to: