News & Blog

News, Events & Blogs

News & Blog

The latest from our Open Source experts

Search the newsroom

Booting on Radxa's Rock-5B without any media used

July 31, 2023 by Eugen Hristev  |   Blog

I have been working on getting U-boot upstream up to speed for the Radxa Rock-5B Rockchip RK3588 board. One of the cool features that I recently published upstream is the ability to boot the board without any kind of non-volatile media (NVM) used.

Booting on Radxa's Rock-5B without any media used

EOSS - Recorded presentations (videos) now available

July 27, 2023 by Mark Filion  |   News & Events

If you weren't able to attend Embedded Open Source Summit in Prague last month, you're in luck as all presentations were recorded and are now available on YouTube.

EOSS - Recorded presentations (videos) now available

The next step for NVK: Merging into Mesa!

July 26, 2023 by Kara Bembridge  |   News & Events

After months of work, led by Collabora's own Faith Ekstrand, Red Hat's Karol Herbst, and numerous open source contributors, NVK is now considered ready to be merged into the main Mesa project.

The next step for NVK: Merging into Mesa!

A helping Arm for Panfrost

July 20, 2023 by Daniel Stone  |   News & Events

Collabora continues to relentlessly shift the needle to make high-quality open-source software not just an aspiration, but an expectation. We're pleased to announce an extension of our collaboration with Arm, providing more surety and capability for Panfrost.

A helping Arm for Panfrost

Radxa's Rock 5A one step closer to U-boot mainline

July 18, 2023 by Eugen Hristev  |   Blog

I previously talked about getting the bigger brother Rock 5B into mainline U-boot; this time I worked on the Rock 5A, an even tinier SBC based on Rockchip's RK3588S SoC that is one step closer to getting accepted.

Radxa's Rock 5A one step closer to U-boot mainline

A weekend for developers

July 13, 2023 by Kara Bembridge  |   News & Events

With Black Valley in Norway, and Akademy in Greece, this weekend's plans are all set or computer enthusiasts! Collabora is proud to sponsor both of these events as a chance for communities to come together and strengthen their bonds.

A weekend for developers

Zink brings conformant OpenGL on Imagination GPUs

July 06, 2023 by Erik Faye-Lund  |   News & Events

Today, Imagination Technologies announced they are now using Zink for full OpenGL 4.6 support. This is the first time we've seen a hardware vendor trust Zink enough to completely side-step a native OpenGL driver and use it in a shipping product.

Zink brings conformant OpenGL on Imagination GPUs

Kernel 6.4: More work on MediaTek, Rockchip, and power supply

July 05, 2023 by Rogerio Alves Cardoso  |   News & Events

Released last week, Linux kernel 6.4 brings new features such as support for Intel LAM, user events for tracing, and the ability for the machine keyrings used for Machine Owner Keys to store only CA-enforced keys.

Kernel 6.4: More work on MediaTek, Rockchip, and power supply

NVK update: Enabling new extensions, conformance status & more

June 26, 2023 by Faith Ekstrand  |   News & Events

Looking back, it's amazing how much has happened in NVK in just the last 7 months. If development continues at this crazy pace, we may be looking at a pretty decent driver before too much longer.

NVK update: Enabling new extensions, conformance status & more

Ready to embark for Embedded Open Source Summit

June 22, 2023 by Kara Bembridge  |   News & Events

Taking place at the Prague Congress Centre from June 27 to 30, this new 4-day umbrella event brings multiple conferences, including Automotive Linux Summit (ALS) and Embedded Linux Conference (ELC), all under one roof.

Ready to embark for Embedded Open Source Summit

A roadmap for VirtIO Video on Chrome OS, part 1

June 20, 2023 by Daniel Almeida  |   Blog

Powered by Rust, the video codec stack on ARCVM is now bringing faster and more reliable video decoding on Chrome OS. Here's how Collabora has been helping shape video virtualization for Chromebooks, and what it means for end users.

A roadmap for VirtIO Video on Chrome OS, part 1

WirePlumber's Event Dispatcher: a new, simplified way of handling PipeWire events

June 15, 2023 by Ashok Sidipotu  |   Blog

Event Dispatcher, part of the upcoming WirePlumber 0.5 release, is a custom PipeWire event scheduling mechanism designed to address many of the fundamental issues in WirePlumber.

WirePlumber's Event Dispatcher: a new, simplified way of handling PipeWire events

Bridging the synchronization gap on Linux

June 09, 2022 by Faith Ekstrand  |   Blog

After fighting with the divide between implicit and explicit synchronization with Vulkan on Linux for over seven years, we may finally have some closure. We're not to synchronization nirvana quite yet, but this is an important step along the way.

Bridging the synchronization gap on Linux

Monado's hand tracking: hand-waving our way towards a first attempt

May 31, 2022 by Moses Turner  |   Blog

Optical hand tracking for XR has a bit of a reputation - getting training data, training neural nets, and deploying them in real-time, low-latency environments such as XR is every bit as hard as they say it is.

Monado's hand tracking: hand-waving our way towards a first attempt

Visual-inertial tracking for Monado

April 05, 2022 by Mateo de Mayo  |   Blog

Monado now has initial support for 6DoF ("inside-out") tracking for devices with cameras and an IMU! Three free and open source SLAM/VIO solutions were integrated and adapted to work on XR: Kimera-VIO, ORB-SLAM3, and Basalt.

Visual-inertial tracking for Monado

Spotlight on Meson's full-featured developer environment

March 30, 2022 by Xavier Claessens  |   Blog

When developing an application or a library, it is very common to want to run it without installing it, or to install it into a custom prefix rather than on the system. Here's how Meson can help with that.

Spotlight on Meson's full-featured developer environment

How to write a Vulkan driver in 2022

March 23, 2022 by Faith Ekstrand  |   Blog

An incredible amount has changed in Mesa and in the Vulkan ecosystems since we wrote the first Vulkan driver in Mesa for Intel hardware back in 2015. Not only has Vulkan grown, but Mesa has as well.

How to write a Vulkan driver in 2022

Improving the reliability of file system monitoring tools

March 14, 2022 by Gabriel Krisman Bertazi  |   Blog

Every file system used in production has tools to try to recover from system crashes. To provide a better infrastructure for those tools, our kernel team developed FAN_FS_ERROR, a new fanotify event which monitors error notifications.

Improving the reliability of file system monitoring tools

PipeWire: A year in review & a look ahead

March 08, 2022 by George Kiagiadakis  |   Blog

The PipeWire project made major strides over the past few years, bringing shiny new features, and paving the way for new possibilities in the Linux multimedia scene. A look what was accomplished in 2021, and what lies ahead for 2022.

PipeWire: A year in review & a look ahead

Landing a new syscall: What is futex?

February 08, 2022 by André Almeida  |   Blog

Over the past 18 months, we have been on a roller-coaster ride developing futex2, a new set of system calls. As part of this effort, the futex_waitv() syscall has now landed in Linux 5.16. But what exactly is futex?

Landing a new syscall: What is futex?

Writing an open source GPU driver - without the hardware

January 27, 2022 by Alyssa Rosenzweig  |   Blog

Until now, no Valhall devices (Mali-G57, Mali-G78) ran mainline Linux - whilst this made driver development obviously difficult, there’s no better time to write drivers than before the devices even get into the hands of end users.

Writing an open source GPU driver - without the hardware

A Pixel's Color & new documentation repository

January 25, 2022 by Pekka Paalanen  |   Blog

My work on Wayland and Weston color management and HDR support has been full of learning new concepts and terms. Many of them are crucial for understanding how color works, and what the values in a pixel actually mean.

A Pixel's Color & new documentation repository

Wine on Wayland year-end update: improved functionality & stability

December 22, 2021 by Alexandros Frantzis  |   Blog

It has been just over a year since we first announced our effort to implement a Wayland driver for Wine. Here's a recap of what has been done since then to improve both the functionality and stability of the driver.

Wine on Wayland year-end update: improved functionality & stability

Venus on QEMU: Enabling the new virtual Vulkan driver

November 26, 2021 by Antonio Caggiano  |   Blog

A step-by-step guide on how to enable 3D acceleration of Vulkan applications in QEMU through the new Venus experimental Vulkan driver for VirtIO-GPU with a local development environment.

Venus on QEMU: Enabling the new virtual Vulkan driver

Ready to embark for Embedded Open Source Summit

June 22, 2023 by Kara Bembridge  |   News & Events

Taking place at the Prague Congress Centre from June 27 to 30, this new 4-day umbrella event brings multiple conferences, including Automotive Linux Summit (ALS) and Embedded Linux Conference (ELC), all under one roof.

Ready to embark for Embedded Open Source Summit

Making new strides at AWE

May 29, 2023 by Kara Bembridge  |   News & Events

Set in the heart of Silicon Valley, XR enthusiasts are eagerly awaiting to see the latest advancements on display at Augmented World Expo (AWE) 2023.

Making new strides at AWE

Weston 12.0: Highlights and changes for Wayland's reference compositor

May 25, 2023 by Marius Vlad  |   News & Events

Released last week, Weston 12.0 brings a number of highlights including two new backends, support for multiple scanout devices, and the addition of new protocol implementations. Here's a look at some of the changes that have landed in this new version.

Weston 12.0: Highlights and changes for Wayland's reference compositor

Kernel 6.3: MediaTek, Rockchip RK3588 & more

April 25, 2023 by Muhammad Usama Anjum  |   News & Events

Released earlier this week, Linux Kernel 6.3 brings thousands of new lines of code to improve the core kernel, architectural support, networking and filesystems.

Kernel 6.3: MediaTek, Rockchip RK3588 & more

April brings tech events aplenty

April 20, 2023 by Kara Bembridge  |   News & Events

Spring is in bloom in the northern hemisphere, and with it comes three tech events we'll be attending - PyCon US, Shell & Display Next Hackfest, and Linaro Connect!

April brings tech events aplenty

Moving forward with more hands on deck

March 27, 2023 by Kara Bembridge  |   News & Events

It’s no secret that Tech has faced some setbacks lately, namely on the headcount front. Despite these uncertainties, Collabora has had the privilege of increasing our roster with new teammates.

Moving forward with more hands on deck

Monado accepted for XROS 2023!

March 14, 2023 by Frédéric Plourde  |   News & Events

We're proud to announce that Monado, the free and open source XR platform, has been accepted as a mentoring organization for XROS, the XR Open Source Fellowship Program.

Monado accepted for XROS 2023!

Showcasing the STM32MP1 at Embedded World

March 13, 2023 by Mark Filion  |   News & Events

As a recent new member of STMicroelectronics' Partner Program, we're excited to be showcasing the STM32MP1 at Embedded World this week, our first demo featuring the STM32 platform.

Showcasing the STM32MP1 at Embedded World

Connecting at Embedded World 2023

March 09, 2023 by Kara Bembridge  |   News & Events

Nestled in the historic city of Nuremberg, the annual Embedded World conference will be taking place from March 14 to 16. Collabora will be set up in Hall 4, Booth 4-404, with plenty of space to connect and multiple demos to showcase

Connecting at Embedded World 2023

Monado's "Mercury" hand tracking now ready for use!

February 24, 2023 by Moses Turner  |   News & Events

Work on this new tracking method started around January 2022. Now, after a little over a year of development, Monado's "Mercury" hand tracking is finally ready for the public to use!

Monado's "Mercury" hand tracking now ready for use!

PanCSF: A new DRM driver for Mali CSF-based GPUs

February 23, 2023 by Boris Brezillon  |   News & Events

A look into the new job-scheduling model with Mali GPUs, their support in the new PanCSF DRM driver, and what it means as the rest of the ecosystem also moves to firmware-assisted scheduling.

PanCSF: A new DRM driver for Mali CSF-based GPUs

Kernel 6.2: More Rust support for drivers

February 21, 2023 by Daniel Almeida  |   News & Events

With more SoC support, a new V4L2 driver and a new dma-buf locking convention among its contributions, Collabora was one of the most active employers for this latest kernel development cycle.

Kernel 6.2: More Rust support for drivers

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.