好郁闷啊!因为一次误操作导致硬盘分区表崩溃,没有办法,只能重新装系统!装了FreeBSD5.2,跟上次一样的配置XF86Config文件,但是NV的驱动就是不能用!
内核源代码装了,4365的驱动也装了,但是进X,nv的那个欢迎画面没有,不过显示器的偏移消失了,(如果不装驱动得手动调节显示器,屏幕不在最中央)但是颜色还是不正常!我的XF86Config文件如下:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "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/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "IRC"
ModelName "110"
Option "DPMS"
HorizSync 31.5-37.9
VertRefresh 50-70
ModeLine "800x600/60Hz" 40 800 840 968 1056 600 601 605 628 +HSync +VSync
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 440 AGP 8x]"
ChipSet "GeForce4 MX 440 with AGP8X"
BusID " CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
Virtual 800 600
EndSubSection
SubSection "Display"
Depth 4
Virtual 800 600
EndSubSection
SubSection "Display"
Depth 8
Virtual 800 600
EndSubSection
SubSection "Display"
Depth 15
Virtual 800 600
EndSubSection
SubSection "Display"
Depth 16
Virtual 800 600
EndSubSection
SubSection "Display"
Depth 24
Virtual 800 600
EndSubSection
EndSection
Section "ServerFlags"
EndSection
那位高手指点一下我啊,谢谢!:help :help :help |