1

How to find the nouveau version used or installed into linux system (ubuntu v21.04)?

I read a lot information eg. here. However, none of the info found presenting the version of xorg / nouveau drivers. For an unknown reason, information is presenting only nvidia drivers version and not that of nouveau drivers.

So, what is the proper way to see what version of nouveau drivers are used by system?

1 Answers1

1

I think this could be what you want to look for:

sudo dpkg -l *nouveau*

the one with ii in front is the installed one.