first commit
This commit is contained in:
20
content/linux 入门/第一章/1.13.md
Executable file
20
content/linux 入门/第一章/1.13.md
Executable file
@@ -0,0 +1,20 @@
|
||||
#1.13
|
||||
#### X管理命令
|
||||
|
||||
1. `dpkg-reconfigure --priority=low x11-common` 重新配置X服务器
|
||||
2. `startx` 启动X会话,即同时启动X服务器和客户端
|
||||
1. graphical.target : systemd启动守护进程,某个dm显示管理器。
|
||||
1. /etc/X11/default-display-manager :默认的dm
|
||||
2. /etc/X11/Xsession
|
||||
1. /etc/X11/Xsession.options
|
||||
3. ~/.xsession
|
||||
4. /usr/bin/x-session-manager
|
||||
1. `update-alternatives --config x-session-manager` 由debian选择系统指定真实的X会话管理器
|
||||
5. /usr/bin/x-window-manager
|
||||
6. /usr/bin/x-terminal-emulator
|
||||
3. `xset q` 查看配置
|
||||
4. `fc-match` 字体匹配
|
||||
5. `fc-list` 字体列表
|
||||
1. .pcf.gz : 点阵字体
|
||||
2. .pcf | .afm :postscript轮廓字体
|
||||
3. .ttf :truetype 轮廓字体
|
||||
Reference in New Issue
Block a user