1111
备注:
|
1512
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 5: | 行号 5: |
=== Make desktop mode permanent === | === 控制Flatpak应用的权限 === |
行号 7: | 行号 7: |
to boot into desktop mode by default | 在Flathub中搜索安装Flatseal应用。在Flatseal中可以详细控制每个Flatpak应用可以访问的权限。 详见[[https://github.com/tchx84/Flatseal/blob/master/DOCUMENTATION.md|Flatseal文档]]。 === 默认进入桌面模式 === 运行以下命令可以让Steam Deck开机默认进入桌面模式 |
行号 12: | 行号 17: |
to boot into gaming mode by default (and to fix inability to go back to gaming mode from desktop) | 运行以下命令回到开机进入游戏模式 |
行号 17: | 行号 22: |
=== Turn off readonly mode === | === 关闭只读模式 === |
行号 19: | 行号 24: |
Run the following command to disable readonly mode so that you can install packages via `pacman` or `yay` | 运行如下命令来关闭只读模式,这样就能运行`pacman`或者`yay`来安装程序了 |
行号 24: | 行号 29: |
Run the following command to re-enable readonly mode | 运行如下命令回到只读模式 |
行号 29: | 行号 34: |
=== Virtual Keyboard/Mouse in desktop mode === | 注意:关闭只读模式后通过`pacman`或者`yay`安裝的包在系统升级时会被删除。 |
行号 31: | 行号 36: |
* You can use the trackpad as a mouse. Clicking the right trackpad is primary click, clicking left trackpad is secondary click. * While Steam is running, if you press STEAM + X, you can bring up an on-screen keyboard. |
=== 桌面模式下的虚拟键盘和鼠标 === |
行号 34: | 行号 38: |
== Reference == | * 触摸板可以模拟鼠标,按压右触摸板模拟鼠标点击,按压左触摸板模拟鼠标右击。 * 按STEAM + X键呼出虚拟键盘(在Steam应用运行的情况下)。 == 参考文档 == |
行号 40: | 行号 47: |
* https://help.steampowered.com/en/faqs/view/671A-4453-E8D2-323C * https://github.com/mikeroyal/Steam-Deck-Guide |
Tips
1. 控制Flatpak应用的权限
在Flathub中搜索安装Flatseal应用。在Flatseal中可以详细控制每个Flatpak应用可以访问的权限。 详见Flatseal文档。
2. 默认进入桌面模式
运行以下命令可以让Steam Deck开机默认进入桌面模式
steamos-session-select plasma-persistent
运行以下命令回到开机进入游戏模式
steamos-session-select gamescope
3. 关闭只读模式
运行如下命令来关闭只读模式,这样就能运行pacman或者yay来安装程序了
sudo steamos-readonly disable
运行如下命令回到只读模式
sudo steamos-readonly enable
注意:关闭只读模式后通过pacman或者yay安裝的包在系统升级时会被删除。
4. 桌面模式下的虚拟键盘和鼠标
- 触摸板可以模拟鼠标,按压右触摸板模拟鼠标点击,按压左触摸板模拟鼠标右击。
- 按STEAM + X键呼出虚拟键盘(在Steam应用运行的情况下)。