OSDN Git Service

init.sh: fix the old software renderer
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 6 May 2016 06:15:29 +0000 (14:15 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 6 May 2016 06:15:29 +0000 (14:15 +0800)
commit1ecb56d4d06aef03eafc74051c04526fbfa40d9d
tree311e57876c41d39330696c30af99673c562d99e4
parentcb96e984fe9805c8b87656ecdc2f99e5d02a0e29
init.sh: fix the old software renderer

We changed the uvesafb to 32-bit for llvmpipe software renderer.
However, it breaks the old AOSP software renderer.

Fix it by determining the bpp via the HWACCEL variable.
init.sh