News & Blog

News, Events & Blogs

News & Blog

The latest from our Open Source experts

Search the newsroom

Kernelci.org automated bisection

January 16, 2018 by Guillaume Tucker  |   Blog

The kernelci.org project aims at continuously testing the mainline Linux kernel, from stable branches to linux-next on a variety of platforms. When a revision fails to build or boot, kernel developers get informed via email reports.

Kernelci.org automated bisection

More to it than beer

January 10, 2018 by Guy Lunardi  |   Blog

Widely recognized as the best conference of its kind in Europe, the 2018 edition of FOSDEM promises to be no different, with a jam-packed schedule of over 600 lectures, lightning talks, developer rooms, and more.

More to it than beer

CEF on Wayland

December 22, 2017 by Gustavo Noronha  |   Blog

We recently assisted a customer who wanted to upgrade their system from X11 to Wayland. The problem: they use CEF as a runtime for web applications and CEF was not Wayland-ready.

CEF on Wayland

Outreachy - Round 15

December 19, 2017 by Mark Filion  |   News & Events

For a second time this year, Collabora is proud to be sponsoring the latest round (Round 15) of Outreachy internships! More specifically, Collabora has chosen to sponsor the Linux kernel projects for the December 2017 - March 2018 semester.

Outreachy - Round 15

12 reasons to join Collabora

December 14, 2017 by Jassie Badion  |   News & Events

With less than 12 days to go before Christmas, here are 12 reasons, from 12 different people who became Collaborans this year, on why you should consider joining our team!

12 reasons to join Collabora

Why Linux HDCP isn't the end of the world

December 11, 2017 by Daniel Stone  |   Blog

Recently, Sean Paul from Google's ChromeOS team, submitted a patch series to enable HDCP - or High-bandwidth Digital Content Protection - support for the Intel display driver.

Why Linux HDCP isn't the end of the world

Quick hack: Building ChromiumOS for QEMU

December 01, 2017 by Robert Foss  |   Blog

Getting ChromiumOS building is reasonably easy, but running it under QEMU requires some work. Here's a guide to help you build all of the software needed to do so.

Quick hack: Building ChromiumOS for QEMU

Your partner in adopting SRT

November 28, 2017 by Mark Filion  |   News & Events

We're delighted to be one of the 33 new members of the Secure Reliable Transport (SRT) Alliance, a group dedicated to accelerating interoperability of video streaming solutions and fostering collaboration with industry leaders to achieve lower latency…

Your partner in adopting SRT

Running Chromium with Ozone-GBM on a GNU/Linux desktop

November 27, 2017 by Alexandros Frantzis  |   Blog

Ozone is Chromium’s next-gen platform abstraction layer for graphics and input. When developing either Ozone itself or an application that uses Ozone, it is often beneficial to be able to run the code on the development machine, which is usually a typical…

Running Chromium with Ozone-GBM on a GNU/Linux desktop

ipcpipeline: Splitting a GStreamer pipeline into multiple processes

November 17, 2017 by George Kiagiadakis  |   Blog

Earlier this year I worked on a certain GStreamer plugin that is called “ipcpipeline”. This plugin provides elements that make it possible to interconnect GStreamer pipelines that run in different processes. In this blog post I am going to explain how…

ipcpipeline: Splitting a GStreamer pipeline into multiple processes

Capitole du Libre

November 16, 2017 by Mark Filion  |   News & Events

We're headed to France’s southern Occitanie region to attend and sponsor the 6th edition of Capitole du Libre, a weekend dedicated to free and Open Source software!

Capitole du Libre

Collabora & Linux Kernel 4.14

November 13, 2017 by Gabriel Krisman Bertazi  |   News & Events

Linux Kernel 4.14 is out, and once again Collabora developers were very active, contributing nearly 200 patches, reviews & sign-offs combined during this development cycle!

Collabora & Linux Kernel 4.14

An eBPF overview, part 4: Working with embedded systems

May 06, 2019 by Adrian Ratiu  |   Blog

Now that we've studied the mainstream way of developing and using eBPF programs on top of the low-level VM mechanisms, we'll look at projects taking different approaches, attempting solutions to some of the unique problems faced by embedded Linux.

An eBPF overview, part 4: Working with embedded systems

Running Android and Wayland on embedded devices

May 02, 2019 by Robert Foss  |   Blog

A previous post introduced the SPURV Android compatibility layer for Wayland based Linux environment. In this post, we're going to dig into how you can run an Android application on the very common i.MX6 based Nitrogen6_MAX board.

Running Android and Wayland on embedded devices

An eBPF overview, part 3: Walking up the software stack

April 26, 2019 by Adrian Ratiu  |   Blog

In part 1 and 2 of this series, we took a condensed in-depth look at the eBPF VM. In part 3, we define the high-level components of an eBPF program, including the backend, loader, frontend and data structures.

An eBPF overview, part 3: Walking up the software stack

GStreamer buffer flow analyzer

April 25, 2019 by Guillaume Desmottes  |   Blog

GStreamer's logging system is an incredibly powerful ally when debugging but it can sometimes be a bit daunting to dig through the massive amount of generated logs. I often find myself writing small scripts processing gst logs when debugging.

GStreamer buffer flow analyzer

Weston debugging and tracing on-the-fly

April 24, 2019 by Marius Vlad  |   Blog

The recent release of version 6 of the Weston compositor has brought with it the weston-debug protocol, a new feature that allows developers and users alike to display on-the-fly various debugging (logging) information generated by the compositor.

Weston debugging and tracing on-the-fly

Quick hack: git-pw

April 18, 2019 by Ezequiel Garcia  |   Blog

A well-known Linux kernel developer once said, a poor craftsman famously complains about his tools, but a good craftsman knows how to choose excellent tools. Here's a python-based tool that integrates git and patchwork, and can greatly improve your toolbox.

Quick hack: git-pw

An eBPF overview, part 2: Machine & bytecode

April 15, 2019 by Adrian Ratiu  |   Blog

The second part of this series takes a more in-depth look at the eBPF VM and program studied in the first part. Having this low level knowledge is not mandatory but can be a very useful foundation for the rest of the series.

An eBPF overview, part 2: Machine & bytecode

An eBPF overview, part 1: Introduction

April 05, 2019 by Adrian Ratiu  |   Blog

Interested in learning more about low-level specifics of the eBPF stack? Read on as we take a deep dive, from its VM mechanisms and tools, to running traces on remote, resource-constrained embedded devices.

An eBPF overview, part 1: Introduction

Running Android next to Wayland

April 01, 2019 by Robert Foss  |   Blog

It's now possible to run Android applications in the same graphical environment as regular Wayland Linux applications with full 3D acceleration. Here's a look at SPURV, our experimental containerized Android environment.

Running Android next to Wayland

Modern USB gadget on Linux & how to integrate it with systemd (Part 2)

March 27, 2019 by Andrzej Pietrasiewicz  |   Blog

In the previous post I introduced you to the subject of USB gadgets implemented as machines running Linux. In this post, we look at how to implement your very own USB function with FunctionFS and how to integrate that with systemd.

Modern USB gadget on Linux & how to integrate it with systemd (Part 2)

Bootstraping a minimal Arch Linux image

March 20, 2019 by André Almeida  |   Blog

In this tutorial, we'll look at how to create a functional and simple Arch Linux virtual machine image, that can have network access, display graphical windows and share a folder with the host.

Bootstraping a minimal Arch Linux image

An overview of the Panfrost driver

March 13, 2019 by Robert Foss  |   Blog

During the past few months significant progress has been made on the Open Source Arm Mali GPU driver front, culminating in the Panfrost driver targeting Mali T and G-series of GPUs being available now.

An overview of the Panfrost driver

GStreamer & automated testing in Lyon

October 30, 2019 by Mark Filion  |   News & Events

Following three days at ELCE, Collaborans are continuing their stay in the capital of France’s Auvergne-Rhône-Alpes region to take part the annual GStreamer Conference, as well as the Automated Testing Summit.

GStreamer & automated testing in Lyon

A new home for KernelCI

October 28, 2019 by Guillaume Tucker  |   News & Events

The KernelCI project, which powers kernelci.org with automated testing for the upstream Linux kernel, has found a new home after sailing through uncharted waters for over five years.

A new home for KernelCI

Embedded Linux Conference Europe 2019

October 25, 2019 by Mark Filion  |   News & Events

Next week, Collabora will be sponsoring, exhibiting & speaking at ELCE in Lyon, France. We'll be showcasing not one but two demos at our booth this year: arcade racing on a ROCK Pi 4 with Panfrost, and GStreamer on the Magic Leap One.

Embedded Linux Conference Europe 2019

Open graphics in Montreal

September 30, 2019 by Mark Filion  |   News & Events

Collabora is proud to be hosting in Montreal the 2019 edition of the X.Org Developer's Conference (XDC), the leading event for developers working on all things Open graphics, including the Linux kernel, Mesa, DRM, Wayland and X11.

Open graphics in Montreal

All the right ingredients in Paris

September 20, 2019 by Mark Filion  |   News & Events

Next week, Collaborans including Julian Bouzas and Enric Balletbò i Serra will be in Paris to participate in the 3rd edition of Embedded Recipes and 8th edition of Kernel Recipes

All the right ingredients in Paris

Linux Kernel 5.3

September 19, 2019 by Boris Brezillon  |   News & Events

Linux 5.3 was released over the weekend, which means it's time for our usual "where does Collabora stand in this picture?" tour. As has been the case for several years now, Collabora continues being an active contributor to the Linux kernel.

Linux Kernel 5.3

Open Source at IBC 2019

September 12, 2019 by Mark Filion  |   News & Events

Showcasing two brand new Open Source software demonstrations featuring the Xilinx high-performance Zynq UltraScale+ MPSoC, and the Magic Leap One augmented reality headset.

Open Source at IBC 2019

Bringing the FOSS XR community together

September 06, 2019 by Joey Ferwerda  |   News & Events

With the recent release of the OpenXR 1.0 specification, the presence of numerous Open Source platforms for Virtual Reality and Augmented Reality, and a growing community of developers, the need for a collaborative Open Source XR Conference became clear.

Bringing the FOSS XR community together

Embedded in San Diego

August 20, 2019 by Mark Filion  |   News & Events

Starting tomorrow, Collabora will be exhibiting & speaking at Embedded Linux Conference North America (ELCNA), the premier vendor-neutral technical conference for companies and developers using embedded Linux.

Embedded in San Diego

Linux Developer Conference Brazil 2019

August 02, 2019 by Mark Filion  |   News & Events

This weekend, Collaborans are in São Paulo, Brazil, to take part in the third edition of Linux Developer Conference Brazil, a conference which aims to take the Brazilian Linux development community to the international level.

Linux Developer Conference Brazil 2019

Moving the Linux desktop to another reality

July 30, 2019 by Lubosz Sarnecki  |   News & Events

Today, we are very excited to announce xrdesktop, a new open source project sponsored by Valve, enabling interaction with traditional Linux desktop environments, such as GNOME and KDE, in VR.

Moving the Linux desktop to another reality

Collabora & Debian 10 (Buster)

July 25, 2019 by Andrej Shadura  |   News & Events

With DebConf19, the annual conference for Debian contributors and users, in full swing this week in Curitiba, Brazil, what better time to look at the contributions made by Collaborans to the latest Debian release!

Collabora & Debian 10 (Buster)

Search the newsroom

Upcoming Events

Here are the events we'll be attending in the coming weeks – come say hello!

OpenXR Winter F2F

February 26-29, Seattle, WA, USA
 

Embedded World

April 9-11, Nuremberg, Germany

 

Featured Video

Open Since 2005 logo

We use cookies on this website to ensure that you get the best experience. By continuing to use this website you are consenting to the use of these cookies. To find out more please follow this link.

Collabora Ltd © 2005-2024. All rights reserved. Privacy Notice. Sitemap.