|
大小: 1111
备注:
|
大小: 1153
备注:
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 5: | 行号 5: |
| === Make desktop mode permanent === | === 默认进入桌面模式 === |
| 行号 7: | 行号 7: |
| to boot into desktop mode by default | 运行以下命令可以让Steam Deck开机默认进入桌面模式 |
| 行号 12: | 行号 12: |
| to boot into gaming mode by default (and to fix inability to go back to gaming mode from desktop) | 运行以下命令回到开机进入游戏模式 |
| 行号 17: | 行号 17: |
| === Turn off readonly mode === | === 关闭只读模式 === |
| 行号 19: | 行号 19: |
| Run the following command to disable readonly mode so that you can install packages via `pacman` or `yay` | 运行如下命令来关闭只读模式,这样就能运行`pacman`或者`yay`来安装程序了 |
| 行号 24: | 行号 24: |
| Run the following command to re-enable readonly mode | 运行如下命令回到只读模式 |
| 行号 29: | 行号 29: |
| === Virtual Keyboard/Mouse in desktop mode === | === 桌面模式下的虚拟键盘和鼠标 === |
| 行号 31: | 行号 31: |
| * 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. |
* 触摸板可以模拟鼠标,按压右触摸板模拟鼠标点击,按压左触摸板模拟鼠标右击。 * 按STEAM + X键呼出虚拟键盘(在Steam应用运行的情况下)。 |
| 行号 34: | 行号 34: |
| == Reference == | == 参考文档 == |
| 行号 40: | 行号 40: |
| * https://help.steampowered.com/en/faqs/view/671A-4453-E8D2-323C * https://github.com/mikeroyal/Steam-Deck-Guide |
Tips
1. 默认进入桌面模式
运行以下命令可以让Steam Deck开机默认进入桌面模式
steamos-session-select plasma-persistent
运行以下命令回到开机进入游戏模式
steamos-session-select gamescope
2. 关闭只读模式
运行如下命令来关闭只读模式,这样就能运行pacman或者yay来安装程序了
sudo steamos-readonly disable
运行如下命令回到只读模式
sudo steamos-readonly enable
3. 桌面模式下的虚拟键盘和鼠标
- 触摸板可以模拟鼠标,按压右触摸板模拟鼠标点击,按压左触摸板模拟鼠标右击。
- 按STEAM + X键呼出虚拟键盘(在Steam应用运行的情况下)。