dankamongmen / GreenWithEnvy

fork of https://gitlab.com/leinardi/gwe
GNU General Public License v3.0
70 stars 3 forks source link

NV-CONTROL X extension not found. #9

Open wkr111 opened 1 month ago

wkr111 commented 1 month ago

图片 图片 I'm sure I have installed libxnvctrl. GeForce RTX 4060 Max-Q / Mobile NVIDIA Driver Version:555.58.02

corigne commented 1 month ago

Same issue here as previous post. nvidia-smi output:

Fri Jul 26 08:13:29 2024       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 555.58.02              Driver Version: 555.58.02      CUDA Version: 12.5     |
|-----------------------------------------+------------------------+----------------------+
| 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 RTX 2070 ...    On  |   00000000:09:00.0  On |                  N/A |
|  0%   30C    P8             15W /  285W |     681MiB /   8192MiB |     10%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A       830      G   /usr/lib/Xorg                                 387MiB |
|    0   N/A  N/A      1443      G   easyeffects                                    10MiB |
|    0   N/A  N/A      1670      G   kitty                                           3MiB |
|    0   N/A  N/A      1974      G   /usr/lib/firefox/firefox                      161MiB |
|    0   N/A  N/A      3220      G   ...seed-version=20240722-050308.793000         53MiB |
|    0   N/A  N/A      3956      G   ...yOnDemand --variations-seed-version         56MiB |
|    0   N/A  N/A     19022      G   kitty                                           3MiB |
+-----------------------------------------------------------------------------------------+
corigne commented 1 month ago

Downgrading nvidia drivers to earlier versions of 555.58.02 doesn't seem to help. Any idea what might be causing this? nv-control is definitely installed.

wkr111 commented 1 month ago

Downgrading nvidia drivers to earlier versions of 555.58.02 doesn't seem to help. Any idea what might be causing this? nv-control is definitely installed.

My idea is that the setting issue may be caused by NVIDIA's graphics driver not being compatible with Wayland, because firstly, this overclocking software requires Nvidia smi to work properly, and Nvidia smi seems to need Nvidia's Xconfig server settings to enable the Coolbits function properly in order to change graphics card settings. This setting cannot be changed on my Wayland platform no matter what, let alone enabling the Coolbits function. I am like this on the Wayland platform, except for the X11 platform.

wkr111 commented 1 month ago

Downgrading nvidia drivers to earlier versions of 555.58.02 doesn't seem to help. Any idea what might be causing this? nv-control is definitely installed.

You can use the software below,it works perfectly on my computer. https://github.com/Amethyst-Lab/NvOC

corigne commented 1 month ago

Downgrading nvidia drivers to earlier versions of 555.58.02 doesn't seem to help. Any idea what might be causing this? nv-control is definitely installed.

You can use the software below,it works perfectly on my computer. https://github.com/Amethyst-Lab/NvOC

I appreciate the alternative suggestion. I looked into the issue further and I think the VNC X etension might be overloading the X extension limit when installed alongside nvidia, causing some of the nvidia extensions not to load. I will test this later. See the following thread for more information.

https://bbs.archlinux.org/viewtopic.php?pid=2188796#p2188796