登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
程序开发
>
图形UI组件/框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
4
Star
1
Fork
1
Gitee 极速下载
/
mir-display-server
代码
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.27.0-dev
Start development for 2.27.0 release
2249a3f
2026-03-24 20:36
下载
v2.26.0-rc
Release candidate 2.26.0
c0a10e1
2026-03-24 20:36
下载
v2.25.2
0677967
2025-12-18 01:10
下载
v2.25.2-rc
Release candidate 2.25.2
5b9411b
2025-12-17 19:40
下载
v2.25.1
243faf3
2025-12-15 23:56
下载
v2.25.1-rc
Release candidate 2.25.1
58c7d84
2025-12-15 17:58
下载
v2.25.0
Release 2.25.0
ae68224
2025-12-12 23:59
下载
v2.26.0-dev
Begin development for 2.26.0 release
4840966
2025-12-11 17:58
下载
v2.25.0-rc
Release candidate 2.25.0
80dc555
2025-12-11 13:48
下载
v2.25.0-dev
Begin development for 2.25.0 release
c50a007
2025-12-10 01:05
下载
v2.23.0
Release 2.23.0
16e8936
2025-10-10 18:53
下载
v2.22.2
Bugfix release 2.22.2 - Revert "Check DRM for supported formats (#3950)" (#4294)
dec7ca6
2025-09-24 15:32
下载
v2.22.1
Bugfix release 2.22.1 - Bugs fixed: . debian: drop extra symbol (#4153) . Fix some memory leaks (#4158) . Changing cursor_scale causes weird cursors and crashes (#4157) . on Ubuntu 25.10 wf-recorder y-inverts some frames (#4160) . use-pkgconfig-better (#4194) . Check for WL_bind_wayland_display when probing eglstream-kms support platform (#4155) . Platform-specific options not passed through if platforms not probed (#4130) . mircommon: Add xkbcommon to pkgconfig dependency (#4240)
f36cab6
2025-09-15 22:51
下载
v2.22.0
New release 2.22.0 - Breaking changes: . Consolidation of EDID parsing . `User-..` and `DisplayConfigurationOutput::edid` replaced with `::display_info` . `mir::graphics::Edid` removed . `miroil::Edid::Descriptor` removed - ABI summary: . miral ABI unchanged at 7 . mircommon ABI unchanged at 11 . mircore ABI unchanged at 2 . miroil ABI bumped to 8 . mirplatform ABI bumped to 32 . mirserver ABI bumped to 65 . mirwayland ABI unchanged at 5 . mirplatformgraphics ABI unchanged at 23 . mirinputplatform ABI unchanged at 10 - Enhancements: . static_config_display: add property-based display config support (#3872) . Implement Simulated Secondary Click (#3873) . DRM: Explicit synchorisation support (#3717) . live configuration facilities (#3995) . Atomic KMS: enable bypass (#3595) . fix: move minimized windows to the back of the Z stack (#4000) . Implement the 'overlay_cursor' flag for WlrScreencopy (#4013) . Support Nvidia through the atomic-kms/gbm platforms (#3979, #4060, #4070) . Implement hover click (#3928) . server: add `--vt-switching` option (#4033) . Improve support for bespoke Wayland extensions (#4018) . Update linux_dmabuf_v1 to version 5. (#4001) . Implement bounce keys (#3934) . Implement slow keys (#3945) . Implement magnifier accessibility feature (#3976) . feature: implement sticky keys accessibility feature (#4076) . Integrate some Rust code into the Mir build (#4022) . (#4078) package mir-platform-graphics-stub and mir-platform-input-stub (#4080) . graphics: introduce EDID parsing in `DisplayConfigurationOutput` (#4099) . Add live_config support to miral::Keymap (#4088) . Add tracking keymap from locale1 (#4111) - Bugs fixed: . Don't raise the parent of windows sent to the back (#4008) . Update wl_output::geometry to include the correct transformation (#4062) . `BasicScreenshooter` does not take the output transformation into account (#4086) . Screenshots wrong when display rotated (again) (#3909) . Docking kgx left/right in miriway is misplaced (#4023) - Documentation: . HACKING.md: Add some intructions for MESA debugging (#3992) . doc: add Debugging section to CI docs (#4034)
928059b
2025-08-22 19:37
下载
v2.21.1
Release 2.21.1
db6339a
2025-07-10 17:56
下载
v2.21.0
New release 2.21.0 - ABI summary: . miral ABI unchanged at 7 . mircommon ABI unchanged at 11 . mircore ABI unchanged at 2 . miroil ABI unchanged at 7 . mirplatform ABI bumped to 31 . mirserver ABI bumped to 64 . mirwayland ABI unchanged at 5 . mirplatformgraphics ABI unchanged at 23 . mirinputplatform ABI unchanged at 10 - Enhancements: . Cursor Scaling Support (#3735) . Implement mousekeys (#3757) . Add key repeat rate/delay config options and properly merge config settings (#3830) . feature: add the ability to associate a layout with custom user data (#3869) . static_display_config: add display properties to output (#3903) . feature: implement xdg toplevel tiled states (#3920) . Update of core wayland extensions (#3927) . feature: refactor `BasicSurface` so that it can be used internally by shell authors (#3948) . Check DRM for supported formats (#3950) . Add an output filter for the purposes of accessibility (#3911) - Bugs fixed: . Texture allocation happens with an incorrect context for the renderer that needs it (#3933) - Documentation: . Screencasting how-to (#3874) . How to speed up compilation using ccache and mold (#3946) - Testing: . add tests for `FloatingWindowManagementPolicy` and expose externally (#3840 #3848 #3878 #3879 #3913) - Deprecations: . Deprecate "persistent" surface IDs (#3852)
319654a
2025-06-02 16:36
下载
v2.20.2
Release 2.20.2
aa55e4a
2025-04-07 23:17
下载
v2.20.1
Release 2.20.1 - Bugs fixed: . miroil::GLBuffer was dropped in 2.20 (#3813) . Do not mutate a container whilst iterating over it (#3819) . Crash when disconnecting monitors (#3816) . Policy destructors do not get called when a surface has been launched on the desktop (#3823)
6f65823
2025-03-18 17:17
下载
v2.20.0
Release 2.20.0
8c0c7b9
2025-03-10 17:46
下载
v2.19.3
* New upstream release 2.19.3 - Bug fixes: . Don't leak VirtualInputDevice keyboards (#3720) . kms: skip `simple-framebuffer` devices (#3721)
22cfd55
2025-01-16 22:08
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C++
1
https://gitee.com/mirrors/mir-display-server.git
git@gitee.com:mirrors/mir-display-server.git
mirrors
mir-display-server
mir-display-server
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册