summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO
index 71cbc1d2d..5fccf0f0c 100644
--- a/perl-install/harddrake/TODO
+++ b/perl-install/harddrake/TODO
@@ -18,6 +18,20 @@
*** ide-scsi / ide-cd switch
*** supermount switch
+** 9.1 development
+*** move the usb-interface setting from drakx into harddrake, and do it at boot time
+*** nvidia proprietary module hook
+if [[ -e /lib/modules/`uname -r`/kernel/drivers/video/NVdriver ]]; then
+ perl -pi -e 's!Driver "nv.*"!Driver "nvidia"!g;s!#(Load.*glx)!\1!g' /etc/X11/XF86Config-4
+else
+ perl -pi -e 's!Driver "nv.*"!Driver "nv"!g;s!(Load.*glx)!#\1!g' /etc/X11/XF86Config-4
+fi
+*** help: print fields in black and their description in blue as for information fields
+*** translate all fields
+*** split help per category
+*** separate version for harddrake & drakxtool
+
+
** draksound
*** add a dialog so that the user choose its wavetable.
*** list all availlables drivers, defaulting to first alternative, prepending old one with '*'