web-dev-qa-db-ja.com

YouTubeビデオ中にUbuntuがクラッシュしました

Lenovo ThinkCentre M710q を購入し、Ubuntu 18.04をインストールしました。 Youtubeビデオの再生中、Ubuntuが突然フリーズしたため、コンピューターを手動で再起動する必要があります。 Youtubeビデオの再生中に毎回発生します。
ディスプレイの解像度は次のとおりです。

DP-2 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+

グラフィックカードは次のとおりです。

WARNING: you should run this program as super-user.
  *-display                 
       description: VGA compatible controller
       product: HD Graphics 530
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 06
       width: 64 bits
       clock: 33MHz
       capabilities: vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:128 memory:f6000000-f6ffffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.  

私は興味があり、次のドライバーでコンピューターにWindows 10をインストールしました。

enter image description here

また、複数のYoutubeビデオを同時に再生できます。決してクラッシュしませんでした。

Ubuntu 18.04に適したIntel HD Graphics 530ドライバーは存在しますか?または何をしなければなりませんか?

3
zero_coding

Linuxでは、統合グラフィックスのドライバーはカーネルに含まれています。ただし、LinuxドライバーはWindowsよりも多くの問題を引き起こす傾向があります。

次の2つの解決策があります。

  1. Google Chrome(私が想定している)設定で、ハードウェアアクセラレーションを無効にします。
  2. linuxカーネルをダウングレード/アップグレードしてみてください
1
Googolydox