Advertisement
Guest User

Untitled

a guest
Mar 30th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.03 KB | None | 0 0
  1. root@debian:/# lspci -v
  2. 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
  3.         DeviceName:  Onboard IGD
  4.         Subsystem: Micro-Star International Co., Ltd. [MSI] 4th Gen Core Processor Integrated Graphics Controller
  5.         Flags: bus master, fast devsel, latency 0, IRQ 33
  6.         Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
  7.         Memory at d0000000 (64-bit, prefetchable) [size=256M]
  8.         I/O ports at f000 [size=64]
  9.         Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
  10.         Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
  11.         Capabilities: [d0] Power Management version 2
  12.         Capabilities: [a4] PCI Advanced Features
  13.         Kernel driver in use: i915
  14.         Kernel modules: i915
  15.  
  16. 01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940M] (rev a2)
  17.         Subsystem: Micro-Star International Co., Ltd. [MSI] GM108M [GeForce 940M]
  18.         Flags: bus master, fast devsel, latency 0, IRQ 35
  19.         Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
  20.         Memory at e0000000 (64-bit, prefetchable) [size=256M]
  21.         Memory at f0000000 (64-bit, prefetchable) [size=32M]
  22.         I/O ports at e000 [size=128]
  23.         Expansion ROM at f7000000 [virtual] [disabled] [size=512K]
  24.         Capabilities: [60] Power Management version 3
  25.         Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
  26.         Capabilities: [78] Express Endpoint, MSI 00
  27.         Capabilities: [100] Virtual Channel
  28.         Capabilities: [250] Latency Tolerance Reporting
  29.         Capabilities: [258] L1 PM Substates
  30.         Capabilities: [128] Power Budgeting <?>
  31.         Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
  32.         Capabilities: [900] Secondary PCI Express
  33.         Kernel driver in use: nvidia
  34.         Kernel modules: nvidia
  35.  
  36. root@debian:/# nvidia-detect
  37. Detected NVIDIA GPUs:
  38. 01:00.0 3D controller [0302]: NVIDIA Corporation GM108M [GeForce 940M] [10de:1347] (rev a2)
  39.  
  40. Checking card:  NVIDIA Corporation GM108M [GeForce 940M] (rev a2)
  41. Your card is supported by all driver versions.
  42. Your card is also supported by the Tesla 460 drivers series.
  43. Your card is also supported by the Tesla 450 drivers series.
  44. Your card is also supported by the Tesla 418 drivers series.
  45. It is recommended to install the
  46.     nvidia-driver
  47. package.
  48.  
  49. root@debian:/# nvidia-smi
  50. Wed Mar 30 17:58:15 2022      
  51. +-----------------------------------------------------------------------------+
  52. | NVIDIA-SMI 460.91.03    Driver Version: 460.91.03    CUDA Version: 11.2     |
  53. |-------------------------------+----------------------+----------------------+
  54. | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
  55. | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
  56. |                               |                      |               MIG M. |
  57. |===============================+======================+======================|
  58. |   0  GeForce 940M        On   | 00000000:01:00.0 Off |                  N/A |
  59. | N/A   59C    P0    N/A /  N/A |      3MiB /  2004MiB |      0%      Default |
  60. |                               |                      |                  N/A |
  61. +-------------------------------+----------------------+----------------------+
  62.                                                                                
  63. +-----------------------------------------------------------------------------+
  64. | Processes:                                                                  |
  65. |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
  66. |        ID   ID                                                   Usage      |
  67. |=============================================================================|
  68. |    0   N/A  N/A       712      G   /usr/lib/xorg/Xorg                  2MiB |
  69. +-----------------------------------------------------------------------------+
  70.  
  71. root@debian:/# cat /etc/modprobe.d/i915.conf
  72. blacklist i915
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement