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

我在网上找不到任何有用的信息,所以要么我真的很接近,但做错了什么,要么我遇到了完全不同的问题。

相关内容