GoogleEarth - nieczytelne czcionki i powolne dzia

Tematy związane z oprogramowaniem, instalacją, konfiguracją
ea66
Beginner
Posty: 120
Rejestracja: 13 marca 2007, 23:17
Lokalizacja:

GoogleEarth - nieczytelne czcionki i powolne działanie

Post autor: ea66 »

Witam,

dawno nie używałem GoogleEarth, ostatnio jednak postanowiłem się nim pobawić i tu się pojawił problem. Pracuje na aktualnym Lenny-m z działającym direct-rendering, pobrałem najnowszą paczkę googleearth-package i zainstalowałem Google Earth.
I wygląda to tak:
ObrazekObrazek

Czcionki są nieczytelne (menu Plik, edycja itd.), a sama aplikacja działa straszliwie wolno i ociężale (wydaje się, że to problem z grafiką). Co może być nie tak?

Mam kartę Intel i945GM i kernel 2.6.27.6
Xorg:

Kod: Zaznacz cały

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
	Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Buttons"		"5"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
    Option        "SHMConfig"        "on"
    Option        "LeftEdge"        "1900"
        Option        "RightEdge"        "5400"
        Option        "TopEdge"        "1900"
        Option        "BottomEdge"        "4000"
        Option            "FingerLow"        "25"
        Option        "FingerHigh"        "30"
        Option            "MaxTapTime"           "180"
        Option            "MaxTapMove"           "220"
        Option            "HorizScrollDelta"     "100"
        Option            "VertScrollDelta"      "100"
    Option        "HorizEdgeScroll"    "true"
    Option        "VertEdgeScroll"    "true"
    Option        "LockedDrags"          "on"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "intel"
        BusID           "PCI:0:2:0"
        Option          "AccelMethod" "XAA"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        #Option         "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
        DisplaySize     300 228
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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