LinuxSir.cn,穿越时空的Linuxsir!

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

大家帮我看看这个错啊!在线等 !!

[复制链接]
发表于 2004-11-10 18:47:22 | 显示全部楼层 |阅读模式
我在FREEBSD5.3 里startx /gnome出现了如下的错啊!
 楼主| 发表于 2004-11-10 18:48:51 | 显示全部楼层

大家帮我看看这个错啊!在线等 !!

我在FREEBSD5.3下面 startx /gnome 就出现了下面的错啊!
发表于 2004-11-11 11:13:36 | 显示全部楼层
你的xorg.cfg没有设置好。我看你用的是vmware,用下面的设置一下:

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/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
        Load  "xtt"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 100.0

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     "HWcursor"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        Identifier  "Card0"
        Driver      "vmware"
        VendorName  "VMWare Inc"
        BoardName   "Unknown Board"
        BusID       "CI:0:15:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
                Modes     "800x600"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes     "800x600"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes     "800x600"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes     "800x600"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes     "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes     "800x600"
        EndSubSection
EndSection

注意:(1)在 Section "Monitor" 增加
           HorizSync    31.5 - 57.0
           VertRefresh  50.0 - 100.0
      (2)我在分辨率下设置了 Modes="800x600" 你可以自己修改
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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