
從兩天前開始就一直在尋找解決這個問題的方法,經過幾個小時的搜索,我終於決定發表一篇關於這個問題的文章。因此,如標題所示,在 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 作業系統看起來又漂亮又清晰!如果有人有任何建議,他們會非常歡迎!