When I try to download Chromium manually (without any package
management tools) I get the same error. I even don't have to specify
"enable-accelerated-compositing" to get the error (all that I need to
do is to visit any site containing "-webkit-transition" in
stylesheet):
[user@myhost ~]$ wget
http://build.chromium.org/f/chromium/snapshots/chromium-rel-linux/66077/chrome-linux.zip
[user@myhost ~]$ unzip ./chrome-linux.zip
[user@myhost ~]$ cd ./chrome-linux
[user@myhost chrome-linux]$ ./chrome
http://webkit.org/blog/386/3d-transforms/
[14391:14391:50627770248:ERROR:base/native_library_linux.cc(32)]
dlopen failed when trying to open libGLESv2.so: libGLESv2.so: cannot
open shared object file: No such file or directory
^CHandling SIGINT.
Successfully wrote to shutdown pipe, resetting signal handler.
Handling SIGINT.
Check failed: g_shutdown_pipe_write_fd != -1
[14391:14391:50631825318:FATAL:app/x11_util.cc(59)] X Error detected:
serial 172, error_code 9 (BadDrawable (invalid Pixmap or Window
parameter)), request_code 72 minor_code 0 (X_PutImage)
[user@myhost chrome-linux]$
On Nov 14, 9:07 am, PhistucK <
phist...@gmail.com> wrote:
> Since you are using a version that was compiled by your distribution or
> something like that, I think you better ask them.
>
> ☆*PhistucK*
>
>
>
>
>
>
>
> On Sun, Nov 14, 2010 at 11:02, Pontorez <
pontorez...@gmail.com> wrote:
> > Hello All,
>
> > I'm trying to run Chromium 9.0.582.0 (66071) in GPU accelerated mode.
> > (To install the latest version of Chromium, I use pkgbuild from
> >
http://aur.archlinux.org/packages.php?ID=31368)
>
> > [user@myhost ~]$ chromium-browser --enable-accelerated-compositing
> > [8937:8937:31548486361:ERROR:base/native_library_linux.cc(32)] dlopen
> > failed when trying to open libGLESv2.so: libGLESv2.so: cannot open
> > shared object file: No such file or directory
> > [8937:8937:31563962529:FATAL:app/x11_util.cc(59)] X Error detected:
> > serial 198, error_code 9 (BadDrawable (invalid Pixmap or Window
> > parameter)), request_code 14 minor_code 0 (X_GetGeometry)
>
> > Despite of the above warnings, the browser runs correctly, but, of
> > course there are no hardware acceleration.
> > (I usehttp://
webkit.org/blog/386/3d-transforms/and
> >
http://www.satine.org/research/webkit/snowleopard/snowstack.htmlto
> > make sure that acceleration is off.)
>
> > Could you help please? Thanks
>
> > --
> > Chromium Discussion mailing list:
chromium-disc...@chromium.org