Display Software Architectures#
Display element provides two different Software Architectures for the 7.0 release.
dev_nsr
will utilize thelegacy
architecture. The drivers forlegacy
architecture arenvidia.ko
,nvidia_modeset.ko
andnvidia_drm.ko
prod_nsr
andtest_nsr
will utilizeDisplayServer
architecture. The driver forDisplayServer
architecture istegradisp.ko
.
The table below explains the relation between NSR Release, Display Architectures, and corresponding Modules.
NSR Release |
Architecture |
Module |
---|---|---|
dev_nsr |
OpenRm |
|
prod_nsr |
DisplayServer |
|
test_nsr |
DisplayServer |
|
For instruction on building and installing the drivers, please refer to Build and Display
under section 8
.
Customers who use DRM applications and X11 should only use
dev_nsr
.OpenWFD is supported on
dev_nsr
,prod_nsr
, andtest_nsr
profiles.However, if you plan to use OpenWFD, we recommend that you use
test_nsr
orprod_nsr
for OpenWFD application development.