LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: jonybay

求救xorg出错.

[复制链接]
 楼主| 发表于 2006-11-13 12:15:11 | 显示全部楼层
没有/dev/mouse
有/dev/imput/mice
回复 支持 反对

使用道具 举报

发表于 2006-11-13 12:33:35 | 显示全部楼层
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc105)" };

这究竟是什么问题,困扰我许久了
回复 支持 反对

使用道具 举报

发表于 2006-11-13 12:46:02 | 显示全部楼层
Post by jonybay
没有/dev/mouse
有/dev/imput/mice

我是用这个的,没事的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 13:14:45 | 显示全部楼层
用vesa系统直接就当掉了.用radeon就报上面出的信息.
回复 支持 反对

使用道具 举报

发表于 2006-11-13 14:00:30 | 显示全部楼层
Post by jonybay
没有/dev/mouse
有/dev/imput/mice

有它你就用它
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 14:44:46 | 显示全部楼层
less xorg.conf
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

        Option      "Emulate3Buttons"
        Option      "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 31.5
        VertRefresh  50.0 - 70.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "vesa"
        Card        "* Generic VESA compatible"
        BusID       "vesa"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     8
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "800x600"
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 14:45:39 | 显示全部楼层
startx
xauth:  creating new authority file /root/.serverauth.6725

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-gentoo-r2 x86_64
Current Operating System: Linux jonybay 2.6.18-gentoo-r2 #1 SMP Sun Nov 12 22:28:17 Local time zone must be set--see zic  x86_64
Build Date: 13 November 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 13 14:46:52 2006
(==) Using config file: "/etc/X11/xorg.conf"

(WW) VESA: No matching Device section for instance (BusID PCI:5:0:0) found
(EE) No devices detected.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
回复 支持 反对

使用道具 举报

发表于 2006-11-13 14:49:13 | 显示全部楼层
BusID "vesa"
你从哪里看到BusID可以这么写,我还没见过呢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 15:02:41 | 显示全部楼层
加我MSN好吗?jonybay@msn.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 15:13:37 | 显示全部楼层
less xorg.conf
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

        Option      "Emulate3Buttons"
        Option      "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 31.5
        VertRefresh  50.0 - 70.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "vesa"
        Card        "* Generic VESA compatible"
        BusID       "CI:5:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     8
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "800x600"
        EndSubSection
EndSection

startx 系统就当掉了.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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