GPD Win2 >> Debian 9.0

解決Screen Tearing問題


參考資訊:
1. intel_graphics

GPD Win系列掌機對於Linux系統的支援,不是相當友善,加上GPD公司算是相當被動也相當消極,基本上,可以說是完全不支援,就連GPD Pocket系列,對於Ubuntu系統的支援也是相當被動,加上不開放源碼,真不知是怕同業競爭還是有其它什麼不可告人的原因,幸好國外高手對於Linux系統的研究相當積極,也相當願意分享給大家參考(唉~真是相當大的落差),而加上司徒相當喜愛Linux系統,因此安裝Debian後,發現在GPD Win2掌機玩PPSSPP模擬器時,會有Screen Tearing問題(片段閃屏問題),所幸上網找到一個解決的方式,如下所示:

$ sudo apt-get install -y firmware-misc-nonfree
$ sudo mkdir -p /etc/X11/xorg.conf.d
$ sudo vim /etc/X11/xorg.conf.d/20-intel.conf
  Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
    Option      "TearFree" "true"
  EndSection
$ sudo reboot


返回上一頁