About

Welcome to Panela, Matt Harrison's take on mostly Open Source, Linux, Python, innovation in those areas, other buzzwords and Dick Proenneke. It comes complete with the illustrations as needed. Note the opinions expressed here are merely my opinions and not the opinions of my employer.

about Matt

Calendar

««Jul 2009»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
262728293031

Mailing List

My RSS Feeds








Googleearth on Linux! Give me back my web

posted 2006.06.13 Tue
Kudos to Google for actually being forward thinking enough to release client software for linux.

One problem.... I guess my Thinkpad is a little underpowered for this app. It is way too SLOW! Painful and annoying to use. (Plus the fonts are ugly!) I guess I'm back to google maps.

Too bad there isn't any support or community help. (Yes I have accelerated openGL with my Intel 915 card, is QT part of the same rendering thread? Because even QT refreshes slowly...)

Here's my output at startup:

$ googleearth
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.

tags:    

links: digg this    del.icio.us    reddit




1. Matt left...
2006.06.13 Tue 9:02 am

With the help of the Thinkpad Linux mailing list I got the following suggestion, which actually made the thing usable.

export LIBGL_ALWAYS_INDIRECT=true

Now just have to get the fonts working....