Announcement

Collapse
No announcement yet.

WebRender2 Lands In The Servo Browser Engine

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • WebRender2 Lands In The Servo Browser Engine

    Phoronix: WebRender2 Lands In The Servo Browser Engine

    WebRender, the GPU-accelerated back-end for Mozilla's Servo browser layout engine, has seen a large number of improvements with WebRender2...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Servo fails to start on Ubuntu 16.04:
    servo$ ./runservo.sh
    ./servo: error while loading shared libraries: libavformat.so.54: cannot open shared object file: No such file or directory

    Comment


    • #3
      Originally posted by cl333r View Post
      Servo fails to start on Ubuntu 16.04:
      servo$ ./runservo.sh
      ./servo: error while loading shared libraries: libavformat.so.54: cannot open shared object file: No such file or directory
      Servo wants libavformat.so.54 and libavutil.so.52, but arch has libavformat.so.57 and libavutil.so.55

      Comment


      • #4
        Don't bother with symbolic links :P
        ./servo: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./servo)
        ./servo: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.1d' not found (required by ./servo)
        ./servo: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./servo)
        ./servo: /lib64/libavutil.so.52: version `LIBAVUTIL_52' not found (required by ./servo)
        ./servo: /lib64/libavformat.so.54: version `LIBAVFORMAT_54' not found (required by ./servo)

        Comment


        • #5
          Servo wont be usable atleast till early 2017. wonder if it'll be faster startup times than Firefox is now

          Comment

          Working...
          X