我对 Ubuntu 还不熟悉。我设置了 Ubuntu 22.04.3 和 Windows 11 的双启动环境。我的笔记本电脑屏幕频率为 165Hz。
我尝试通过以下方式更改 Ubuntu 上笔记本电脑的屏幕刷新率:显示设置并尝试手动更改它们。只有1 选项为 60Hz。我的所有其他分辨率以及其他不同的缩放设置也都只有 60Hz 选项。
sudo ubuntu-drivers install
然后我使用终端上的命令安装了所有 NVIDIA 驱动程序。我重启了笔记本电脑,然后打开NVIDIA X 服务器设置。
然后我进入终端,输入xrandr
要查看的显示名称和分辨率选项 + 刷新率。它显示的内容如下:
xrandr
Screen 0: minimum 320 x 200, current 4096 x 2560, maximum 16384 x 16384
eDP-1 connected primary 4096x2560+0+0 (normal left inverted right x axis y axis) 344mm x 215mm
2560x1600 60.00*+ 60.00
2560x1440 60.00
2048x1536 60.00
1920x1440 60.00
1856x1392 60.00
1792x1344 60.00
2048x1152 60.00
1920x1200 60.00
1920x1080 60.00
1600x1200 60.00
1680x1050 60.00
1400x1050 60.00
1600x900 60.00
1280x1024 60.00
1400x900 60.00
1280x960 60.00
1440x810 60.00
1368x768 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
960x720 60.00
928x696 60.00
896x672 60.00
1024x576 60.00
960x600 60.00
960x540 60.00
800x600 60.00
840x525 60.00
864x486 60.00
700x525 60.00
800x450 60.00
640x512 60.00
700x450 60.00
640x480 60.00
720x405 60.00
684x384 60.00
640x360 60.00
512x384 60.00
512x288 60.00
480x270 60.00
400x300 60.00
432x243 60.00
320x240 60.00
360x202 60.00
320x180 60.00
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-1-0 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
我发现没有刷新率高于 60Hz 的选项很奇怪。我在终端上写入xrandr --output eDP-1 --rate 165
,没有错误,但仍然没有改变任何东西。还尝试了几种不同的刷新率,但也没有改变任何东西。
我也发现很奇怪NVIDIA X 服务器设置没有任何选项可以更改分辨率或任何设置,而且我没有X 服务器显示配置就像其他人一样,正如你所看到的这里。
这里还有一个我的“软件和更新”的屏幕截图显示我正在为我的 NVIDIA RTX 3050 Ti GPU 使用所谓的 Nvidia 535 驱动程序。
我现在有点不知道该怎么办,因为我搜索了可能有类似问题的其他帖子,但没有找到任何解决方案。
非常感谢您的帮助!提前感谢您的回复!