chromium 安装教程 配置
Tofloor
poster avatar
jzc
deepin
2020-03-05 07:50
Author
安装浏览器和语言包
sudo apt install chromium chromium-l10n

右上角没有最小化按钮问题

gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2020-03-05 08:20
#1
软件仓库的chromium版本太低了,而且神奇的是这个软件包debian上游也不会加入backports,基本不要指望有多好的体验。

chromium第三方魔改版倒是可以支持vaapi硬件加速,体验相当赞,远超chrome,可惜只有Ubuntu PPA,没法加给Deepin,依赖根本没法满足,只能等Deepin V20再试试了。

另外snap以前有带有vaapi的隐藏channel,后来不知道什么原因也被删掉了,再也没法通过snap安装vaapi patch的chromium了

总结就一点:deepin上还是装chrome吧,别玩chromium了。作为google铁粉,chromium我一直关注非常高,主要是因为社区有Linux硬件加速的patch,不知何故一直没有打到chrome上
Reply View the author
avatar
jzc
deepin
2020-03-05 20:27
#2
https://bbs.deepin.org/post/189472
软件仓库的chromium版本太低了,而且神奇的是这个软件包debian上游也不会加入backports,基本不要指望有多 ...

安装最新的 latest build 效果怎么样? 版本 82.0.4078.0(开发者内部版本) (64 位)
Reply View the author
avatar
Feng Yu
deepin
2020-03-05 21:14
#3
本帖最后由 abcfy2 于 2020-3-5 13:16 编辑
https://bbs.deepin.org/post/189472
安装最新的 latest build 效果怎么样? 版本 82.0.4078.0(开发者内部版本) (64 位) ...

chromium主分支一直没有合并vaapi代码,在Linux上一直没有比较好的硬件加速体验。除非你用社区用户patch版的,不过没有针对deepin编译,并且Ubuntu ppa依赖没法满足,你只能自己尝试编译了。相关参考资料:  https://www.linuxuprising.com/20 ... re-accelerated.html
另外这篇文章提到了snap安装法: https://www.linuxuprising.com/2019/01/ubuntu-testing-chromium-snap-with-vaapi.html  这个我也尝试过,这个隐藏channel已经删了,不但官方搜不到,你安装之后也显示的channel和stable无异,等于没了。

你可以pull一下那个ppa的源码自行编译
Reply View the author