2017-10-09 32 views

回答

0

修復/解決辦法:

創建DisplayLink的一個的X Windows配置文件和禁用PageFlip(使用默認的驅動程序英特爾CPU驅動程序時):

sudo nano /usr/share/X11/xorg.conf.d/20-displaylink.conf 

# add this and save with Ctrl+O, leave with Ctrl+X and reboot 
Section "Device" 
    Identifier "DisplayLink" 
    Driver "modesetting" 
    Option "PageFlip" "false" 
EndSection 

此修復來自DisplayLink的。我試着首先使用Intel CPU專有驅動程序(它仍然在「軟件&更新」>「其他驅動程序」下激活),但是這並沒有爲我解決這個問題,所以我使用了上面提到的第二個修復程序。

來源:http://support.displaylink.com/knowledgebase/articles/1181623-displaylink-ubuntu-driver-after-recent-x-upgrades

相關問題