LinuxSir.cn,穿越时空的Linuxsir!

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

NVIDIA 装完后无法更改分辨率

[复制链接]
发表于 2006-11-13 23:50:45 | 显示全部楼层 |阅读模式
问题表述:我家的显卡是Nvidia显示器是Aopen A77PF 17寸的。一般来说,用unknown都能开到1024x768的分辨率。但我却根本没办法在启用了显卡驱动的情况下更改分辨率。
如启用nv则能正常调整。若用nvidia则根本没办法调。即使在显示里面把分辨率改成了1024x768在重新起动X后[注销]依旧顽强的显示为800x600分辨率!另外,刷新率似乎只有50......
当然,装了显卡驱动以后,Beryl的显示效果能够正常打开并显示,但就是不能调整分辨率。只有800x600怎么看都不爽啊!清各位帮忙看看。

附:系统已经更新到最新状态,NV驱动用的是freshrpms的。

以下是我的xorg.conf文件。
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"

    # generated from default
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"

        Identifier   "Monitor0"
        VendorName   "Unknown"
        ModelName    "Unknown"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 70.0
        Option            "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6200"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option        "metamodes" "nvidia-auto-select +0+0"
        Option            "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
        SubSection "Display"
                Depth     24
                Modes    "1600x1200""1280x1024""1024x768""800x600"
        EndSubSection
EndSection


小弟在此先谢过各位了!
发表于 2006-11-14 19:59:28 | 显示全部楼层
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 70.0
看显示器说明书行场的扫描频率

我也是50HZ也没改过来
回复 支持 反对

使用道具 举报

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

本版积分规则

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