THU_sleepyboy 发表于 2006-4-9 18:08:28

新手问x-window的启动问题

我装的是FC4的系统
当时是在图形界面下安装的,能进KDE之类的图形界面

现在开机进FC4时,进不了X-window
出现如下错误提示:

(WW) I810: No matching Device section for instance(Bus ID PCI:0:2:1)found
(EE) No devices detected

Fatal server error:
   No Screens found

看来是找不到我的显示器了 -_-!
然后在配置x界面时,看到Monitor type显示为Unknown Monitor
这时点config,在出现的列表里,选择后不能点OK (OK按钮是暗色的),也就是不能设定我的显示器类型
自己重启了n次,把xorg.conf改来改去也没成。。。

我的本本的显卡是
Mobile Intel(R) 915GM/GMS,910ML express Chipset Family

以下是我的xorg.conf :

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier   "single head configuration"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "unix/:7100"
EndSection

Section "Module"
        Load"dbe"
        Load"extmod"
        Load"fbdevhw"
        Load"glx"
        Load"record"
        Load"freetype"
        Load"type1"
        Load"synaptics"
        Load"dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "kbd"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
        Identifier"Synaptics"
        Driver      "synaptics"
        Option          "Device" "/dev/input/mice"
        Option          "Protocol" "auto-dev"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
        HorizSync    31.5 - 37.9
        VertRefresh50.0 - 70.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "i810"
        VendorName"Videocard vendor"
        BoardName   "Intel 915"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   16
        SubSection "Display"
                Viewport   0 0
                Depth   16
                Modes    "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection


现在该怎么改它呢?
请大家帮忙,谢谢!

8O

jozhu 发表于 2006-4-9 23:41:36

Driver "i810"改成driver "vesa",或者去INTEL那下个915的驱动。
另外,这两行才是问题的描述啊
(WW) I810: No matching Device section for instance(Bus ID PCI:0:2:1)found
(EE) No devices detected
那个no screen found可以忽略不计的。

THU_sleepyboy 发表于 2006-4-11 09:38:37

谢谢解答

改成了vesa问题依旧。。。
后来不知怎么的,重启多了,有一次突然就能进去了,然后就好了。。。。。。
不过分辨率和刷新率还是很低,调不上去,看来是需要驱动了

不过在网上没有找到915在Linux下的驱动,都是for win的
请问一般哪些网站上有比较全的for linux的驱动呢?
页: [1]
查看完整版本: 新手问x-window的启动问题