Just a heads up since a lot of the NetBSD desktop users seem to be here...
Riastradh and Maya have been syncing our graphics drivers with the DRM/KMS stack in Linux 5.6. This will bring support for a large amount of newer hardware, as well as support for GLAMOR, a new acceleration mode in the X Window System. The newer shims for Linux kernel interfaces should also make future GPU driver updates much easier, resulting in less of a lag before newer GPUs are supported in NetBSD.
The new drivers are now running semi-successfully on several developer's machines, but more testing is always appreciated (in particular, crash reports).
~ If you're interested in testing the new code, clone the repository from Riastradh's GitHub and build a kernel (remember to back up the known-working one):
Just track -current since the branch was merged. Please report any bugs the standard way, not in this thread.
The modesetting driver must be used currently.
This can be specified in /etc/xorg.conf
:
Section "Device"
Identifier "Card0"
Driver "modesetting"
EndSection