xf86config-4
来自「SigmDesign SMP8634 media decode chip dev」· 代码 · 共 81 行
TXT
81 行
#Section "Files"# FontPath "unix/:7100" # local font server# # if the local font server has problems, we can fall back on these# FontPath "/usr/lib/X11/fonts/Type1"# FontPath "/usr/lib/X11/fonts/CID"# FontPath "/usr/lib/X11/fonts/Speedo"# FontPath "/usr/lib/X11/fonts/misc"# FontPath "/usr/lib/X11/fonts/cyrillic"# FontPath "/usr/lib/X11/fonts/100dpi"# FontPath "/usr/lib/X11/fonts/75dpi"#EndSectionSection "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe"EndSectionSection "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us"EndSectionSection "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5"EndSectionSection "Monitor" Identifier "Generic Monitor" HorizSync 30-130 VertRefresh 50-160 Option "DPMS"EndSectionSection "Device" Identifier "Card0" Driver "fbdev" Option "fbdev" "/dev/fb0"EndSectionSection "ServerLayout" Identifier "Default Layout" Screen "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse"EndSectionSection "Screen" Identifier "Screen0" Device "Card0" Monitor "Generic Monitor" DefaultColorDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSectionEndSection
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?