LinuxSir.cn,穿越时空的Linuxsir!

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

求教!!如何于RedHat 8.0 设置BENQ P744的显示器??

[复制链接]
发表于 2003-2-23 17:21:56 | 显示全部楼层 |阅读模式
BENQ P744显示器RedHat 8.0抓不到!!要如何设置??
 楼主| 发表于 2003-3-2 19:51:44 | 显示全部楼层
这一两天发现我设置Acer 的显示器会极度不稳定!!时常会刷新屏幕后重登不然就当机!!右手工输入场频和行频也情况一样,去找BENQ的驱动都没支持Linux的~~~~~~~~~~有否解决方法??不然我就能只好等到新版的RedHat才可以弄好了(看否可抓到BENQ P774) 。
发表于 2003-3-3 10:09:51 | 显示全部楼层
#redhat-config-xfree86
另外,要看一下显卡是什么的?
如果是NVIDIA的,我们可以通过升级驱动来试一下。
 楼主| 发表于 2003-3-3 11:11:47 | 显示全部楼层
WinFast A180 DDR.
去他的主页看好像都没Linux的驱动!!那该怎办??
发表于 2003-3-7 21:17:06 | 显示全部楼层
 楼主| 发表于 2003-3-8 20:56:49 | 显示全部楼层
我已安装好NVIDIA_kernel-1.0-4191和NVIDIA_GLX-1.0-4191
可是还是进不去.......................以下是我的XF86Config的设定,
可否帮我看一下,thx.


# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "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"
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 "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "rotocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 37.9 ;改成30.0-72.0
VertRefresh 50.0 - 70.0 ;改成50.0-120.0
ModeLine "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
ModeLine "1400x1050" 151.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
ModeLine "1400x1050" 162.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
ModeLine "1400x1050" 184.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa" ;我改成"NVIDIA GeForce 2 MX (generic)"
VendorName "Videocard vendor";改成"NVIDIA GeForce 2 MX (generic)"
BoardName "VESA driver (generic)" 改成"NVIDIA GeForce 2 MX (generic)"EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0";改成"NVIDIA GeForce 2 MX (generic)"

Monitor "Monitor0"
DefaultDepth 16;改成24
SubSection "Display"
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16;改成24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
发表于 2003-3-9 16:42:50 | 显示全部楼层

我改了一下,主要看蓝色的地方。

[QUOTE]Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 37.9 ;改成30.0-72.0
VertRefresh 50.0 - 70.0 ;改成50.0-120.0
ModeLine "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
ModeLine "1400x1050" 151.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
ModeLine "1400x1050" 162.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
ModeLine "1400x1050" 184.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
#Option "dpms"前面加#号
EndSection

Section "Device"
        # no known options
        #BusID
        Identifier  "NVIDIA GeForce 2 MX (generic)"
        Driver      "nvidia"
        VendorName  "NVIDIA GeForce 2 MX (generic)"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "NVIDIA GeForce 2 MX (generic)"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
 楼主| 发表于 2003-3-10 00:16:09 | 显示全部楼层
改完还是不行,我startx后会变花屏而进不了X-window,
我看我win 2000 上也有NVIDIA的Drive的显卡资料
是GeForce4 MX 440 with AGP8X,可我下了nvidia的PDF
上写有支持GeForce4 MX 440 with AGP8X
发表于 2003-3-10 09:40:22 | 显示全部楼层
在这行前面加个#号来试一下
#Load "glx"
因为咱们论坛上有相关的NVIDIA的资料,我们先找一个原因。最好不能成功进入X的信息也发上来。
 楼主| 发表于 2003-3-10 11:45:46 | 显示全部楼层
我加过了还是一样,我发现我的log文件有成功的讯息,可是发现NVIDIA好像无法
支持1024X768,800X600,640X480,我是看log的讯息跟我的hsync range of 30.00-72.00 kHz, vrefresh range of 50.00-120.00 Hz不合!

这是log的一小段
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz

我查了一下Winfast A180 蕊片是用 Nvidia GeForce4 MX440 (NV18)

http://www.kingfung.com.hk/hkhtml/p_a180tdh.htm

还有底下是我的XFree86.0.log

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 (bhcompile@astest.test.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 12:13:11 EDT 2002
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: Mon Mar 10 11:22:16 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Anaconda Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "NVIDIA GeForce 2 MX (generic)"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000003c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1458,5000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 11d4,1805 card 11d4,1805 rev 00 class 07,80,00 hdr 00
(II) PCI: 00:0c:0: chip 1106,3106 card 1186,1403 rev 86 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1458,5004 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1458,5001 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1458,a002 rev 50 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0181 card 107d,2921 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0xe0000000 - 0xe1ffffff (0x2000000) MX
(II) Bus 1 prefetchable memory range:
        [0] -1        0xd8000000 - 0xdfffffff (0x8000000) MX
(II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia unknown chipset (0x0181) rev 162, Mem @ 0xe0000000/24, 0xd8000000/27
(II) Addressable bus resource ranges are
        [0] -1        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0x00000000 - 0x000000ff (0x100) IX
(II) Active PCI resource ranges:
        [0] -1        0xe3002000 - 0xe30020ff (0x100) MX
        [1] -1        0xe3000000 - 0xe30000ff (0x100) MX
        [2] -1        0xe3001000 - 0xe30010ff (0x100) MX
        [3] -1        0xd0000000 - 0xd7ffffff (0x8000000) MX
        [4] -1        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [5] -1        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [6] -1        0x0000e400 - 0x0000e4ff (0x100) IX
        [7] -1        0x0000e000 - 0x0000e00f (0x10) IX
        [8] -1        0x0000dc00 - 0x0000dc1f (0x20) IX
        [9] -1        0x0000d800 - 0x0000d81f (0x20) IX
        [10] -1        0x0000d400 - 0x0000d41f (0x20) IX
        [11] -1        0x0000d000 - 0x0000d0ff (0x100) IX
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0xe3002000 - 0xe30020ff (0x100) MX
        [1] -1        0xe3000000 - 0xe30000ff (0x100) MX
        [2] -1        0xe3001000 - 0xe30010ff (0x100) MX
        [3] -1        0xd0000000 - 0xd7ffffff (0x8000000) MX
        [4] -1        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [5] -1        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [6] -1        0x0000e400 - 0x0000e4ff (0x100) IX
        [7] -1        0x0000e000 - 0x0000e00f (0x10) IX
        [8] -1        0x0000dc00 - 0x0000dc1f (0x20) IX
        [9] -1        0x0000d800 - 0x0000d81f (0x20) IX
        [10] -1        0x0000d400 - 0x0000d41f (0x20) IX
        [11] -1        0x0000d000 - 0x0000d0ff (0x100) IX
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0xe3002000 - 0xe30020ff (0x100) MX
        [6] -1        0xe3000000 - 0xe30000ff (0x100) MX
        [7] -1        0xe3001000 - 0xe30010ff (0x100) MX
        [8] -1        0xd0000000 - 0xd7ffffff (0x8000000) MX
        [9] -1        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [10] -1        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [11] -1        0x0000ffff - 0x0000ffff (0x1) IX
        [12] -1        0x00000000 - 0x000000ff (0x100) IX
        [13] -1        0x0000e400 - 0x0000e4ff (0x100) IX
        [14] -1        0x0000e000 - 0x0000e00f (0x10) IX
        [15] -1        0x0000dc00 - 0x0000dc1f (0x20) IX
        [16] -1        0x0000d800 - 0x0000d81f (0x20) IX
        [17] -1        0x0000d400 - 0x0000d41f (0x20) IX
        [18] -1        0x0000d000 - 0x0000d0ff (0x100) IX
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.4191
        Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver  1.0-4191  Mon Dec  9 11:51:41 PST 2002
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0xe3002000 - 0xe30020ff (0x100) MX
        [6] -1        0xe3000000 - 0xe30000ff (0x100) MX
        [7] -1        0xe3001000 - 0xe30010ff (0x100) MX
        [8] -1        0xd0000000 - 0xd7ffffff (0x8000000) MX
        [9] -1        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [10] -1        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [11] -1        0x0000ffff - 0x0000ffff (0x1) IX
        [12] -1        0x00000000 - 0x000000ff (0x100) IX
        [13] -1        0x0000e400 - 0x0000e4ff (0x100) IX
        [14] -1        0x0000e000 - 0x0000e00f (0x10) IX
        [15] -1        0x0000dc00 - 0x0000dc1f (0x20) IX
        [16] -1        0x0000d800 - 0x0000d81f (0x20) IX
        [17] -1        0x0000d400 - 0x0000d41f (0x20) IX
        [18] -1        0x0000d000 - 0x0000d0ff (0x100) IX
(II) resource ranges after probing:
        [0] -1        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0xe3002000 - 0xe30020ff (0x100) MX
        [6] -1        0xe3000000 - 0xe30000ff (0x100) MX
        [7] -1        0xe3001000 - 0xe30010ff (0x100) MX
        [8] -1        0xd0000000 - 0xd7ffffff (0x8000000) MX
        [9] -1        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [10] -1        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [11] 0        0x000a0000 - 0x000affff (0x10000) MS
        [12] 0        0x000b0000 - 0x000b7fff (0x8000) MS
        [13] 0        0x000b8000 - 0x000bffff (0x8000) MS
        [14] -1        0x0000ffff - 0x0000ffff (0x1) IX
        [15] -1        0x00000000 - 0x000000ff (0x100) IX
        [16] -1        0x0000e400 - 0x0000e4ff (0x100) IX
        [17] -1        0x0000e000 - 0x0000e00f (0x10) IX
        [18] -1        0x0000dc00 - 0x0000dc1f (0x20) IX
        [19] -1        0x0000d800 - 0x0000d81f (0x20) IX
        [20] -1        0x0000d400 - 0x0000d41f (0x20) IX
        [21] -1        0x0000d000 - 0x0000d0ff (0x100) IX
        [22] 0        0x000003b0 - 0x000003bb (0xc) IS
        [23] 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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD8000000
(--) NVIDIA(0): MMIO registers at 0xE0000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 MX 440 with AGP8X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): Display 0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 350 MHz
(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.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-72.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 110MHz
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (310, 230) mm
(--) NVIDIA(0): DPI set to (83, 84)
(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.2.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0        0xd8000000 - 0xdfffffff (0x8000000) MX
        [1] 0        0xe0000000 - 0xe0ffffff (0x1000000) MX
        [2] -1        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [3] -1        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [4] -1        0x000f0000 - 0x000fffff (0x10000) MX
        [5] -1        0x000c0000 - 0x000effff (0x30000) MX
        [6] -1        0x00000000 - 0x0009ffff (0xa0000) MX
        [7] -1        0xe3002000 - 0xe30020ff (0x100) MX
        [8] -1        0xe3000000 - 0xe30000ff (0x100) MX
        [9] -1        0xe3001000 - 0xe30010ff (0x100) MX
        [10] -1        0xd0000000 - 0xd7ffffff (0x8000000) MX
        [11] -1        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [12] -1        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [13] 0        0x000a0000 - 0x000affff (0x10000) MS(OprD)
        [14] 0        0x000b0000 - 0x000b7fff (0x8000) MS(OprD)
        [15] 0        0x000b8000 - 0x000bffff (0x8000) MS(OprD)
        [16] -1        0x0000ffff - 0x0000ffff (0x1) IX
        [17] -1        0x00000000 - 0x000000ff (0x100) IX
        [18] -1        0x0000e400 - 0x0000e4ff (0x100) IX
        [19] -1        0x0000e000 - 0x0000e00f (0x10) IX
        [20] -1        0x0000dc00 - 0x0000dc1f (0x20) IX
        [21] -1        0x0000d800 - 0x0000d81f (0x20) IX
        [22] -1        0x0000d400 - 0x0000d41f (0x20) IX
        [23] -1        0x0000d000 - 0x0000d0ff (0x100) IX
        [24] 0        0x000003b0 - 0x000003bb (0xc) IS(OprU)
        [25] 0        0x000003c0 - 0x000003df (0x20) IS(OprU)
(II) NVIDIA(0): AGP 8X successfully initialized
(II) NVIDIA(0): Setting mode "1024x768"
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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