dolphin_oracle wrote: Tue Jun 27, 2023 4:31 pm
provide the output of this:
please.
make sure the latest ddm-mx is installed first though. there have been updates since beta2 launch.
First, I think looking at my own logs (snippets) that I messed up using
option! It's meant for devs only...
It was a typo, I then corrected it to use
options!!!
(maybe it did something wrong and messed the DD-MX installer?) I'll try to replicate the next time I have a chance to backup all.
DDM-MX v.23.06.01
The Tesla v.470 drivers and kernel related files I LOCKED on synaptic so they won't upgrade to v.520 for now... until I test it and know they are fully supported.
So, here is what you asked, and a little more to add more insight:
Code: Select all
$ nvidia-detect-mx
Distribution: MX
Latest = 525.105.17
Detected NVIDIA GPUs:
01:00.0 3D controller [0302]: NVIDIA Corporation GK107M [GeForce GT 740M] [10de:0fdf] (rev a1)
Checking card: NVIDIA Corporation GK107M [GeForce GT 740M] (rev a1)
Your card is supported by the nvidia 340 drivers series. nvidia-legacy-340xx-driver
Your card is supported by the nvidia 390 drivers series. nvidia-legacy-390xx-driver
Your card is supported by the nvidia tesla 418 drivers series. nvidia-tesla-418-driver
Your card is supported by the nvidia tesla 470 drivers series. nvidia-tesla-470-driver
It is recommended to install the following:
INSTALL: nvidia-tesla-470-driver
To install alternate driver packages, use sudo ddm-mx -i nvidia -f [driver package name]
Code: Select all
$ inxi -G
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel
Device-2: NVIDIA GK107M [GeForce GT 740M] driver: nvidia v: 470.182.03
Device-3: Chicony UVC 1.00 device HD WebCam type: USB driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.7 driver: X:
loaded: modesetting,nvidia unloaded: fbdev,vesa dri: crocus gpu: i915
resolution: 1920x1080~60Hz
API: OpenGL v: 4.2 Mesa 22.3.6 renderer: Mesa Intel HD Graphics 4000 (IVB
GT2)
Code: Select all
$ nvidia-smi
Tue Jun 27 21:51:58 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.182.03 Driver Version: 470.182.03 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:01:00.0 N/A | N/A |
| N/A 48C P8 N/A / N/A | 3MiB / 4039MiB | N/A Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Code: Select all
$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 470.182.03 Fri Feb 24 03:29:56 UTC 2023
GCC version: gcc version 12.2.0 (Debian 12.2.0-14)
Code: Select all
$ cat /sys/module/nvidia/version
470.182.03
Code: Select all
$ grep "X Driver" /var/log/Xorg.0.log
[ 10.715] (II) NVIDIA dlloader X Driver 470.182.03 Fri Feb 24 03:24:48 UTC 2023
Code: Select all
$ cat /proc/driver/nvidia/gpus/0000:01:00.0/information
Model: Unknown
IRQ: 36
GPU UUID: GPU-dd0cd3d3-dd92-bf7b-a5c7-0529b6d4097d
Video BIOS: 80.07.95.00.07
Bus Type: PCIe
DMA Size: 40 bits
DMA Mask: 0xffffffffff
Bus Location: 0000:01:00.0
Device Minor: 0
GPU Excluded: No
Sorry I spamed here, just threw all I had in my notes here...
I hope it's enough
