xy_8404 发表于 2012-10-18 22:47:42

redhat下,nvidia显卡的nvidia-settings配置问题?

大家好,我的系统是redhat enterprise x86_64 5.6, 内核版本是2.6.18,三星19寸16:10液晶显示屏。
装上了在官网上下载的nvidia驱动,安装过程无warnning。输入glxgears等测试正常,但在用nvidia-settings设置分辨率时,
选择不到1440x900的最佳分辨率,具体情况见下图
请教,达人,该如何调整到1440x900的最佳分辨率呢?

zy_sunshine 发表于 2012-10-19 09:25:00

需要配置 xorg.conf 指定可用分辨率

zy_sunshine 发表于 2012-10-19 09:48:52

Section "ServerLayout"
    Identifier "Layout0"
    Screen    0    "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "Monitor"
    Modeline "1280x1024" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
    Identifier "Configured Monitor"
    Horizsync 30-81
    Vertrefresh 56-75
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Configured Monitor"
    SubSection "Display"
      Modes "1440x900" "1280x1024"
      Depth 24
    EndSubSection
EndSection

[ 本帖最后由 zy_sunshine 于 2012-10-19 09:51 编辑 ]

jiangtao9999 发表于 2012-10-19 13:18:54

如果分辨率没有,应该是显卡驱动还是有问题。
不过话说 RHEL 是服务器用的,为什么要装显卡驱动呢?服务器一般都不接显示器的。就算接了显示器,也不过天天关着。
分辨率800x600就足够服务器用的了,还非要实现宽屏分辨率真没什么意义。

sejishikong 发表于 2012-10-19 21:07:48

显卡驱动应该没有问题,有问题的应该是显示器配置。
我记rh的好像 是system-config-display,要是kde的话,kde好像自带了分辨率设置,对了,rhel5是kde3,这个记不清楚有 没有了。
页: [1]
查看完整版本: redhat下,nvidia显卡的nvidia-settings配置问题?