Advertisement
marietto2020

Untitled

Nov 14th, 2020
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.30 KB | None | 0 0
  1. info gathered by the physical installation of arch-linux
  2.  
  3. root@zio ziomario2020]# uname -a
  4.  
  5. Linux zio 5.9.8-arch1-1 #1 SMP PREEMPT Tue, 10 Nov 2020 22:44:11 +0000 x86_64 GNU/Linux
  6.  
  7. Enabled KMS by adding the module nvidia to the file ---> /etc/mkinitcpio.conf
  8.  
  9. + KDE plasma (wayland enabled)
  10.  
  11. MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
  12.  
  13. and mkinitcpio -P
  14.  
  15. [root@zio ziomario2020]# cat /proc/driver/nvidia/version
  16.  
  17. NVRM version: NVIDIA UNIX x86_64 Kernel Module 455.38 Thu Oct 22 06:06:59 UTC 2020
  18. GCC version: gcc version 10.2.0 (GCC)
  19.  
  20. [root@zio ziomario2020]# lspci -k
  21.  
  22. 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop 9 Series) (rev 02)
  23. DeviceName: Onboard - Video
  24. Subsystem: Gigabyte Technology Co., Ltd Device d000
  25. Kernel driver in use: i915
  26. Kernel modules: i915
  27.  
  28. 01:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] (rev a1)
  29. Subsystem: ZOTAC International (MCO) Ltd. Device 2503
  30. Kernel driver in use: nvidia
  31. Kernel modules: nouveau, nvidia_drm, nvidia
  32.  
  33. 01:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)
  34. Subsystem: ZOTAC International (MCO) Ltd. Device 2503
  35. Kernel driver in use: snd_hda_intel
  36. Kernel modules: snd_hda_intel
  37.  
  38. 01:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host Controller (rev a1)
  39. Subsystem: ZOTAC International (MCO) Ltd. Device 2503
  40. Kernel driver in use: xhci_hcd
  41. Kernel modules: xhci_pci
  42.  
  43. 01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU102 USB Type-C UCSI Controller (rev a1)
  44. Subsystem: ZOTAC International (MCO) Ltd. Device 2503
  45. Kernel driver in use: nvidia-gpu
  46. Kernel modules: i2c_nvidia_gpu
  47.  
  48. 02:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] (rev a1)
  49. Subsystem: ZOTAC International (MCO) Ltd. Device 2438
  50. Kernel driver in use: nvidia
  51. Kernel modules: nouveau, nvidia_drm, nvidia
  52.  
  53. 02:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
  54. Subsystem: ZOTAC International (MCO) Ltd. Device 2438
  55. Kernel driver in use: snd_hda_intel
  56. Kernel modules: snd_hda_intel
  57.  
  58. [root@zio ziomario2020]# cat /proc/driver/nvidia/gpus/0000:0b:00.0/information
  59.  
  60. Model: GeForce RTX 2080 Ti
  61. IRQ: 160
  62. GPU UUID: GPU-74c6f81e-9e6c-f279-2878-2d28f4333f6a
  63. Video BIOS: 90.02.17.00.71
  64. Bus Type: PCIe
  65. DMA Size: 47 bits
  66. DMA Mask: 0x7fffffffffff
  67. Bus Location: 0000:01:00.0
  68. Device Minor: 0
  69. Blacklisted: No
  70.  
  71. [root@zio ziomario2020]# cat /proc/driver/nvidia/gpus/0000:02:00.0/information
  72.  
  73. Model: GeForce GTX 1060 3GB
  74. IRQ: 161
  75. GPU UUID: GPU-ff7130b0-97de-d6ba-dec8-7445a7edced8
  76. Video BIOS: 86.06.3c.40.17
  77. Bus Type: PCIe
  78. DMA Size: 47 bits
  79. DMA Mask: 0x7fffffffffff
  80. Bus Location: 0000:02:00.0
  81. Device Minor: 1
  82. Blacklisted: No
  83.  
  84. [root@zio ziomario2020]# sudo lsmod|grep nvidia
  85.  
  86. i2c_nvidia_gpu 16384 0
  87. nvidia_drm 61440 0
  88. drm_kms_helper 266240 2 nvidia_drm,i915
  89. drm 585728 11 drm_kms_helper,nvidia_drm,i915
  90. nvidia_uvm 1155072 0
  91. nvidia_modeset 1220608 1 nvidia_drm
  92. nvidia 27746304 23 nvidia_uvm,nvidia_modeset
  93.  
  94. [root@zio ziomario2020]# nvidia-smi
  95.  
  96. Sat Nov 14 17:52:56 2020
  97. +-----------------------------------------------------------------------------+
  98. | NVIDIA-SMI 455.38 Driver Version: 455.38 CUDA Version: 11.1 |
  99. |-------------------------------+----------------------+----------------------+
  100. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
  101. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
  102. | | | MIG M. |
  103. |===============================+======================+======================|
  104. | 0 GeForce RTX 208... Off | 00000000:01:00.0 Off | N/A |
  105. | 31% 35C P8 21W / 250W | 0MiB / 11019MiB | 0% Default |
  106. | | | N/A |
  107. +-------------------------------+----------------------+----------------------+
  108. | 1 GeForce GTX 106... Off | 00000000:02:00.0 Off | N/A |
  109. | 52% 31C P8 8W / 120W | 0MiB / 3019MiB | 0% Default |
  110. | | | N/A |
  111. +-------------------------------+----------------------+----------------------+
  112.  
  113. +-----------------------------------------------------------------------------+
  114. | Processes: |
  115. | GPU GI CI PID Type Process name GPU Memory |
  116. | ID ID Usage |
  117. |=============================================================================|
  118. | No running processes found |
  119. +-----------------------------------------------------------------------------+
  120.  
  121. dmesg
  122.  
  123. [ 0.153750] ACPI: Added _OSI(Module Device)
  124. [ 0.153750] ACPI: Added _OSI(Processor Device)
  125. [ 0.153750] ACPI: Added _OSI(3.0 _SCP Extensions)
  126. [ 0.153750] ACPI: Added _OSI(Processor Aggregator Device)
  127. [ 0.153750] ACPI: Added _OSI(Linux-Dell-Video)
  128. [ 0.153750] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  129. [ 0.153750] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  130. [ 0.209213] ACPI: 10 ACPI AML tables successfully acquired and loaded
  131. [ 0.787745] ACPI: Dynamic OEM Table Load:
  132. [ 0.787749] ACPI: SSDT 0xFFFF95DA9A1E5800 00078C (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
  133. [ 0.788804] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
  134. [ 0.789975] ACPI: Dynamic OEM Table Load:
  135. [ 0.789978] ACPI: SSDT 0xFFFF95DA990A5800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
  136. [ 0.790948] ACPI: Dynamic OEM Table Load:
  137. [ 0.790950] ACPI: SSDT 0xFFFF95DA99091800 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
  138. [ 0.791867] ACPI: Dynamic OEM Table Load:
  139. [ 0.791869] ACPI: SSDT 0xFFFF95DA9A1E0000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
  140. [ 0.793038] ACPI: Dynamic OEM Table Load:
  141. [ 0.793042] ACPI: SSDT 0xFFFF95DA9909A000 000EF1 (v02 PmRef ApIst 00003000 INTL 20160527)
  142. [ 0.794542] ACPI: Dynamic OEM Table Load:
  143. [ 0.794544] ACPI: SSDT 0xFFFF95DA990A1C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
  144. [ 0.795532] ACPI: Dynamic OEM Table Load:
  145. [ 0.795534] ACPI: SSDT 0xFFFF95DA990A0000 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
  146. [ 0.801219] ACPI: Interpreter enabled
  147. [ 0.801246] ACPI: (supports S0 S3 S4 S5)
  148. [ 0.801246] ACPI: Using IOAPIC for interrupt routing
  149. [ 0.801271] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  150. [ 0.802191] ACPI: Enabled 6 GPEs in block 00 to 7F
  151. [ 0.812806] ACPI: Power Resource [USBC] (on)
  152. [ 0.815033] ACPI: Power Resource [V0PR] (on)
  153. [ 0.815185] ACPI: Power Resource [V1PR] (on)
  154. [ 0.815333] ACPI: Power Resource [V2PR] (on)
  155. [ 0.819490] ACPI: Power Resource [WRST] (on)
  156. [ 0.823012] ACPI: Power Resource [FN00] (off)
  157. [ 0.823074] ACPI: Power Resource [FN01] (off)
  158. [ 0.823135] ACPI: Power Resource [FN02] (off)
  159. [ 0.823197] ACPI: Power Resource [FN03] (off)
  160. [ 0.823258] ACPI: Power Resource [FN04] (off)
  161. [ 0.823738] ACPI: Power Resource [PIN] (off)
  162. [ 0.824211] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  163. [ 0.824215] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
  164. [ 0.824353] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
  165. [ 0.824483] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
  166. [ 0.824483] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  167.  
  168. [ 1.675584] fbcon: Taking over console
  169. [ 1.675617] Console: switching to colour frame buffer device 128x48
  170. [ 1.687444] nvidia: loading out-of-tree module taints kernel.
  171. [ 1.687449] nvidia: module license 'NVIDIA' taints kernel.
  172. [ 1.687449] Disabling lock debugging due to kernel taint
  173. [ 1.692467] nvidia: module verification failed: signature and/or required key missing - tainting kernel
  174. [ 1.699191] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
  175. [ 1.699494] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
  176. [ 1.699583] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
  177. [ 1.816239] nvidia 0000:02:00.0: enabling device (0000 -> 0003)
  178. [ 1.816287] nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
  179. [ 1.932912] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 455.38 Thu Oct 22 06:06:59 UTC 2020
  180. [ 1.935056] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 455.38 Thu Oct 22 05:57:59 UTC 2020
  181. [ 1.935639] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
  182. [ 1.938583] nvidia-uvm: Loaded the UVM driver, major device number 239.
  183. [ 1.939669] Linux agpgart interface v0.103
  184. [ 1.951903] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
  185. [ 1.951903] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
  186. [ 1.951928] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
  187. [ 1.951929] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 1
  188.  
  189. [ 12.501886] fb0: switching to inteldrmfb from EFI VGA
  190. [ 12.501983] Console: switching to colour dummy device 80x25
  191. [ 12.502006] i915 0000:00:02.0: vgaarb: deactivate vga console
  192. [ 12.503621] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
  193. [ 12.546852] mousedev: PS/2 mouse device common for all mice
  194. [ 12.647238] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
  195. [ 12.647616] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
  196. [ 12.658776] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
  197. [ 12.727907] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
  198. [ 12.750070] iTCO_vendor_support: vendor-support=0
  199. [ 12.750725] snd_hda_intel 0000:01:00.1: Disabling MSI
  200. [ 12.750729] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
  201. [ 12.750885] snd_hda_intel 0000:02:00.1: Disabling MSI
  202. [ 12.750888] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
  203. [ 12.788218] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
  204. [ 12.818949] [drm] Initialized i915 1.6.0 20200715 for 0000:00:02.0 on minor 2
  205. [ 12.820690] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
  206. [ 12.820974] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
  207. [ 12.821207] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  208. [ 12.849550] fbcon: i915drmfb (fb0) is primary device
  209. [ 12.856430] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
  210. [ 12.856512] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
  211. [ 12.856644] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  212. [ 12.867107] Console: switching to colour frame buffer device 240x67
  213. [ 12.885614] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
  214. [ 12.909775] e1000e 0000:00:1f.6 eno1: renamed from eth0
  215. [ 12.951006] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input19
  216. [ 12.951079] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input20
  217. [ 12.951160] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input21
  218. [ 12.951264] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input22
  219. [ 12.951354] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input23
  220. [ 12.951498] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input24
  221. [ 12.951627] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input25
  222. [ 12.951722] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
  223. [ 12.951867] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
  224. [ 12.951953] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
  225. [ 12.952016] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
  226. [ 12.952089] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
  227. [ 12.952174] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
  228. [ 12.952272] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
  229. [ 13.129979] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
  230. [ 13.129985] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  231. [ 13.129989] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
  232. [ 13.129992] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
  233. [ 13.129994] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
  234. [ 13.129996] snd_hda_codec_realtek hdaudioC0D0: inputs:
  235. [ 13.130000] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
  236. [ 13.130004] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
  237. [ 13.130006] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
  238. [ 13.207232] ALSA pcmC0D10p,0:HDMI 4: cannot preallocate for size 4194304
  239. [ 13.209705] snd_hda_codec_hdmi hdaudioC0D2: Monitor plugged-in, Failed to power up codec ret=[-13]
  240. [ 13.213718] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
  241. [ 13.213859] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
  242. [ 13.213964] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
  243. [ 13.214151] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
  244. [ 13.214315] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
  245. [ 13.214420] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
  246. [ 13.214526] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
  247. [ 13.214639] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
  248. [ 13.214743] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
  249. [ 13.214847] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
  250. [ 13.214949] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
  251. [ 13.215053] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
  252.  
  253.  
  254. [root@zio ziomario2020]# modinfo nvidia
  255.  
  256. filename: /lib/modules/5.9.8-arch1-1/extramodules/nvidia.ko.xz
  257. alias: char-major-195-*
  258. version: 455.38
  259. supported: external
  260. license: NVIDIA
  261. srcversion: 1240E078F6A01F945F04278
  262. alias: pci:v000010DEd*sv*sd*bc03sc02i00*
  263. alias: pci:v000010DEd*sv*sd*bc03sc00i00*
  264. depends:
  265. retpoline: Y
  266. name: nvidia
  267. vermagic: 5.9.8-arch1-1 SMP preempt mod_unload
  268. parm: NvSwitchRegDwords:NvSwitch regkey (charp)
  269. parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp)
  270. parm: nv_cap_enable_devfs:Enable (1) or disable (0) nv-caps devfs support. Default: 1 (int)
  271. parm: NVreg_ResmanDebugLevel:int
  272. parm: NVreg_RmLogonRC:int
  273. parm: NVreg_ModifyDeviceFiles:int
  274. parm: NVreg_DeviceFileUID:int
  275. parm: NVreg_DeviceFileGID:int
  276. parm: NVreg_DeviceFileMode:int
  277. parm: NVreg_InitializeSystemMemoryAllocations:int
  278. parm: NVreg_UsePageAttributeTable:int
  279. parm: NVreg_RegisterForACPIEvents:int
  280. parm: NVreg_EnablePCIeGen3:int
  281. parm: NVreg_EnableMSI:int
  282. parm: NVreg_TCEBypassMode:int
  283. parm: NVreg_EnableStreamMemOPs:int
  284. parm: NVreg_EnableBacklightHandler:int
  285. parm: NVreg_RestrictProfilingToAdminUsers:int
  286. parm: NVreg_PreserveVideoMemoryAllocations:int
  287. parm: NVreg_DynamicPowerManagement:int
  288. parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int
  289. parm: NVreg_EnableUserNUMAManagement:int
  290. parm: NVreg_MemoryPoolSize:int
  291. parm: NVreg_KMallocHeapMaxSize:int
  292. parm: NVreg_VMallocHeapMaxSize:int
  293. parm: NVreg_IgnoreMMIOCheck:int
  294. parm: NVreg_NvLinkDisable:int
  295. parm: NVreg_EnablePCIERelaxedOrderingMode:int
  296. parm: NVreg_RegisterPCIDriver:int
  297. parm: NVreg_RegistryDwords:charp
  298. parm: NVreg_RegistryDwordsPerDevice:charp
  299. parm: NVreg_RmMsg:charp
  300. parm: NVreg_GpuBlacklist:charp
  301. parm: NVreg_TemporaryFilePath:charp
  302. parm: NVreg_AssignGpus:charp
  303.  
  304. cd /opt/cuda/bin
  305.  
  306. [root@zio bin]# ./nvcc --version
  307. nvcc: NVIDIA (R) Cuda compiler driver
  308. Copyright (c) 2005-2020 NVIDIA Corporation
  309. Built on Mon_Oct_12_20:09:46_PDT_2020
  310. Cuda compilation tools, release 11.1, V11.1.105
  311. Build cuda_11.1.TC455_06.29190527_0
  312.  
  313.  
  314. [root@zio ziomario2020]# pacman -Q | grep nvidia
  315.  
  316. errore: impossibile registrare il database 'multilib' (il database è già stato registrato)
  317. lib32-nvidia-utils 455.38-1
  318. nvidia 455.38-7
  319. nvidia-lts 1:455.38-5
  320. nvidia-settings 455.38-1
  321. nvidia-utils 455.38-1
  322. opencl-nvidia 455.38-1
  323.  
  324. root@zio ziomario2020]# pacman -Ql | grep cudnn
  325.  
  326. errore: impossibile registrare il database 'multilib' (il database è già stato registrato)
  327. cudnn /usr/
  328. cudnn /usr/include/
  329. cudnn /usr/include/cudnn.h
  330. cudnn /usr/include/cudnn_adv_infer.h
  331. cudnn /usr/include/cudnn_adv_train.h
  332. cudnn /usr/include/cudnn_backend.h
  333. cudnn /usr/include/cudnn_cnn_infer.h
  334. cudnn /usr/include/cudnn_cnn_train.h
  335. cudnn /usr/include/cudnn_ops_infer.h
  336. cudnn /usr/include/cudnn_ops_train.h
  337. cudnn /usr/include/cudnn_version.h
  338. cudnn /usr/lib/
  339. cudnn /usr/lib/libcudnn.so
  340. cudnn /usr/lib/libcudnn.so.8
  341. cudnn /usr/lib/libcudnn.so.8.0.5
  342. cudnn /usr/lib/libcudnn_adv_infer.so
  343. cudnn /usr/lib/libcudnn_adv_infer.so.8
  344. cudnn /usr/lib/libcudnn_adv_infer.so.8.0.5
  345. cudnn /usr/lib/libcudnn_adv_train.so
  346. cudnn /usr/lib/libcudnn_adv_train.so.8
  347. cudnn /usr/lib/libcudnn_adv_train.so.8.0.5
  348. cudnn /usr/lib/libcudnn_cnn_infer.so
  349. cudnn /usr/lib/libcudnn_cnn_infer.so.8
  350. cudnn /usr/lib/libcudnn_cnn_infer.so.8.0.5
  351. cudnn /usr/lib/libcudnn_cnn_train.so
  352. cudnn /usr/lib/libcudnn_cnn_train.so.8
  353. cudnn /usr/lib/libcudnn_cnn_train.so.8.0.5
  354. cudnn /usr/lib/libcudnn_ops_infer.so
  355. cudnn /usr/lib/libcudnn_ops_infer.so.8
  356. cudnn /usr/lib/libcudnn_ops_infer.so.8.0.5
  357. cudnn /usr/lib/libcudnn_ops_train.so
  358. cudnn /usr/lib/libcudnn_ops_train.so.8
  359. cudnn /usr/lib/libcudnn_ops_train.so.8.0.5
  360. cudnn /usr/lib/libcudnn_static.a
  361. cudnn /usr/share/
  362. cudnn /usr/share/licenses/
  363. cudnn /usr/share/licenses/cudnn/
  364. cudnn /usr/share/licenses/cudnn/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  365. cudnn /usr/share/licenses/cudnn/NVIDIA_SLA_cuDNN_Support.txt
  366. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/keras/layers/__pycache__/cudnn_recurrent.cpython-38.pyc
  367. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/keras/layers/cudnn_recurrent.py
  368. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/kernel_tests/__pycache__/cudnn_deterministic_base.cpython-38.pyc
  369. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/kernel_tests/cudnn_deterministic_base.py
  370. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/ops/__pycache__/cudnn_rnn_grad.cpython-38.pyc
  371. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/ops/__pycache__/gen_cudnn_rnn_ops.cpython-38.pyc
  372. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/ops/cudnn_rnn_grad.py
  373. python-tensorflow-opt-cuda /usr/lib/python3.8/site-packages/tensorflow/python/ops/gen_cudnn_rnn_ops.py
  374. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_rewriter.h
  375. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_runner.h
  376. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_thunk.h
  377. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/compiler/xla/service/gpu/cudnn_fused_conv_rewriter.h
  378. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/compiler/xla/service/gpu/cudnn_pad_for_convolutions.h
  379. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/core/kernels/cudnn_pooling_gpu.h
  380. tensorflow-opt-cuda /usr/include/tensorflow/tensorflow/core/util/use_cudnn.h
  381.  
  382. [root@zio ziomario2020]# ls -l /sys/class/drm
  383.  
  384. totale 0
  385. lrwxrwxrwx 1 root root 0 14 nov 17.03 card0 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
  386. lrwxrwxrwx 1 root root 0 14 nov 17.03 card1 -> ../../devices/pci0000:00/0000:00:01.1/0000:02:00.0/drm/card1
  387. lrwxrwxrwx 1 root root 0 14 nov 16.24 card2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card2
  388. lrwxrwxrwx 1 root root 0 14 nov 16.24 card2-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card2/card2-HDMI-A-1
  389. lrwxrwxrwx 1 root root 0 14 nov 17.03 renderD128 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/renderD128
  390. lrwxrwxrwx 1 root root 0 14 nov 17.03 renderD129 -> ../../devices/pci0000:00/0000:00:01.1/0000:02:00.0/drm/renderD129
  391. lrwxrwxrwx 1 root root 0 14 nov 16.24 renderD130 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD130
  392. -r--r--r-- 1 root root 4096 14 nov 17.03 version
  393.  
  394. [root@zio ziomario2020]# xrandr
  395.  
  396. No protocol specified
  397. Can't open display :0
  398.  
  399. [root@zio bin]# nvidia-settings
  400.  
  401. ERROR: Unable to find display on any available system
  402.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement