GNU/Linux >> Linux の 問題 >  >> Ubuntu

インテルのグラフィックプロセッサーをどのように検出しますか?

私のラップトップにはnvidia425geforceビデオカードが搭載されています!

自分のラップトップに別の(インテル)グラフィックプロセッサが搭載されているかどうかを知りたいのですが?

そのため、IntelIntegratedを使用できるようにします。

どうすればこれを見つけることができますか?

承認された回答:

グラフィックカードに関する完全な情報を知るには、2つの便利な方法があります。端末を開いて入力します

lspci | grep VGA

サンプル出力:

[email protected]:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
[email protected]:~$ 

そしてもう1つ:

sudo lshw -C video

たとえば、出力例

[email protected]:~$ sudo lshw -C video
  *-display:0             
       description: VGA compatible controller
       product: 4 Series Chipset Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: [email protected]:00:02.0
       version: 03
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:45 memory:fd800000-fdbfffff memory:d0000000-dfffffff ioport:ff00(size=8)
  *-display:1 UNCLAIMED
       description: Display controller
       product: 4 Series Chipset Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2.1
       bus info: [email protected]:00:02.1
       version: 03
       width: 64 bits
       clock: 33MHz
       capabilities: pm cap_list
       configuration: latency=0
       resources: memory:fde00000-fdefffff
[email protected]:~$ 

お役に立てば幸いです:)。


Ubuntu
  1. Linux – Systemdでデスクトップに自動ログインする方法は?

  2. ターミナルを[メールで保護]太字で表示するにはどうすればよいですか?

  3. Postfix で送信者アドレスを強制的に [メール保護] する方法は?

  1. Linux専用サーバーにred5をインストールする方法

  2. Linuxでコマンドラインからジオロケーションを取得する方法

  3. バッシュを検出する方法>=4.0?

  1. Intel 82852 / 855gmドライバーをインストールするにはどうすればよいですか?

  2. Intel Hd Graphics 4000を構成する方法は?

  3. メモリリークを検出する方法は?