Thank You @xtym, here we go… bare with me if formatting is off a bit…
<pre>[buzzzbuilder@localhost ~]$ loginctl show-session 2 -p Type
Type=x11
buzzzbuilder@localhost ~]$ lsmod | grep -i nvidia
[buzzzbuilder@localhost ~]$ (no result here)
[buzzzbuilder@localhost ~]$ lsmod | grep -i nouveau
nouveau 2273280 18
mxm_wmi 16384 1 nouveau
wmi 36864 2 mxm_wmi,nouveau
i2c_algo_bit 16384 1 nouveau
ttm 122880 1 nouveau
drm_kms_helper 212992 1 nouveau
drm 512000 8 drm_kms_helper,ttm,nouveau
video 49152 1 nouveau
[buzzzbuilder@localhost ~]$ lspci -vnn | grep -i 'VGA compatible controller' -A 12
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1) (prog-if 00 [VGA controller])
Subsystem: NVIDIA Corporation Device [10de:0921]
Flags: bus master, fast devsel, latency 0, IRQ 38
Memory at f4000000 (32-bit, non-prefetchable) [size=32M]
Memory at e8000000 (64-bit, prefetchable) [size=128M]
Memory at f0000000 (64-bit, prefetchable) [size=64M]
I/O ports at e000 [size=128]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities:
Kernel driver in use: nouveau
Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device [0403]: NVIDIA Corporation GF106 High Definition Audio Controller [10de:0be9] (rev a1)
[buzzzbuilder@localhost ~]$ cat /proc/cmdline
BOOT_IMAGE=(hd2,gpt2)/vmlinuz-5.3.16-300.fc31.x86_64 root=/dev/mapper/fedora_localhost–live-root ro resume=/dev/mapper/fedora_localhost–live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
[buzzzbuilder@localhost ~]$ ls /etc/modprobe.d/
firewalld-sysctls.conf kvm.conf lockd.conf mlx4.conf nvdimm-security.conf truescale.conf
[buzzzbuilder@localhost ~]$ glxinfo | grep -i OpenGL
OpenGL vendor string: nouveau
OpenGL renderer string: NVC3
OpenGL core profile version string: 4.3 (Core Profile) Mesa 19.2.8
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3 (Compatibility Profile) Mesa 19.2.8
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 19.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
[buzzzbuilder@localhost ~]$ glxinfo -B
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: nouveau (0x10de)
Device: NVC3 (0x1c82)
Version: 19.2.8
Accelerated: yes
Video memory: 4071MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.3
Max compat profile version: 4.3
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
OpenGL vendor string: nouveau
OpenGL renderer string: NVC3
OpenGL core profile version string: 4.3 (Core Profile) Mesa 19.2.8
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.3 (Compatibility Profile) Mesa 19.2.8
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 19.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
As per installation methods for RPM Fusion, I have used both “Software” (gui) and DNF (as per RPM Fusion site) with the same results. Currently driver is installed by DNF yet defaulting to Nouveau, again.
Just a side note, I have been a Redhat user on desktops since 1998 (with variations i.e. Mandrake then Mandriva) and will stay with Fedora, all my Ubuntu buddies detest my loyalty, LOL
Looking forward to this trouble shooting, its been my favourite part of Linux. You just don’t get this kind of community support from other “MainStream OS’es”
Regards,