LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 731|回复: 2

关于NVIDIA驱动!

[复制链接]
发表于 2004-5-25 21:20:37 | 显示全部楼层 |阅读模式
好郁闷啊!因为一次误操作导致硬盘分区表崩溃,没有办法,只能重新装系统!装了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
发表于 2004-5-26 10:06:16 | 显示全部楼层

  1. Identifier "Monitor0"
  2. VendorName "IRC"
  3. ModelName "110"
  4. Option "DPMS"
  5. HorizSync 31.5-37.9
  6. VertRefresh 50-70
  7. ModeLine "800x600/60Hz" 40 800 840 968 1056 600 601 605 628 +HSync +VSync
  8. EndSection

复制代码


显示器刷新率和分辨率没有调好。。
 楼主| 发表于 2004-5-26 16:28:25 | 显示全部楼层
呵呵!谢谢你啊!已经搞好了,应该在Module里注销掉这句 Load "dri"
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表