xf86config
来自「三星2410的uboot」· 代码 · 共 98 行
TXT
98 行
Section "ServerLayout" Identifier "XFree86 Configured" Screen 1 "Screen1" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard"EndSectionSection "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"EndSectionSection "Module" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1"EndSectionSection "InputDevice" Identifier "Keyboard0" Driver "keyboard"EndSectionSection "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse"EndSectionSection "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30 - 50 VertRefresh 47 - 104EndSectionSection "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "pci_burst" # [<bool>] #Option "fifo_conservative" # [<bool>] #Option "fifo_moderate" # [<bool>] #Option "fifo_aggressive" # [<bool>] #Option "pci_retry" # [<bool>] #Option "NoAccel" # [<bool>] #Option "set_mclk" # <freq> #Option "show_cache" # [<bool>] #Option "HWCursor" # [<bool>] #Option "SWCursor" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "ByteSwap" # [<bool>] #Option "Interlaced" # [<bool>] #Option "UseBIOS" # [<bool>] #Option "ZoomOnLCD" # [<bool>] Identifier "Card1" Driver "siliconmotion" VendorName "Silicon Motion, Inc" BoardName "Voyager" BusID "PCI:0:13:0"EndSectionSection "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 8 SubSection "Display Depth 8 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" "640x480" EndSubSectionEndSection
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?