Ubuntu 14.04 中第二台顯示器出現延遲

Ubuntu 14.04 中第二台顯示器出現延遲

我有 Ubuntu 14.04 x64 和明基EW2440L作為第二個顯示器。

我遇到的問題是第二個螢幕確實很滯後,幾乎無法使用。

我嘗試過 Compiz,並手動設定它,如下xrandr所示:

xrandr -s 1920x1080 -r 50

但我明白了Size 1920x1080 not found in available modes

這是運行時的輸出xrandr

Screen 0: minimum 8 x 8, current 3286 x 1080, maximum 32767 x 32767
LVDS1 connected primary 1366x768+1920+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1366x768       60.0*+
   1360x768       59.8     60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA2 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VGA-1-1 connected
   1024x768       60.0  
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
HDMI-1-1 connected 1920x1080+0+0 531mm x 298mm
   1920x1080      60.0*+   50.0     59.9  
   1920x1080i     60.1     50.0     60.0  
   1680x1050      59.9  
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1280x800       59.9  
   1152x864       75.0  
   1280x720       60.0     50.0     59.9  
   1440x576i      50.1  
   1024x768       75.1     60.0  
   1440x480i      60.1     60.1  
   832x624        74.6  

我的顯示卡肯定是打開的,因為運行glxinfo | grep rendering會產生direct rendering: Yes

我在網路上找到的沒有任何幫助,所以我要么非常接近,但做錯了什麼,要么我遇到了完全不同的問題。

相關內容