Skip to content

Instantly share code, notes, and snippets.

View Sakura286's full-sized avatar
🌠
Bullshiting

CHEN Xuan Sakura286

🌠
Bullshiting
View GitHub Profile
WARNING: Some incorrect rendering might occur because the selected Vulkan device (PowerVR A-Series AXM-8-256) doesn't support base Zink requirements: feats.features.fillModeNonSolid
[3486:3486:0417/184023.901821:ERROR:device_event_log_impl.cc(201)] [18:40:23.901] USB: usb_service_linux.cc:260 Got duplicate add event for path: /dev/bus/usb/003/023
[3538:3538:0417/184031.243228:ERROR:gl_utils.cc(422)] [.WebGL-0xc022ba300] GL_INVALID_OPERATION: EGL image internal format is not supported as a texture.
[3538:3538:0417/184031.243637:ERROR:gl_utils.cc(422)] [.WebGL-0xc022ba300] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment has zero size.
[3538:3538:0417/184031.253451:ERROR:gl_utils.cc(422)] [.WebGL-0xc022ba300] GL_INVALID_OPERATION: EGL image internal format is not supported as a texture.
[3538:3538:0417/184031.253785:ERROR:gl_utils.cc(422)] [.WebGL-0xc022ba300] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment has zero size.
[3538:3538:0417/184031.259526:ERROR:gl_uti
(t=4.58325) |[4][GFX1-]: Failed to compile vertex shader: ps_text_run_ALPHA_PASS_TEXTURE_2D
Compile failed.
(t=5.29925) |[5][GFX1-]: Failed to compile vertex shader: ps_text_run_ALPHA_PASS_TEXTURE_2D
Compile failed.
(t=6.07525) |[6][GFX1-]: wr_renderer_render: Shader(Compilation("cs_border_solid", "Compile failed.\n")) (t=6.24325) |[7][GFX1-]: wr_renderer_render: Shader(Compilation("cs_border_solid", "Compile failed.\n")) (t=6.24725) |[8][GFX1-]: wr_renderer_render: Shader(Compilation("ps_text_run_ALPHA_PASS_TEXTURE_2D", "Compile failed.\n")) (t=6.24725) [GFX1-]: wr_renderer_render: Shader(Compilation("ps_text_run_ALPHA_PASS_TEXTURE_2D", "Compile failed.\n"))Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: DRM render node not clearly detectable. Falling back to using the only one that was found. (t=1.36324) |[1][GFX1-]: No GPUs detected via PCI (t=1.36324) |[2][GFX1-]: Failed to compile vertex shader: cs_border_solid
Compile failed. (t=3.51524) |[3][GFX1-]: Failed to compile vertex shader: cs_
root@rockos-eswin:/sys/kernel/debug/dri/0# cat state
plane[57]: Primary
crtc=DisplayControl
fb=92
allocated by = Xorg
refcount=2
format=XR24 little-endian (0x34325258)
modifier=0x0
size=1920x1080
layers:
diff --git a/contrib/create_packages.sh b/contrib/create_packages.sh
index 99ba6a2..01dadb9 100755
--- a/contrib/create_packages.sh
+++ b/contrib/create_packages.sh
@@ -162,4 +162,4 @@ else
popd
fi
-rmdir $TMP_DIR
+#rmdir $TMP_DIR

页头

1. 概述

为板卡适配操作系统是一个工程问题,需要在完成适配目标的前提下,尽可能地降低成本。RevyOS 采用 Base + Addon 软件包仓库组合的方式,通过复用开源发行版代码的方式降低了开发维护成本,同时灵活组合使用多个 Addon 仓库,将集成厂商指令集能力、编解码器、图形及其他一系列的功能成功集成在了操作系统中。

RevyOS 由 RuyiSDK 团队的 RevyOS 小队(下称“我们”)开发的一个针对于 XuanTie 芯片生态的 Debian 优化发行版,通过仓库组合的方式提供适用于对应芯片最好的优化软件。

Accel
cubercui
GDY
Haku
jn
Jolyne
keily
killua
kiss_xia
Koi
FROM ubuntu:noble
MAINTAINER Sakura286
ARG WORKSPACE=/workspace
ARG CHROMIUM_DIR=$WORKSPACE/chromium-rokcos-master
ARG LLVM_DIR=$CHROMIUM_DIR/third_party/llvm-build/Release+Asserts/bin
ARG USER_EMAIL=sakura286@outlook.com
ARG USER_NAME=Sakura286
diff --git a/compiler/rustc_codegen_llvm/src/back/lto.rs b/compiler/rustc_codegen_llvm/src/back/lto.rs
index 42bd8687042..6c204b7ab2b 100644
--- a/compiler/rustc_codegen_llvm/src/back/lto.rs
+++ b/compiler/rustc_codegen_llvm/src/back/lto.rs
@@ -607,7 +607,7 @@ pub(crate) fn run_pass_manager(
"LTOPostLink".as_ptr().cast(),
11,
) {
- llvm::LLVMRustAddModuleFlag(
+ llvm::LLVMRustAddModuleFlagU32(
[General]
arch=amd64
cleanup=true
noauth=true
explicitsuite=false
unpack=true
bootstrap=Base
aptsource=Base
[Base]