LinuxSir.cn,穿越时空的Linuxsir!

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

rl0:watchdog timeout??是什么意思

[复制链接]
发表于 2004-2-4 14:40:46 | 显示全部楼层 |阅读模式
请各位帮忙看看我的手提是什么问题:
手提配置III 1G,40G硬盘,256M RAM,SIS 芯片主板集成SIS 630显卡(32M共享内存),PCcard 8139网卡.
问题1:装FREEBSD 5.1,能识别网卡,配置好重启后则出现:rl0:watchdog timeout.PING不通其他机器,就算能PING通,延时最少都在10000ms以上.
请问是什么问题,如何解决?
问题2:由于网卡在5.1上不行,那就装个5.2(5.2.1)吧,在5.2上面网卡就一点问题也没有了,但进不了X Windows,而且根本就进不了XFreeSetup这个图形配置界面(在5.1,可以进图形配置界面,跑KDE及GNOME2也没问题),在字符界面下配置好之后,运行startx机器就会没反应(硬盘不动,键盘没反应,屏幕一遍黑,只有按电源重启),我觉得是XFreeServer不行,好象5.1跟5.2XFreeServer版本不一样,但怎样可以在5.2上装一个5.1上的XFreeServer或者用什么办法解决?

(注:我是菜鸟,玩FREEBSD没一个月)
发表于 2004-2-4 14:45:05 | 显示全部楼层
我认为:
1. 硬件不支持
2.显卡没配置好,不妨把/var/log/XFree86.0.log出来看看。

ps:我也不是高手。。。
 楼主| 发表于 2004-2-4 17:24:09 | 显示全部楼层
问一下:在sysinstall -> Configure -> XFree86 -> xf86cfg -textmode 来配置有没有什么问题
 楼主| 发表于 2004-2-4 17:29:37 | 显示全部楼层
XF86Config:
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"

        # Load "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbModel" "pc104"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 70.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "sis"
        ChipSet     "SIS630/730"
        Card        "sis SIS630/730"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
 楼主| 发表于 2004-2-4 17:30:45 | 显示全部楼层
/var/log/XFree86.0.log:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.2 i386 [ELF]
Build Date: 07 December 2003
        Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Wed Feb  4 17:21:58 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse0"
(==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 31 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:01:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:4: chip 1039,7018 card 156d,b510 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 134d,7892 card 134d,0001 rev 02 class 07,03,04 hdr 00
(II) PCI: 00:0a:0: chip 104c,ac50 card 1100,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: 01:00:0: chip 1039,6300 card 156d,b510 rev 31 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10ec,8139 card 14cb,0200 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1        0        0x00005000 - 0x000050ff (0x100) IX
        [1] -1        0        0x00005400 - 0x000054ff (0x100) IX
        [2] -1        0        0x00005800 - 0x000058ff (0x100) IX
        [3] -1        0        0x00005c00 - 0x00005cff (0x100) IX
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xec100000 - 0xec1fffff (0x100000) MX
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:10:0), (0,2,4), BCTRL: 0x0700 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1        0        0x00001100 - 0x000011ff (0x100) IX
(--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D rev 49, Mem @ 0xf0000000/27, 0xec100000/17, I/O @ 0x5000/7
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
        [0] -1        0        0x88001000 - 0x88001fff (0x1000) MXE
        [1] -1        0        0xec001000 - 0xec001fff (0x1000) MXE
        [2] -1        0        0x000d0000 - 0x000dffff (0x10000) MXE
        [3] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXEO
        [4] -1        0        0xec100000 - 0xec11ffff (0x20000) MX(B)
        [5] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [6] -1        0        0x00001100 - 0x000011ff (0x100) IXE
        [7] -1        0        0x00001040 - 0x0000107f (0x40) IXE
        [8] -1        0        0x00001400 - 0x000014ff (0x100) IXE
        [9] -1        0        0x00001000 - 0x000010ff (0x100) IXE
        [10] -1        0        0x00005000 - 0x0000507f (0x80) IX(B)
(II) PCI I/O resource overlap reduced 0x00001000 from 0x000010ff to 0x0000103f
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0x88001000 - 0x88001fff (0x1000) MXE
        [1] -1        0        0xec001000 - 0xec001fff (0x1000) MXE
        [2] -1        0        0x000d0000 - 0x000dffff (0x10000) MXE
        [3] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXEO
        [4] -1        0        0xec100000 - 0xec11ffff (0x20000) MX(B)
        [5] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [6] -1        0        0x00001100 - 0x000011ff (0x100) IXE
        [7] -1        0        0x00001040 - 0x0000107f (0x40) IXE
        [8] -1        0        0x00001400 - 0x000014ff (0x100) IXE
        [9] -1        0        0x00001000 - 0x0000103f (0x40) IXE
        [10] -1        0        0x00005000 - 0x0000507f (0x80) IX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000cffff (0x10000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000cffff (0x10000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x88001000 - 0x88001fff (0x1000) MXE
        [6] -1        0        0xec001000 - 0xec001fff (0x1000) MXE
        [7] -1        0        0x000d0000 - 0x000dffff (0x10000) MXE
        [8] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXEO
        [9] -1        0        0xec100000 - 0xec11ffff (0x20000) MX(B)
        [10] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [11] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [12] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [13] -1        0        0x00001100 - 0x000011ff (0x100) IXE
        [14] -1        0        0x00001040 - 0x0000107f (0x40) IXE
        [15] -1        0        0x00001400 - 0x000014ff (0x100) IXE
        [16] -1        0        0x00001000 - 0x0000103f (0x40) IXE
        [17] -1        0        0x00005000 - 0x0000507f (0x80) IX(B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.6.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
        SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
        SIS315PRO, SIS550, SIS650/M650/651/740, SIS330(Xabre)
(II) Primary Device is: PCI 01:00:0
(**) Chipset override: SIS630/730
(**) Chipset SIS630/730 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000cffff (0x10000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x88001000 - 0x88001fff (0x1000) MXE
        [6] -1        0        0xec001000 - 0xec001fff (0x1000) MXE
        [7] -1        0        0x000d0000 - 0x000dffff (0x10000) MXE
        [8] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXEO
        [9] -1        0        0xec100000 - 0xec11ffff (0x20000) MX(B)
        [10] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [11] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [12] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [13] -1        0        0x00001100 - 0x000011ff (0x100) IXE
        [14] -1        0        0x00001040 - 0x0000107f (0x40) IXE
        [15] -1        0        0x00001400 - 0x000014ff (0x100) IXE
        [16] -1        0        0x00001000 - 0x0000103f (0x40) IXE
        [17] -1        0        0x00005000 - 0x0000507f (0x80) IX(B)
(II) resource ranges after probing:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000cffff (0x10000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x88001000 - 0x88001fff (0x1000) MXE
        [6] -1        0        0xec001000 - 0xec001fff (0x1000) MXE
        [7] -1        0        0x000d0000 - 0x000dffff (0x10000) MXE
        [8] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXEO
        [9] -1        0        0xec100000 - 0xec11ffff (0x20000) MX(B)
        [10] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [11] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [12] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [13] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [15] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [16] -1        0        0x00001100 - 0x000011ff (0x100) IXE
        [17] -1        0        0x00001040 - 0x0000107f (0x40) IXE
        [18] -1        0        0x00001400 - 0x000014ff (0x100) IXE
        [19] -1        0        0x00001000 - 0x0000103f (0x40) IXE
        [20] -1        0        0x00005000 - 0x0000507f (0x80) IX(B)
        [21] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [22] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) SIS(0): SiS driver (31/01/03-1) by Thomas Winischhofer <thomas@winischhofer.net>
(II) SIS(0): See http://www.winischhofer.net/linuxsisvga.shtml for documentation and updates
(--) SIS(0): This adapter is primary display adapter
(==) SIS(0): Write-combining range (0xa0000,0x10000) was already clear
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->IOOffset is 0x0000
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(**) SIS(0): Relocated IO registers at 0x5000
(**) SIS(0): Depth 16, (--) framebuffer bpp 16
(==) SIS(0): RGB weight 565
(==) SIS(0): Default visual is TrueColor
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SIS(0): Video BIOS version "2.04.5b" found at 0xc0000
(==) SIS(0): Using HW cursor
(==) SIS(0): Color HW cursor is disabled
(==) SIS(0): TurboQueue enabled
(==) SIS(0): Usage of built-in modes is enabled
(--) SIS(0): Video ROM data usage is enabled
(--) SIS(0): Detected DRAM type: SDRAM
(--) SIS(0): Detected memory clock: 133.634 MHz
(--) SIS(0): (Adapter assumes MCLK being 133 Mhz)
(II) SIS(0): Assuming DRAM bus width: 64 bit
(--) SIS(0): Linear framebuffer at 0xF0000000
(--) SIS(0): MMIO registers at 0xEC100000
(--) SIS(0): VideoRAM: 32768 KB
(II) SIS(0): Using 32252K of framebuffer memory
(--) SIS(0): Hardware supports two video overlays
(--) SIS(0): Detected LVDS transmitter (Bridge type 4)
(--) SIS(0): Detected Chrontel 7005 TV encoder (ID 0x3a; bridge type 4)
(--) SIS(0): Chrontel: No TV detected.
(--) SIS(0): CRT1 connection detected
(--) SIS(0): Detected LCD panel resolution 1024x768 (type 12, expanding, RGB18)
(--) SIS(0): Memory bandwidth at 16 bpp is 534.536 MHz
(--) SIS(0): Bandwidth reserved for CRT2 is 67 Mhz
(--) SIS(0): Bandwidth available for CRT1 is 467.536 MHz
(--) SIS(0): Detected LCD PanelDelayCompensation 32
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(--) SIS(0): CRT1 DDC probing failed, now trying via VBE
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) SIS(0): initializing int10
(==) SIS(0): Write-combining range (0xa0000,0x20000) was already clear
(==) SIS(0): Write-combining range (0xc0000,0x40000) was already clear
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 3.0
(II) SIS(0): VESA VBE Total Mem: 32768 kB
(II) SIS(0): VESA VBE OEM: SiS
(II) SIS(0): VESA VBE OEM Software Rev: 1.0
(II) SIS(0): VESA VBE OEM Vendor:
(II) SIS(0): VESA VBE OEM Product:
(II) SIS(0): VESA VBE OEM Product Rev:
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) SIS(0): VESA VBE DDC supported
(II) SIS(0): VESA VBE DDC Level none
(II) SIS(0): VESA VBE DDC transfer in appr. 0 sec.
(II) SIS(0): VESA VBE DDC read failed
(==) SIS(0): Min pixel clock is 12 MHz
(--) SIS(0): Max pixel clock is 270 MHz
(II) SIS(0): Replaced entire mode list with built-in modes
(II) SIS(0): "Unknown reason" in the following list means that the mode
(II) SIS(0): is not supported on the chipset/bridge/current output device.
(II) SIS(0): Monitor0: Using hsync range of 31.50-48.50 kHz
(II) SIS(0): Monitor0: Using vrefresh range of 40.00-70.00 Hz
(II) SIS(0): Clock range:  12.00 to 270.00 MHz
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x400" (vrefresh out of range)
(II) SIS(0): Not using default mode "720x480" (unknown reason)
(II) SIS(0): Not using default mode "720x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1920x1440" (unknown reason)
(II) SIS(0): Not using default mode "2048x1536" (unknown reason)
(II) SIS(0): Not using default mode "1280x960" (unknown reason)
(II) SIS(0): Not using default mode "1280x960" (unknown reason)
(II) SIS(0): Not using default mode "1024x600" (unknown reason)
(II) SIS(0): Not using default mode "1152x768" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (unknown reason)
(II) SIS(0): Not using default mode "856x480" (unknown reason)
(II) SIS(0): Not using default mode "856x480" (unknown reason)
(II) SIS(0): Not using default mode "1360x768" (unknown reason)
(--) SIS(0): Virtual size is 1024x768 (pitch 1024)
(**) SIS(0): *Default mode "1024x768": 65.1 MHz, 48.5 kHz, 60.1 Hz
(II) SIS(0): Modeline "1024x768"   65.15  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) SIS(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) SIS(0): Modeline "800x600"   39.97  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) SIS(0): *Default mode "640x480": 25.1 MHz, 31.3 kHz, 59.7 Hz
(II) SIS(0): Modeline "640x480"   25.06  640 656 752 800  480 490 492 525 -hsync -vsync
(**) SIS(0):  Default mode "800x600": 36.1 MHz, 35.2 kHz, 56.3 Hz
(II) SIS(0): Modeline "800x600"   36.06  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) SIS(0):  Default mode "512x384": 32.6 MHz, 48.5 kHz, 60.1 Hz (D)
(II) SIS(0): Modeline "512x384"   32.57  512 528 592 672  384 385 388 403 doublescan -hsync -vsync
(==) SIS(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.2
(II) SIS(0): Accel enabled
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0        0        0xec100000 - 0xec11ffff (0x20000) MX
        [1] 0        0        0xf0000000 - 0xf7ffffff (0x8000000) MX
        [2] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [3] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [4] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [5] -1        0        0x000c0000 - 0x000cffff (0x10000) MX
        [6] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [7] -1        0        0x88001000 - 0x88001fff (0x1000) MXE
        [8] -1        0        0xec001000 - 0xec001fff (0x1000) MXE
        [9] -1        0        0x000d0000 - 0x000dffff (0x10000) MXE
        [10] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXEO
        [11] -1        0        0xec100000 - 0xec11ffff (0x20000) MX(B)
        [12] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [13] 0        0        0x000a0000 - 0x000affff (0x10000) MS(OprU)
        [14] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS(OprU)
        [15] 0        0        0x000b8000 - 0x000bffff (0x8000) MS(OprU)
        [16] 0        0        0x00005000 - 0x0000507f (0x80) IX
        [17] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [18] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [19] -1        0        0x00001100 - 0x000011ff (0x100) IXE
        [20] -1        0        0x00001040 - 0x0000107f (0x40) IXE
        [21] -1        0        0x00001400 - 0x000014ff (0x100) IXE
        [22] -1        0        0x00001000 - 0x0000103f (0x40) IXE
        [23] -1        0        0x00005000 - 0x0000507f (0x80) IX(B)
        [24] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [25] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->IOOffset is 0x4c80
(==) SIS(0): Write-combining range (0xec100000,0x10000) was already clear
(==) SIS(0): Write-combining range (0xf0000000,0x2000000)
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(II) SIS(0): VBFlags=0x43080002
(--) SIS(0): Before: CR30=0x21, CR31=0x07, CR32=0x08, CR33=0x00, CR35=0x00
(II) SIS(0): After:  CR30=0x21, CR31=0x47, CR33=0x02
(II) SIS(0): Setting mode 0x4a
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(--) SIS(0): (init301: LCDInfo=0x00e9 LCDResInfo=0x02 LCDTypeInfo=0x0c)
(--) SIS(0): (init: VBType=0x0000, VBInfo=0x4521)
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) SIS(0): [drm] loaded kernel module for "sis" driver
(II) SIS(0): [drm] created "sis" driver at busid "CI:1:0:0"
(II) SIS(0): [drm] added 8192 byte SAREA at 0xc2df6000
(II) SIS(0): [drm] mapped SAREA 0xc2df6000 to 0x2830b000
(II) SIS(0): [drm] framebuffer handle = 0xf0000000
(II) SIS(0): [drm] added 1 reserved context for kernel
(II) SIS(0): [drm] Registers = 0xec100000
(II) SIS(0): [drm] drmAgpEnabled succeeded

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 4.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
 楼主| 发表于 2004-2-4 17:32:02 | 显示全部楼层
再贴一个在5.1下的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            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
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 - 48.5
        VertRefresh  40.0 - 70.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "sis"
        VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "SiS630 GUI Accelerator+3D"
        ChipSet     "SIS630/730"
        BusID       "CI:1:0:0"
EndSection

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

Section "DRI"
        Group        0
EndSection
 楼主| 发表于 2004-2-4 17:33:56 | 显示全部楼层
看上去应该是显卡的问题,请各位帮忙看看应该怎样配.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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