适用于 ASUS PG191 的 HorizSync 和 VertRefresh

适用于 ASUS PG191 的 HorizSync 和 VertRefresh

很难找到正确的值,因为 Ubuntu 没有自动设置它们。限制的最大分辨率800x600很烦人。

更新:

  1. 显卡:GeForce GTX 650 Ti
  2. NVIDIA 专有驱动程序版本:378.13

答案1

这是我的监控部分,你可以看到正确的我使用的值。您应该将其复制粘贴到您的 中xorg.conf。我不记得在哪里找到它,但它确实有效。

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       29.0 - 68.0
    VertRefresh     48.0 - 75.0
    Modeline        "1280x1024" 108.000 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    Option         "DPMS"
EndSection

xrandr 输出:

user@user-pc ~ $ xrandr
Screen 0: minimum 8 x 8, current 1280 x 1024, maximum 16384 x 16384
VGA-0 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      75.03 +  70.07    60.00  
   1920x1080     59.93  
   1680x1050     59.95    59.88  
   1440x900      59.89  
   1400x1050     59.98  
   1360x768      59.96    59.80  
   1280x1024     60.02* 
   1280x960      60.00  
   1152x864      75.00    75.00    70.00    60.00  
   960x540       59.99  
   840x525       60.01    59.88  
   832x624       74.55  
   800x600       75.00    72.19    60.32    56.25  
   720x450       59.89  
   700x525       59.98  
   680x384       59.96    59.80  
   640x480       75.00    72.81    59.94  
   512x384       70.07    60.00  
   400x300       72.19  
   320x240       72.81    60.05  
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)

相关内容