为了安装cuda装了nvidia-361,发现屏幕刷新率不对,可以明显感觉到闪烁。
这是我的/etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "None"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:9@0:0:0"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection
这是我的Nvidia-setting
并没有更改刷新率的地方。
请问我应该在哪里更改刷新率?谢谢。
很奇怪,现在没人用CRT显示器了吧。60HZ下液晶也不会闪烁的啊。应该是你驱动的问题。什么系统?怎么装的驱动?
————
你是双显卡?有Intel的集显?我建议你重新安装一遍,先用apt-get purge nvidia*卸载现在的驱动。你用了第三方ppa源?建议先屏蔽或删除。
重启以后,在控制中心里的附加硬件驱动选择里进行安装。