View Single Post
  #4  
Old 05-04-2010, 05:50 AM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi

Yes ATI graphics cards are a problem with many computers. Stellarium uses some very good features of openGL for shading etc. that are not supported by ATI cards.

The code is slowly being modified with special detectors for ATI cards that give work arounds for some of the problems but there is no universal solution. You can try some of these entries to the config.ini file

add to [main] use_glshaders = false
also try use_qpaintenginegl2 = true/false

You may need to get the beta copy of 0.10.5 to implement these.

Barry
Reply With Quote