LinuxSir.cn,穿越时空的Linuxsir!

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

急啊,帮忙看看配置什么地方出了问题,我是sun blade 100/sparc64的机器,是不是不能上X w

[复制链接]
发表于 2005-9-8 20:19:00 | 显示全部楼层 |阅读模式
I have installed Gentoo 2.4 use the 3rd stage tarball and xorg11 and kde on my sun blade 100, but when i try to run X window, it's fails.
and when i use the command Xorg -config /etc/X11/xorg.conf, the monitor shows 'out of range'.

anybody could tell me why?
thank you.

the following is my hardware parameters:
ATI Rage XL
Sangsung 753s: horizontal frequency 30-70, bandwidth 11Mhz, maximun resolution 1280x1024@65.
Xorg version: 6.8.2

the folloing is the xorg.conf:
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" "Microsoft"
        Option            "Emulate3Buttons"
        Option            "Device" "/dev/usbmouse"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    31.5 - 64.3
        VertRefresh  30.0 - 70.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "ati"
        VideoRam    8192
EndSection

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


and this is the Xorg.0.log:


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.31-sparc sparc64 [ELF]
Current Operating System: Linux sun1 2.4.31-sparc #1 Tue Sep 6 07:55:33 UTC 2005 sparc64
Build Date: 05 September 2005
        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: Thu Sep  8 02:35:36 2005
(++) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) The directory "/usr/share/fonts/CID/" does not exist.
        Entry deleted from font path.
(==) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(==) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 108e,a001 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:03:0: chip 10b9,7101 card 0000,0000 rev 00 class 00,00,00 hdr 00
(II) PCI: 00:05:0: chip 8086,b152 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5451 card 10b9,5451 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:0c:0: chip 108e,1100 card 0000,0000 rev 01 class 06,80,00 hdr 80
(II) PCI: 00:0c:1: chip 108e,1101 card 0000,0000 rev 01 class 02,00,00 hdr 80
(II) PCI: 00:0c:2: chip 108e,1102 card 0000,0000 rev 01 class 0c,00,10 hdr 80
(II) PCI: 00:0c:3: chip 108e,1103 card 0000,0000 rev 01 class 0c,03,10 hdr 80
(II) PCI: 00:0d:0: chip 10b9,5229 card 0000,0000 rev c3 class 01,01,ff hdr 00
(II) PCI: 00:13:0: chip 1002,4752 card 0000,0000 rev 27 class 03,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,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        1        0x00000000 - 0x00ffffff (0x1000000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        1        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        1        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:5:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:19:0) ATI Technologies Inc Rage XL rev 39, Mem @ 0x03000000/24, 0x00426000/12, I/O @ 0x0b00/8, BIOS @ 0x00440000/17
(II) Addressable bus resource ranges are
        [0] -1        1        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        1        0x00000000 - 0x00ffffff (0x1000000) IX
(II) OS-reported resource ranges:
        [0] -1        1        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        1        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        1        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        1        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        1        0x00ffffff - 0x00ffffff (0x1) IX
        [5] -1        1        0x00000000 - 0x00000000 (0x1) IX
(II) Active PCI resource ranges:
        [0] -1        1        0x02000000 - 0x02007fff (0x8000) MX
        [1] -1        1        0x00422000 - 0x004227ff (0x800) MX
        [2] -1        1        0x00420000 - 0x004207ff (0x800) MX
        [3] -1        1        0x00400000 - 0x0041ffff (0x20000) MX
        [4] -1        1        0x01800000 - 0x01ffffff (0x800000) MX
        [5] -1        1        0x04000000 - 0x04ffffff (0x1000000) MX
        [6] -1        1        0x00424000 - 0x00424fff (0x1000) MX
        [7] -1        1        0x00440000 - 0x0045ffff (0x20000) MX(B)
        [8] -1        1        0x00426000 - 0x00426fff (0x1000) MX(B)
        [9] -1        1        0x03000000 - 0x03ffffff (0x1000000) MX(B)
        [10] -1        1        0x00000a20 - 0x00000a2f (0x10) IX
        [11] -1        1        0x00000a08 - 0x00000a0b (0x4) IX
        [12] -1        1        0x00000a10 - 0x00000a17 (0x8) IX
        [13] -1        1        0x00000a18 - 0x00000a1b (0x4) IX
        [14] -1        1        0x00000a00 - 0x00000a07 (0x8) IX
        [15] -1        1        0x00000900 - 0x000009ff (0x100) IX
        [16] -1        1        0x00000b00 - 0x00000bff (0x100) IX(B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        1        0x02000000 - 0x02007fff (0x8000) MX
        [1] -1        1        0x00422000 - 0x004227ff (0x800) MX
        [2] -1        1        0x00420000 - 0x004207ff (0x800) MX
        [3] -1        1        0x00400000 - 0x0041ffff (0x20000) MX
        [4] -1        1        0x01800000 - 0x01ffffff (0x800000) MX
        [5] -1        1        0x04000000 - 0x04ffffff (0x1000000) MX
        [6] -1        1        0x00424000 - 0x00424fff (0x1000) MX
        [7] -1        1        0x00440000 - 0x0045ffff (0x20000) MX(B)
        [8] -1        1        0x00426000 - 0x00426fff (0x1000) MX(B)
        [9] -1        1        0x03000000 - 0x03ffffff (0x1000000) MX(B)
        [10] -1        1        0x00000a20 - 0x00000a2f (0x10) IX
        [11] -1        1        0x00000a08 - 0x00000a0b (0x4) IX
        [12] -1        1        0x00000a10 - 0x00000a17 (0x8) IX
        [13] -1        1        0x00000a18 - 0x00000a1b (0x4) IX
        [14] -1        1        0x00000a00 - 0x00000a07 (0x8) IX
        [15] -1        1        0x00000900 - 0x000009ff (0x100) IX
        [16] -1        1        0x00000b00 - 0x00000bff (0x100) IX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        1        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        1        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        1        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        1        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        1        0x00ffffff - 0x00ffffff (0x1) IX
        [5] -1        1        0x00000000 - 0x00000000 (0x1) IX
(II) All system resource ranges:
        [0] -1        1        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        1        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        1        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        1        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        1        0x02000000 - 0x02007fff (0x8000) MX
        [5] -1        1        0x00422000 - 0x004227ff (0x800) MX
        [6] -1        1        0x00420000 - 0x004207ff (0x800) MX
        [7] -1        1        0x00400000 - 0x0041ffff (0x20000) MX
        [8] -1        1        0x01800000 - 0x01ffffff (0x800000) MX
        [9] -1        1        0x04000000 - 0x04ffffff (0x1000000) MX
        [10] -1        1        0x00424000 - 0x00424fff (0x1000) MX
        [11] -1        1        0x00440000 - 0x0045ffff (0x20000) MX(B)
        [12] -1        1        0x00426000 - 0x00426fff (0x1000) MX(B)
        [13] -1        1        0x03000000 - 0x03ffffff (0x1000000) MX(B)
        [14] -1        1        0x00ffffff - 0x00ffffff (0x1) IX
        [15] -1        1        0x00000000 - 0x00000000 (0x1) IX
        [16] -1        1        0x00000a20 - 0x00000a2f (0x10) IX
        [17] -1        1        0x00000a08 - 0x00000a0b (0x4) IX
        [18] -1        1        0x00000a10 - 0x00000a17 (0x8) IX
        [19] -1        1        0x00000a18 - 0x00000a1b (0x4) IX
        [20] -1        1        0x00000a00 - 0x00000a07 (0x8) IX
        [21] -1        1        0x00000900 - 0x000009ff (0x100) IX
        [22] -1        1        0x00000b00 - 0x00000bff (0x100) IX(B)
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org 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 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/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/lib/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 6.5.6
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipset: ati
(II) R128: Driver for ATI Rage 128 chipsets:
        ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
        ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
        ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
        ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
        ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
        ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
        ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
        ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
        ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
        ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
        ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
        ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
        ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
        ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
        ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
        ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
        ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
        ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
        ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
        ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
        ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
        ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
        ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
        ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330/340/350 (A4) 4137,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
        ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP),
        ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
        ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
        ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
        ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
        ATI FireGL RV360 AV (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
        ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
        ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE),
        ATI Radeon Mobility X600 (M24) 3150 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireGL D1100 (RV370) 5B65 (PCIE),
        ATI Radeon Mobility M300 (M22) 5460 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
        ATI FireGL V7100 (R423) UT (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 00:13:0
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:19:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:19:0 assigned to active "Device" section "Card0".
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/lib/modules/drivers/atimisc_drv.so
(II) Module atimisc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 6.5.6
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) resource ranges after probing:
        [0] -1        1        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        1        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        1        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        1        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        1        0x02000000 - 0x02007fff (0x8000) MX
        [5] -1        1        0x00422000 - 0x004227ff (0x800) MX
        [6] -1        1        0x00420000 - 0x004207ff (0x800) MX
        [7] -1        1        0x00400000 - 0x0041ffff (0x20000) MX
        [8] -1        1        0x01800000 - 0x01ffffff (0x800000) MX
        [9] -1        1        0x04000000 - 0x04ffffff (0x1000000) MX
        [10] -1        1        0x00424000 - 0x00424fff (0x1000) MX
        [11] -1        1        0x00440000 - 0x0045ffff (0x20000) MX(B)
        [12] -1        1        0x00426000 - 0x00426fff (0x1000) MX(B)
        [13] -1        1        0x03000000 - 0x03ffffff (0x1000000) MX(B)
        [14] -1        1        0x00ffffff - 0x00ffffff (0x1) IX
        [15] -1        1        0x00000000 - 0x00000000 (0x1) IX
        [16] -1        1        0x00000a20 - 0x00000a2f (0x10) IX
        [17] -1        1        0x00000a08 - 0x00000a0b (0x4) IX
        [18] -1        1        0x00000a10 - 0x00000a17 (0x8) IX
        [19] -1        1        0x00000a18 - 0x00000a1b (0x4) IX
        [20] -1        1        0x00000a00 - 0x00000a07 (0x8) IX
        [21] -1        1        0x00000900 - 0x000009ff (0x100) IX
        [22] -1        1        0x00000b00 - 0x00000bff (0x100) IX(B)
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 8, (--) framebuffer bpp 8
(II) ATI(0): BIOS Data:  BIOSSize=0x0000, ROMTable=0x0000.
(II) ATI(0): BIOS Data:  ClockTable=0x0000, FrequencyTable=0x0000.
(II) ATI(0): BIOS Data:  LCDTable=0x0000, LCDPanelInfo=0x0000.
(II) ATI(0): BIOS Data:  VideoTable=0x0000, HardwareTable=0x0000.
(II) ATI(0): BIOS Data:  I2CType=0x00, Tuner=0x00, Decoder=0x00, Audio=0x0F.
(--) ATI(0): ATI 3D Rage XL or XC graphics controller detected.
(--) ATI(0): Chip type 4752 "GR", version 7, foundry TSMC, class 0, revision 0x00.
(--) ATI(0): PCI bus interface detected.
(--) ATI(0): ATI Mach64 adapter detected.
(!!) ATI(0): For information on using the multimedia capabilities
        of this adapter, please see http://gatos.sf.net.
(--) ATI(0): Internal RAMDAC (subtype 1) detected.
(==) ATI(0): RGB weight 888
(==) ATI(0): Default visual is PseudoColor
(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(0): Using Mach64 accelerator CRTC.
(II) ATI(0): Storing hardware cursor image at 0x037FFC00.
(II) ATI(0): Using 8 MB linear aperture at 0x03800000.
(!!) ATI(0): Virtual resolutions will be limited to 8191 kB
due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(0): Using Block 0 MMIO aperture at 0x00426400.
(II) ATI(0): Using Block 1 MMIO aperture at 0x00426000.
(II) ATI(0): MMIO write caching enabled.
(--) ATI(0): 8192 kB of SDRAM (1:1) detected (using 8191 kB).
(WW) ATI(0): Cannot shadow an accelerated frame buffer.
(II) ATI(0): Engine XCLK 30.426 MHz;  Refresh rate code 3.
(--) ATI(0): Internal programmable clock generator detected.
(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(0): Monitor0: Using hsync range of 31.50-64.30 kHz
(II) ATI(0): Monitor0: Using vrefresh range of 30.00-70.00 Hz
(II) ATI(0): Maximum clock: 114.00 MHz
(II) ATI(0): Not using default mode "640x350" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x175" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x400" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x200" (vrefresh out of range)
(II) ATI(0): Not using default mode "720x400" (vrefresh out of range)
(II) ATI(0): Not using default mode "360x200" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x240" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x240" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x240" (vrefresh out of range)
(II) ATI(0): Not using default mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(0): Not using default mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(0): Not using default mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(0): Not using default mode "1024x768" (vrefresh out of range)
(II) ATI(0): Not using default mode "512x384" (vrefresh out of range)
(II) ATI(0): Not using default mode "1024x768" (vrefresh out of range)
(II) ATI(0): Not using default mode "512x384" (vrefresh out of range)
(II) ATI(0): Not using default mode "1024x768" (hsync out of range)
(II) ATI(0): Not using default mode "512x384" (hsync out of range)
(II) ATI(0): Not using default mode "1152x864" (hsync out of range)
(II) ATI(0): Not using default mode "576x432" (hsync out of range)
(II) ATI(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "640x480" (hsync out of range)
(II) ATI(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "640x512" (hsync out of range)
(II) ATI(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "640x512" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "896x672" (hsync out of range)
(II) ATI(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "928x696" (hsync out of range)
(II) ATI(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "832x624" (vrefresh out of range)
(II) ATI(0): Not using default mode "416x312" (vrefresh out of range)
(II) ATI(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "700x525" (hsync out of range)
(II) ATI(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) ATI(0): Not using default mode "1280x960" (width too large for virtual size)
(II) ATI(0): Not using default mode "1152x768" (width too large for virtual size)
(II) ATI(0): Not using default mode "1024x768" (width too large for virtual size)
(II) ATI(0): Not using default mode "1024x768" (width too large for virtual size)
(--) ATI(0): Virtual size is 800x600 (pitch 832)
(**) ATI(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) ATI(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) ATI(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) ATI(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) ATI(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) ATI(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) ATI(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) ATI(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) ATI(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) ATI(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) ATI(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) ATI(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) ATI(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) ATI(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) ATI(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) ATI(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) ATI(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) ATI(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) ATI(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) ATI(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(==) ATI(0): DPI set to (75, 75)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(WW) ATI(0): I2C bus Mach64 initialisation failure.
(II) ATI(0): I2C bus "Mach64" removed.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0        1        0x00426000 - 0x00426fff (0x1000) MS
        [1] 0        1        0x03000000 - 0x03ffffff (0x1000000) MS
        [2] -1        1        0xffffffff - 0xffffffff (0x1) MX
        [3] -1        1        0x000f0000 - 0x000fffff (0x10000) MX
        [4] -1        1        0x000c0000 - 0x000effff (0x30000) MX
        [5] -1        1        0x00000000 - 0x0009ffff (0xa0000) MX
        [6] -1        1        0x02000000 - 0x02007fff (0x8000) MX
        [7] -1        1        0x00422000 - 0x004227ff (0x800) MX
        [8] -1        1        0x00420000 - 0x004207ff (0x800) MX
        [9] -1        1        0x00400000 - 0x0041ffff (0x20000) MX
        [10] -1        1        0x01800000 - 0x01ffffff (0x800000) MX
        [11] -1        1        0x04000000 - 0x04ffffff (0x1000000) MX
        [12] -1        1        0x00424000 - 0x00424fff (0x1000) MX
        [13] -1        1        0x00440000 - 0x0045ffff (0x20000) MX(B)
        [14] -1        1        0x00426000 - 0x00426fff (0x1000) MX(B)
        [15] -1        1        0x03000000 - 0x03ffffff (0x1000000) MX(B)
        [16] 0        1        0x00000b00 - 0x00000bff (0x100) IS
        [17] -1        1        0x00ffffff - 0x00ffffff (0x1) IX
        [18] -1        1        0x00000000 - 0x00000000 (0x1) IX
        [19] -1        1        0x00000a20 - 0x00000a2f (0x10) IX
        [20] -1        1        0x00000a08 - 0x00000a0b (0x4) IX
        [21] -1        1        0x00000a10 - 0x00000a17 (0x8) IX
        [22] -1        1        0x00000a18 - 0x00000a1b (0x4) IX
        [23] -1        1        0x00000a00 - 0x00000a07 (0x8) IX
        [24] -1        1        0x00000900 - 0x000009ff (0x100) IX
        [25] -1        1        0x00000b00 - 0x00000bff (0x100) IX(B)
(II) ATI(0): Largest offscreen areas (with overlaps):
(II) ATI(0):         32 x 10081 rectangle at 800,0
(II) ATI(0):         832 x 9481 rectangle at 0,600
(II) ATI(0):         192 x 9482 rectangle at 0,600
(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) ATI(0): Backing store disabled
(==) ATI(0): Silken mouse enabled
(**) Option "dpms"
(**) ATI(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "rotocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "rotocol" "Microsoft"
(**) Mouse0: Device: "/dev/usbmouse"
(**) Mouse0: Protocol: "Microsoft"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/usbmouse"
(**) Option "Emulate3Buttons"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(**) Mouse0: SmartScroll: 1
(**) Option "BaudRate" "1200"
(**) Mouse0: BaudRate: 1200
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
 楼主| 发表于 2005-9-8 20:20:13 | 显示全部楼层
显卡比较老阿,是不是显卡驱动的问题,还是我的参数配置有问题。。。
回复 支持 反对

使用道具 举报

发表于 2005-9-8 20:26:09 | 显示全部楼层
觉得是参数配置,不过我不知道如何配置。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-9-8 20:49:33 | 显示全部楼层
是啊,我也是这样想的,希望高手能够帮帮忙
回复 支持 反对

使用道具 举报

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

本版积分规则

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