|
特别感谢qingl,
效果图:
XF86Config文件内容如下:
# File generated by xf86config.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/share/fonts/afms"
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/ukr"
EndSection
Section "Module"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "speedo"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "My Monitor"
VendorName "Gateway"
ModelName "Flat Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
ModeLine "1280x854" 80.00 1280 1328 1440 1688 854 855 858 866 -hsync
EndSection
Section "Device"
VideoRam 65536
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "DPMS"
Option "crt_screen"
BusID "CI:1:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x854"
EndSubSection
EndSection |
|