ILD

wayland & weston
2025-5-31
对于桌面和图像系统,我们经常听到X11,wayland,qt等。wayland是一套Linux的桌面管理协议。weston是wayland的一套官方实现。Linux的桌面系统是在用户态实现的。内核只提供了一个接口用于输出图像到显示器。但是窗口如何管理、绘制。是通过用户态的桌面管理器实现的。官网的架构

gnome & kde
2025-6-1
gnome有一篇文章介绍wayland:https://wiki.gnome.org/Initiatives/WaylandWayland is a compositor protocol and library implementation of that protocol. 那么gnome和wa

weston desktop shell
2025-6-1
在嵌入式设备里面,使用gnome作为桌面的比较少?因为gnome通常是发行版使用的。非常大。在rockchip的官方buildroot sdk里面。发现了一个weston desktop shell的程序。看起来是一个简易的DE(desktop environment)# ps aux | grep

build qt6 on fedora
2025-6-1
编译报错:ERROR: The OpenGL functionality tests failed! You might need to modify the OpenGL package search path by setting the OpenGL_DIR CMake variable to

migrate qt6 to rockchip rk3562
2025-6-6
本文不完全记录,移植qt 6.4.3到rk3562 soc的过程。首先需要移植libdrm和libmali。用来支持gpu加速。编译后,libdrm和libmali分别位于:/home/yuanjp/proj/zynqmp/staging/rk3562/app/libdrm/usr/lib/pkgc

rk3562 qt6程序显示半屏的问题
2025-6-8
最近在移植qt6到rk3562,并支持mali gpu加速。移植完成了。但是qt example程序coffee运行,在屏幕上,下半部是黑屏。调试方式:strace 程序,看看打开了那些配置。开启qt日志:# cat /opt/qt6/qtlogging.ini[Rules]*=true/opt #

Copyright © linuxdev.cc 2017-2024. Some Rights Reserved.