I have successfully completed the 3 steps in the Easy way to get NVIDIA drives at the https://en.opensuse.org/SDB:NVIDIA_drivers
I have used the zypper inr option and it worked fine. After reboot graphics is still working but I have not noticed any significant improvement in rendering 3D objects.
The Easy way to get NVIDIA drives at the https://en.opensuse.org/SDB:NVIDIA_drivers does not say anything to remove the noveau driver. Don’t know is it loaded in the memory. How can I test is the NVIDIA closed driver running or the noveau open source one?
In Yast the following packages are displayed as installed:
libdrm_nouveau2
nvidia-computeG04
nvidia-gfxG04-kmp-default
nvidia-glG04
x11-video-nvidiaG04
xf86-video-nv
xf86-video-nouveau
On 03/11/2016 06:26 PM, keevvee wrote:
>
> Hi
>
> I have successfully completed the 3 steps in the Easy way to get NVIDIA
> drives at the https://en.opensuse.org/SDB:NVIDIA_drivers
> I have used the zypper inr option and it worked fine. After reboot
> graphics is still working but I have not noticed any significant
> improvement in rendering 3D objects.
> The Easy way to get NVIDIA drives at the
> https://en.opensuse.org/SDB:NVIDIA_drivers does not say anything to
> remove the noveau driver. Don’t know is it loaded in the memory. How can
> I test is the NVIDIA closed driver running or the noveau open source
> one?
>
> In Yast the following packages are displayed as installed:
> libdrm_nouveau2
> nvidia-computeG04
> nvidia-gfxG04-kmp-default
> nvidia-glG04
> x11-video-nvidiaG04
> xf86-video-nv
> xf86-video-nouveau
If you have the Nvidia driver loaded you can run /usr/bin/nvidia-settings
On 03/11/2016 06:26 PM, keevvee wrote:
>
> Hi
>
> I have successfully completed the 3 steps in the Easy way to get NVIDIA
> drives at the https://en.opensuse.org/SDB:NVIDIA_drivers
> I have used the zypper inr option and it worked fine. After reboot
> graphics is still working but I have not noticed any significant
> improvement in rendering 3D objects.
> The Easy way to get NVIDIA drives at the
> https://en.opensuse.org/SDB:NVIDIA_drivers does not say anything to
> remove the noveau driver. Don’t know is it loaded in the memory. How can
> I test is the NVIDIA closed driver running or the noveau open source
> one?
>
> In Yast the following packages are displayed as installed:
> libdrm_nouveau2
> nvidia-computeG04
> nvidia-gfxG04-kmp-default
> nvidia-glG04
> x11-video-nvidiaG04
> xf86-video-nv
> xf86-video-nouveau
>
>
> Thank you!
> Marek
>
Another way is too look at lsmod and see what module is loaded.
While its obvious that you’re using the nvidia stack, I point out that what you wrote here by no means has or provides any indication to the former for the following reasons:
lsmod lists the kernel
modules (i.e. drivers) that are currently loaded into system memory - libdrm is a middleman userspace
library