从两天前开始,我一直在寻找解决方法,经过几个小时的搜索,我终于决定就此发表一篇帖子。正如标题所示,在 NVIDIA 设置面板中,对于我的 2560x1440 显示器,没有高于 1920x1080 的分辨率选项。在其他驱动程序下,我尝试了专有 NVIDIA 驱动程序(331.113 和 331.113 更新)以及 Nouveau 显示驱动程序。在 NVDIDA x 服务器设置下,我尝试将 ViewportIn 更改为 2560x1440 而不是 1920x1080,它确实使屏幕上的内容变小(按比例缩放,好像它实际上是正确的分辨率)但不会增加分辨率。此外,我的显示器使用 HDMI 连接器插入我的卡。我非常感谢任何帮助,并将非常感谢任何可以帮助我解决这个问题的人。谢谢!
编辑!!页面大约一半!
以下是 xrandr 的输出:
代码:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
1920x1080 60.0*+ 59.9 50.0 30.0 25.0 24.0 60.0 50.0
1680x1050 60.0
1440x900 59.9
1280x1024 75.0 60.0
1280x960 60.0
1280x800 59.8
1280x720 60.0 59.9 50.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
720x576 50.0
720x480 59.9
640x480 75.0 59.9 59.9
480x576 50.0
480x480 59.9
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
以下是 lspci | grep VGA 的输出
代码:
01:00.0 VGA compatible controller: NVIDIA Corporation GK110 [GeForce GTX 780] (rev a1)
如果您希望我输入其他任何内容到控制台以解决此问题,或者进一步阐明问题所在,请告诉我!
编辑开始
好吧!当我关注另一个用户论坛帖子时,发生了一件非常有趣的事情。这是我尝试的:
max@luxBox:~$ cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
max@luxBox:~$ xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
max@luxBox:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
DVI-I-1 disconnected (normal left inverted right x axis y axis)
DVI-D-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
1920x1080 60.0* 50.0 59.9 30.0 25.0 24.0 30.0 24.0
1920x1080i 60.1 50.0 60.0
1680x1050 59.9
1280x1024 75.0 60.0
1440x900 59.9
1280x960 60.0
1280x800 59.9
1152x864 75.0
1280x720 60.0 50.0 59.9
1440x576 50.0
1024x768 75.1 70.1 60.0
1440x480 60.0 59.9
832x624 74.6
800x600 72.2 75.0 60.3 56.2
720x576 50.0
720x480 60.0 59.9
640x480 75.0 66.7 60.0 59.9
720x400 70.1
DP-1 disconnected (normal left inverted right x axis y axis)
2560x1440 (0x303) 241.5MHz
h: width 2560 start 2600 end 2632 total 2720 skew 0 clock 88.8KHz
v: height 1440 start 1443 end 1448 total 1481 clock 60.0Hz
2560x1440_60.00 (0x304) 312.2MHz
h: width 2560 start 2752 end 3024 total 3488 skew 0 clock 89.5KHz
v: height 1440 start 1443 end 1448 total 1493 clock 60.0Hz
max@luxBox:~$ xrandr --addmode HDMI-1 2560x1440_60.00
执行此命令后,我的屏幕调整后,现在看起来是 2560x1440。有人会认为我已经设置好了,但事实并非如此!无论出于什么原因,它都只是缩放到看起来像 1440p,它仍然像 1080p 时一样模糊。模糊不是我的显示器,我的 Windows 8.1 操作系统看起来不错,很清晰!如果有人有任何建议,我们将非常欢迎!