Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2007 19:54:03 +0200
From:      Helko Glathe <Helko.Glathe@freenet.de>
To:        flz@freebsd.org
Cc:        ports@freebsd.org
Subject:   FreeBSD Port: google-earth-4.1.7076.4458
Message-ID:  <200709211954.04286.Helko.Glathe@freenet.de>

next in thread | raw e-mail | index | archive | help
Hi.

I've installed google-earth. Everytime starting googleearth the complete 
system freezes after few minutes while googleearth is running.
My computer has an Intel 82945GM (945GM GMCH) graphic device.
I've also tried to use the intel driver and i810 driver in my xorg.conf. But 
behaviour of googleearth is the same.

System version:
FreeBSD FreeBSD_TWS29. 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Apr 28 15:25:05 
CEST 2007     kater@FreeBSD_TWS29:/usr/obj/usr/src/sys/MYKERNEL62  i386

Port version:
google-earth-4.2.198.2451

Graphics device: 
agp0: <Intel 82945GM (945GM GMCH) SVGA controller> port 0x1800-0x1807 mem 
0xd8100000-0xd817ffff,0xc0000000-0xcfffffff,
0xd8200000-0xd823ffff irq 16 at device 2.0 on pci0

XORG configuration:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen         "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
#Option         "AIGLX" "True"
EndSection

Section "Files"
	RgbPath      "/usr/local/lib/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/CID/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dri"
        Load  "glx"
        Load  "dbe"
	Load  "vbe"
        Load  "extmod"
        Load  "type1"
        Load  "freetype"
        Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "int10"
# Originals commented out
        #Load  "speedo"
#       SubSection "extmod"
#                         Option "omit xfree86-dga"
#       EndSubSection
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
        Option     "XkbModel" "pc105"
        Option      "XkbLayout" "de_DE"
        Option      "XkbRules" "xorg"
EndSection

Section "InputDevice"
   Identifier      "Mouse0"
   Driver          "mouse"
   Option          "Protocol" "auto"
   Option          "Device" "/dev/sysmouse"
   Option          "Buttons" "5"
   Option          "ZAxisMapping" "4 5"
EndSection         

Section "Monitor"
        Identifier   "Generic Monitor"
        HorizSync 28-64
        VertRefresh 43-60
        DisplaySize     264 165
        Option            "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        Identifier	"Intel Corporation Mobile Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
        Option		"DRI" "on"
Option      "XAANoOffscreenPixmaps"  "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Intel Corporation Mobile Integrated Graphics Controller"
	Monitor    "Generic Monitor"
        DefaultDepth 24
        SubSection "Display"
                Depth   1
                Modes   "1280x800"
        EndSubSection
	SubSection "Display"
		Depth	4
		Modes   "1280x800"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes   "1280x800"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes   "1280x800"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes   "1280x800"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes	"1280x800"
#		Virtual 1440 900
	EndSubSection
EndSection

Section "DRI"
  Mode         0666
EndSection

Section "Extensions"
Option	"Composite" "true"
EndSection


-- 
Thanks in advance
Helko Glathe
-- 
===================================================================
Mit freundlichem Gruss
Helko Glathe

Tile-Wardenberg-Str. 29
10555 Berlin
Germany



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709211954.04286.Helko.Glathe>