509
备注:
|
1066
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
== Desktop Mode == | <<TableOfContents(2)>> |
行号 3: | 行号 3: |
Permanent Desktop mode | == Tips == |
行号 5: | 行号 5: |
to boot into desktop mode by default | === 默认进入桌面模式 === |
行号 7: | 行号 7: |
运行以下命令可以让Steam Deck开机默认进入桌面模式 {{{ |
|
行号 8: | 行号 10: |
}}} | |
行号 9: | 行号 12: |
to boot into gaming mode by default (and to fix inability to go back to gaming mode from desktop) | 运行以下命令回到开机进入游戏模式 {{{ steamos-session-select gamescope }}} |
行号 11: | 行号 17: |
steamos-session-select gamescope | === 关闭只读模式 === |
行号 13: | 行号 19: |
== Reference == | 运行如下命令来关闭只读模式,这样就能运行`pacman`或者`yay`来安装程序了 {{{ sudo steamos-readonly disable }}} 运行如下命令回到只读模式 {{{ sudo steamos-readonly enable }}} === 桌面模式下的虚拟键盘和鼠标 === * 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. == 参考文档 == |
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. 桌面模式下的虚拟键盘和鼠标
- 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.