summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-drm
Commit message (Collapse)AuthorAgeFilesLines
* [slx-drm] use dracut libs for warnJonathan Bauer2019-08-051-6/+9
|
* [slx-drm] don't escape $ -.-Jonathan Bauer2019-08-051-1/+1
| | | | leftover from cat'ing the script instead of having it as a file :)
* [slx-drm] blacklist nouveau for nowJonathan Bauer2019-08-051-0/+2
| | | | | TODO check how to support different nvidia cards, some using nouveau and some using nvidia drivers
* [slx-drm] copy mltk's nvidia modules/drm.cfgJonathan Bauer2019-08-051-0/+6
|
* [slx-drm] support for multiple nvidia versionsJonathan Bauer2019-08-054-4/+67
|
* new slx-drm and slx-splash (PoC) modulesJonathan Bauer2018-05-232-0/+18
slx-drm pulls in dracut's drm module and provides a modprobe.d configurations file to always prioritize nvidia drivers, falling back to nouveau on failures. slx-splash uses the slx busybox's fbsplash (WIP). Busybox is still missing from defaults builds, so this won't function out of the box!