xf86config-4

来自「神龙解压卡Linux下的完整开发包,绝对是超值超值超值」· 代码 · 共 56 行

TXT
56
字号
Section "ServerLayout"	Identifier     "XFree86 Configured"	Screen      0  "Screen0" 0 0	InputDevice    "Mouse0" "CorePointer"	InputDevice    "Keyboard0" "CoreKeyboard"EndSectionSection "Module"	Load  "pex5"	Load  "dri"	Load  "GLcore"	Load  "record"	Load  "glx"	Load  "extmod"	Load  "dbe"	Load  "xie"EndSectionSection "InputDevice"	Identifier  "Keyboard0"	Driver      "keyboard"EndSectionSection "InputDevice"	Identifier  "Mouse0"	Driver      "mouse"	Option      "Protocol" "PS/2"	Option      "Device" "/dev/mouse"EndSectionSection "Monitor"	Identifier   "Monitor0"	VendorName   "Monitor Vendor"	ModelName    "Monitor Model"	HorizSync       30-130	VertRefresh     50-160EndSectionSection "Device"	Identifier  "Card0"	Driver      "fbdev"	Option "fbdev" "/dev/fb1"EndSectionSection "Screen"	Identifier "Screen0"	Device     "Card0"	Monitor    "Monitor0"	DefaultColorDepth 8	SubSection "Display"                Depth     8                Modes   "640x480"        EndSubSectionEndSection

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?