[problem help] 请问Deepin 23的默认显卡的视频渲染引擎是什么?
Tofloor
poster avatar
我樂苦多
deepin
2024-03-18 19:34
Author

最近在Deepin捣鼓QtScrcpy实现手机投屏功能

Github没提供Deb安装包,不过有Ubuntu下编译好的执行文件

在Deepin上能运行,投屏能够控制手机,但是黑屏,查询官方文档发现是显卡不支持当前的视频渲染方式

要改变config.ini里修改下解码方式再进行编译,无奈折腾配置Qt开发环境编译,结果编译碰到问题,没法编译通过,这条路被堵死了

在config.ini中默认解码方式是软解,但是Deepin貌似不支持这种方式,我在linuxmint中测试能正常使用的

RenderExpiredFrames=0 

视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解

能否在系统层面改变显卡渲染方式为软解?

附上源项目链接:

https://gitee.com/Barryda/QtScrcpy/blob/dev/docs/FAQ.md

可以控制,但无法看到画面

控制台错误信息可能会包含 QOpenGLShaderProgram::attributeLocation(vertexIn): shader program is not linked

一般是由于显卡不支持当前的视频渲染方式,config.ini里修改下解码方式,改成1或者2试试

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
2024-03-18 20:03
#1

我也遇到了,我用这个解决了

https://bbs.deepin.org/post/261794

Reply View the author
兆兆嘟嘟嘟
deepin
2024-03-18 20:13
#2

星火应用商店有qtscrcpy,系统自带应用商店里你也可以搜一下。

Reply View the author
我樂苦多
deepin
2024-03-19 12:17
#3
神末shenmo

我也遇到了,我用这个解决了

https://bbs.deepin.org/post/261794

感谢大神回复,回头我试试,不过昨晚已经通过重新编译解决了

Reply View the author
神末shenmo
deepin
Spark-App
2024-03-19 12:17
#4
我樂苦多

感谢大神回复,回头我试试,不过昨晚已经通过重新编译解决了

给个binary?我打个包

Reply View the author
我樂苦多
deepin
2024-03-19 20:47
#5
神末shenmo

给个binary?我打个包

两个版本,output是原生编译,output0改了以下界面

「output」https://www.alipan.com/s/u38wLcRsMAx 提取码: D3rP

Reply View the author
我樂苦多
deepin
2024-03-19 21:04
#6
It has been deleted!
我樂苦多
deepin
2024-03-19 21:05
#7
神末shenmo

给个binary?我打个包

以后面发的这两个为准吧,阿里云有些文件不让上传

Reply View the author
我樂苦多
deepin
2024-03-19 21:07
#8
我樂苦多

以后面发的这两个为准吧,阿里云有些文件不让上传

adb.zip adb

Reply View the author
我樂苦多
deepin
2024-03-19 21:07
#9
我樂苦多

以后面发的这两个为准吧,阿里云有些文件不让上传

Release.zip 二进制文件

Reply View the author
神末shenmo
deepin
Spark-App
2024-03-19 23:18
#10
我樂苦多

Release.zip 二进制文件

收到!

Reply View the author