LinuxSir.cn,穿越时空的Linuxsir!

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

19‘液晶显示器有轻微水波纹(装好nvidia之后)

[复制链接]
发表于 2007-9-23 23:15:17 | 显示全部楼层 |阅读模式
在不装nvdia之前,液晶表面好像没有 水波纹,淡妆了之后,就感觉到了
现在是1440x900@50 hz,如果用60 的就字体模糊。
显卡是mx440 ,贴出xorg
[php]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "rotocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "BenQ FP92W"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV17 [GeForce4 MX 440]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV17 [GeForce4 MX 440]"
    Monitor        "BenQ FP92W"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1440x900" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

[/php]
 楼主| 发表于 2007-9-23 23:17:45 | 显示全部楼层
[php]
jeff@shu:~$ glxgears -printfps
5638 frames in 5.0 seconds = 1127.554 FPS
5487 frames in 5.0 seconds = 1097.301 FPS
5646 frames in 5.0 seconds = 1129.191 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
jeff@shu:~$ glxinfo |grep "direct rendering"
direct rendering: Yes  [/php]
回复 支持 反对

使用道具 举报

发表于 2007-9-24 00:29:07 | 显示全部楼层
我也有类似情况,我是这么解决的。
第一,我的驱动是在nvidia官方网站上下载的,不是debian打的包。
第二,我的LCD的频率是60Hz或75Hz,你的其实也应该是这两个频率,你的频率是不是用gnome自带的那个工具看到的呀?如果是的话,那是不准确的,要用nvidia-config来看。
每次我启动xwindow时,默认频率是60,屏幕显得略微有点朦胧,我用nvidia-config(Nvidia X server setting)现把频率调到75(记得要点“应用”键啊),然后再降回60就行了,只是每次重启X都得做一次,不过对我到不是什么问题,我的电脑总是半年半年的不重启。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-24 18:34:00 | 显示全部楼层
nvidia-config

我没有这个,是不是nvidia-settings?这个阿?
nvidia-settings中 设置自动的.
你的屏幕表面也有水波纹?
回复 支持 反对

使用道具 举报

发表于 2007-9-24 18:40:38 | 显示全部楼层
靠.glxgears可真是不准.

mx440居然超过x300.在x300和x700之间.想我用mx440和x300在win下可是完全不同的感觉啊.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-24 18:49:09 | 显示全部楼层
[php]
jeff@shu:~$ xrandr
SZ:    Pixels          Physical       Refresh
*0   1440 x 900    ( 380mm x 238mm )  *50   57   98
[/php]
找你的方法,用了一下,结果出来个98 hz,下的我连忙调回50 hz
好危险
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-24 18:49:10 | 显示全部楼层
[php]
jeff@shu:~$ xrandr
SZ:    Pixels          Physical       Refresh
*0   1440 x 900    ( 380mm x 238mm )  *50   57   98
[/php]
找你的方法,用了一下,结果出来个98 hz,下的我连忙调回50 hz
好危险
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-24 18:50:29 | 显示全部楼层
Post by jefferson.qian
[php]
jeff@shu:~$ xrandr
SZ:    Pixels          Physical       Refresh
*0   1440 x 900    ( 380mm x 238mm )  *50   57   98
[/php]
找你的方法,用了一下,结果出来个98 hz,下的我连忙调回50 hz
好危险

我的液晶显示器在nvidia-settings中识别为BenQ FP92W (CRT-0)
(CRT-0)代表液晶?
回复 支持 反对

使用道具 举报

发表于 2007-9-24 19:46:02 | 显示全部楼层
应该是nvidia-settings, 另外CRT-0就是LCD,我的系统也是如此
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-24 20:04:45 | 显示全部楼层
那你门的装了nvidia之后 ,系统有没有变成这样?表面也淡淡的水波纹?我的是g4 mx440
可以装97xx马?好像说只能装96xx?是不是?我想还一个驱动装一桩
回复 支持 反对

使用道具 举报

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

本版积分规则

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