A collection of tricks, thoughts, ideas and solutions from a graphics programmer. This blog contains my experiences, tips and tricks, everyday problems and their solutions. This blog serves not only as my reference but also for the whole world at large.
Wednesday, May 30, 2012
Screen refresh issue with Google Chrome on ATI Mobility Radeon HD 5650
I was recently confronted with a strange error related to screen refresh on an ATI Mobility Radeon HD 5650 on the latest Google Chrome stable release. My webGL part was working fine but the UI of the web page in particular the second canvas was not refreshed. I could see the result in the WebGL rendering updating however, the UI was not updated. After searching for the solution online, it turned out that the problem was due to the hardware based compositing on my card not working. The solution was to simply add --blacklist-accelerated-compositing to the startup flags to Google Chrome so the whole startup flags that work for my WebGL + Canvas 2D code are
Chrome --blacklist-accelerated-compositing --enable-webgl --use-gl=desktop
Hope this is useful for others too.
Posted by
MMMovania
Subscribe to:
Posts (Atom)
Popular Posts
-
In this tutorial, I will show you how to create a simple box at a specific position and let it bounce under influence of gravity. We will...
-
Recently, for one of my projects, I had to learn about skeletal animation and GPU skinning. As always, I first went to google which gave me...
-
There has been a major revamp of the PhysX API from version 3. I will try to convert all of the existing tutorials into PhysX3 so here I go ...
-
I went to see the power of the NVIDIA PhysX sdk. So I downloaded the sdk from the PhysX developer site. While the sdk contains a lot of de...
-
In this tutorial, I will show you how to create a simple box at a specific position and let it bounce under influence of gravity. We will be...
Copyright (C) 2011 - Movania Muhammad Mobeen. Awesome Inc. theme. Powered by Blogger.