i installed drivers and reboot it . But there is no settings . Using x11 but same .
GPU GT 1030
Nvidia settings are not missing.
Different GPUs have different settings that can be adjusted and the GT 1030 is one of the oldest and has fewer settings available than the newer ones in the 3000 and 4000 series.
You also fail to tell us what version of fedora, the kernel version, and the nvidia driver version so we cannot provide more info than to generalize the suggestions.
If you have the xorg-x11-drv-nvidia-cuda package installed then you could use the nvidia-smi command to show more info related to your nvidia GPU.
This is what I see on my system with 2 different GTX 1050 GPUs installed
$ nvidia-smi
Sat Apr 13 21:43:42 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.129.03 Driver Version: 535.129.03 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| 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 GTX 1050 Off | 00000000:04:00.0 Off | N/A |
| 44% 62C P0 N/A / 70W | 576MiB / 2048MiB | 98% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
| 1 NVIDIA GeForce GTX 1050 Off | 00000000:07:00.0 Off | N/A |
| 54% 59C P0 N/A / 75W | 738MiB / 2048MiB | 98% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 3443388 C ...6_x86_64-pc-linux-gnu__BRP7-cuda102 572MiB |
| 1 N/A N/A 6247 G /usr/libexec/Xorg 64MiB |
| 1 N/A N/A 6524 G /usr/bin/gnome-shell 96MiB |
| 1 N/A N/A 3444819 C ...6_x86_64-pc-linux-gnu__BRP7-cuda102 572MiB |
+---------------------------------------------------------------------------------------+
Note that you probably do not want to use the nvidia driver newer than 535 which is still available from rpmfusion to be installed. In order to use cuda on that machine I had to lock the nvidia version at 535 with cuda 12.2. The nvidia 1050 GPUs would not run cuda 12.3 or newer for me.
That’s gonna help me in the future. i have a couple Nvidia laptops to troubleshoot this weekend.
Thanks !