LinuxSir.cn,穿越时空的Linuxsir!

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

LCD与nVidia的问题

[复制链接]
发表于 2004-12-15 23:07:56 | 显示全部楼层 |阅读模式
小弟在笔记本上用lcd一直很爽,后来买了一个17"的LJC LCD,用在台式机上。
可是发现屏幕有某些部分微微闪,黑底白字的时候(就是我用mrxvt的时候),问题特别明显。
估计是因为LCD不能支持过高的刷新频率。查看了一下,nVidia对应1280x1024的刷新频率为75,是为CRT设置的。
我想改成60,好象不行,请各位大虾指教。
驱动使用的是NVIDIA-Linux-x86-1.0-6629-pkg1.run官方驱动,内核是2.6.9.

我的/etc/X11/XF86Config-4如下:

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        #FontPath        "/usr/lib/X11/fonts/Type1"
        #FontPath        "/usr/lib/X11/fonts/CID"
        #FontPath        "/usr/lib/X11/fonts/Speedo"
        #FontPath        "/usr/lib/X11/fonts/misc"
        #FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/backup/winfonts"
EndSection

Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "xtt"
        Load        "glx"
        Load        "int10"
        Load        "record"
        #Load        "speedo"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "nVIDIA"
        Driver                "nvidia"
        VideoRam        65536
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "LJC"
        HorizSync        30-70
        VertRefresh        50-60
        #Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
        #Modeline         "1280x1024"   135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        #Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "nVIDIA"
        Monitor                "LJC"
        DefaultDepth        24
#        SubSection "Display"
#                Depth                16
#                Modes                "1280x1024" "1024x768" "800x600" "640x480"
#        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        #InputDevice        "Generic Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

### END DEBCONF SECTION




/var/log/XFree86.0.log文件内容如下:

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-9 20041209161604 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF]
Build Date: 09 December 2004

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.9 (root@Solomon.localdomain) (gcc version 3.3.5 (Debian 1:3.3.5-3)) #2 Wed Dec 15 22:02:30 CST 2004 T
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 Dec 15 22:58:39 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "LJC"
(**) |   |-->Device "nVIDIA"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/backup/winfonts"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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 linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0.1, 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.1, 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 8086,1a30 card 1458,1a30 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1458,2442 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1458,2442 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1458,2442 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1458,2442 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1458,a002 rev 05 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0171 card 0000,0000 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 13f0,0201 card 13f0,0201 rev 14 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:03:0: chip 10ec,8139 card 10ec,8139 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xe0000000 - 0xe1ffffff (0x2000000) MX
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [1] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [2] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [3] -1        0        0x0000cc00 - 0x0000ccff (0x100) IX
(II) Bus 2 non-prefetchable memory range:
        [0] -1        0        0xe2000000 - 0xe3ffffff (0x2000000) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xe0000000/24, 0xd8000000/26, 0xdc000000/19
(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 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xe3002000 - 0xe30020ff (0x100) MX
        [1] -1        0        0xe3001000 - 0xe30010ff (0x100) MX
        [2] -1        0        0xe3000000 - 0xe30001ff (0x200) MX
        [3] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [4] -1        0        0xdc000000 - 0xdc07ffff (0x80000) MX(B)
        [5] -1        0        0xd8000000 - 0xdbffffff (0x4000000) MX(B)
        [6] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [7] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [8] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [9] -1        0        0x0000c000 - 0x0000c07f (0x80) IX
        [10] -1        0        0x0000e000 - 0x0000e03f (0x40) IX
        [11] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [12] -1        0        0x0000d800 - 0x0000d81f (0x20) IX
        [13] -1        0        0x00005000 - 0x0000500f (0x10) IX
        [14] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [15] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xe3002000 - 0xe30020ff (0x100) MX
        [1] -1        0        0xe3001000 - 0xe30010ff (0x100) MX
        [2] -1        0        0xe3000000 - 0xe30001ff (0x200) MX
        [3] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [4] -1        0        0xdc000000 - 0xdc07ffff (0x80000) MX(B)
        [5] -1        0        0xd8000000 - 0xdbffffff (0x4000000) MX(B)
        [6] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [7] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [8] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [9] -1        0        0x0000c000 - 0x0000c07f (0x80) IX
        [10] -1        0        0x0000e000 - 0x0000e03f (0x40) IX
        [11] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [12] -1        0        0x0000d800 - 0x0000d81f (0x20) IX
        [13] -1        0        0x00005000 - 0x0000500f (0x10) IX
        [14] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [15] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
(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 - 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) 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 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xe3002000 - 0xe30020ff (0x100) MX
        [6] -1        0        0xe3001000 - 0xe30010ff (0x100) MX
        [7] -1        0        0xe3000000 - 0xe30001ff (0x200) MX
        [8] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [9] -1        0        0xdc000000 - 0xdc07ffff (0x80000) MX(B)
        [10] -1        0        0xd8000000 - 0xdbffffff (0x4000000) MX(B)
        [11] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [15] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [16] -1        0        0x0000c000 - 0x0000c07f (0x80) IX
        [17] -1        0        0x0000e000 - 0x0000e03f (0x40) IX
        [18] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [19] -1        0        0x0000d800 - 0x0000d81f (0x20) IX
        [20] -1        0        0x00005000 - 0x0000500f (0x10) IX
        [21] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [22] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
(II) LoadModule: "GLcore"
(WW) Warning, couldn't open module GLcore
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (module does not exist, 0)
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, 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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.3.0.1, 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/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0.1, 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 2.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project & After X-TT Project"
        compiled for 4.3.0.1, module version = 1.4.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font xtt
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.6629
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0.1, 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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(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.6629
        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.3.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6629  Wed Nov  3 13:14:07 PST 2004
(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        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        0xe3002000 - 0xe30020ff (0x100) MX
        [6] -1        0        0xe3001000 - 0xe30010ff (0x100) MX
        [7] -1        0        0xe3000000 - 0xe30001ff (0x200) MX
        [8] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [9] -1        0        0xdc000000 - 0xdc07ffff (0x80000) MX(B)
        [10] -1        0        0xd8000000 - 0xdbffffff (0x4000000) MX(B)
        [11] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [15] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [16] -1        0        0x0000c000 - 0x0000c07f (0x80) IX
        [17] -1        0        0x0000e000 - 0x0000e03f (0x40) IX
        [18] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [19] -1        0        0x0000d800 - 0x0000d81f (0x20) IX
        [20] -1        0        0x00005000 - 0x0000500f (0x10) IX
        [21] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [22] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
(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 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xe3002000 - 0xe30020ff (0x100) MX
        [6] -1        0        0xe3001000 - 0xe30010ff (0x100) MX
        [7] -1        0        0xe3000000 - 0xe30001ff (0x200) MX
        [8] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [9] -1        0        0xdc000000 - 0xdc07ffff (0x80000) MX(B)
        [10] -1        0        0xd8000000 - 0xdbffffff (0x4000000) MX(B)
        [11] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [12] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [13] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [14] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [15] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [16] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [17] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [18] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [19] -1        0        0x0000c000 - 0x0000c07f (0x80) IX
        [20] -1        0        0x0000e000 - 0x0000e03f (0x40) IX
        [21] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [22] -1        0        0x0000d800 - 0x0000d81f (0x20) IX
        [23] -1        0        0x00005000 - 0x0000500f (0x10) IX
        [24] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [25] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [26] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [27] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(**) 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
(--) NVIDIA(0): VideoBIOS: 04.17.00.63.42
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, TV-0
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(0): LJC: Using hsync range of 30.00-70.00 kHz
(II) NVIDIA(0): LJC: Using vrefresh range of 50.00-60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x432" (vrefresh out of range)
(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 "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh 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 "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(++) NVIDIA(0): DPI set to (100, 100)
(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.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.2
(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.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0        0        0xdc000000 - 0xdc07ffff (0x80000) MX
        [1] 0        0        0xd8000000 - 0xdbffffff (0x4000000) MX
        [2] 0        0        0xe0000000 - 0xe0ffffff (0x1000000) MX
        [3] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [4] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [5] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [6] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [7] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [8] -1        0        0xe3002000 - 0xe30020ff (0x100) MX
        [9] -1        0        0xe3001000 - 0xe30010ff (0x100) MX
        [10] -1        0        0xe3000000 - 0xe30001ff (0x200) MX
        [11] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [12] -1        0        0xdc000000 - 0xdc07ffff (0x80000) MX(B)
        [13] -1        0        0xd8000000 - 0xdbffffff (0x4000000) MX(B)
        [14] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [15] 0        0        0x000a0000 - 0x000affff (0x10000) MS(OprD)
        [16] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS(OprD)
        [17] 0        0        0x000b8000 - 0x000bffff (0x8000) MS(OprD)
        [18] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [19] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [20] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX
        [21] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX
        [22] -1        0        0x0000c000 - 0x0000c07f (0x80) IX
        [23] -1        0        0x0000e000 - 0x0000e03f (0x40) IX
        [24] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [25] -1        0        0x0000d800 - 0x0000d81f (0x20) IX
        [26] -1        0        0x00005000 - 0x0000500f (0x10) IX
        [27] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [28] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [29] 0        0        0x000003b0 - 0x000003bb (0xc) IS(OprU)
        [30] 0        0        0x000003c0 - 0x000003df (0x20) IS(OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "UseFBDev" is not used
(==) RandR enabled
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing extension GLX
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "rotocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
发表于 2004-12-16 02:48:25 | 显示全部楼层
In your /etc/X11/XF86Config-4, why are you commented out everything related to the screen resolutions?
 楼主| 发表于 2004-12-16 02:58:23 | 显示全部楼层
因为强制设置没有用,X最终还是按照显卡的模式来选择显示方式。
我的问题在于,这个nVidia只支持1280x1024x75和1024x768x60,而我需要的是1280x1024x60。
 楼主| 发表于 2004-12-17 04:07:00 | 显示全部楼层
没人愿意指教吗?
发表于 2004-12-20 19:32:32 | 显示全部楼层
你可以把显示器设置为crt,手动设置水平和垂直频率
发表于 2004-12-30 23:44:57 | 显示全部楼层
在这几行作改动就行了
#Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
#Modeline "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
#Option "DPMS"

具体怎么改,忘了。你可以在坛子里搜搜有关修改刷新率的帖子。
好像是运行一个什么xvtune命令,然后就可以调整,最后可以得到上面的一长串数字。
 楼主| 发表于 2005-1-1 20:01:57 | 显示全部楼层
Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
Modeline "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync

这个里面的+hsync +vsync改成-hsync -vsync就好了,看来man还是很有用的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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