-
Notifications
You must be signed in to change notification settings - Fork 16
Question: I want to complete the TODO list, for that I need to understand every point of that. #13
Comments
These are old ideas by Roland. Some of those are already implemented by @december0123. Maybe he knows more and what he did so far ... |
@philmmanjaro What remains to be done in this project ? |
Right now I'm refactoring mhwd to give it a better structure, eliminate code duplication and utilize modern C++ features. One new feature off the top of my head would be to somehow indicate which config is currently being used. |
I can help in something ? Tell me what. |
"One new feature off the top of my head would be to somehow indicate which config is currently being used." |
@filipe-marques: we have this feature already ... list installed config(s) [phil@manjaro conf]$ mhwd -li > Installed PCI configs: -------------------------------------------------------------------------------- NAME VERSION FREEDRIVER TYPE -------------------------------------------------------------------------------- video-nvidia 2014.09.29 false PCI Warning: No installed USB configs! list available configs for current hardware [phil@manjaro conf]$ mhwd -l > 0000:01:00.0 (0300:10de:0fc6) Display controller nVidia Corporation: -------------------------------------------------------------------------------- NAME VERSION FREEDRIVER TYPE -------------------------------------------------------------------------------- video-nvidia 2014.09.29 false PCI video-nvidia-340xx 2014.09.29 false PCI video-nvidia-304xx 2014.09.24 false PCI video-nouveau 2015.04.10 true PCI video-nv 2012.09.18 true PCI video-vesa 2012.09.18 true PCI |
Could, someone explain to me what means each point of the TODO list, I'm not understand:
1 - allow to set the base lib dir
2 - force to remove db config
3 - show detailed info for one config
4 - set architecture from library not from bash
5 - pass ids and bus ids to script
6 - do not remove packages on reinstallation ...
7 - add option similar to pacman --root (this option do not exists on pacman ! )
The text was updated successfully, but these errors were encountered: