I am booting a certain system of mine with ubuntu 9.10 from external HDD. I am satisfied with the setup and it works fine, however I would like to modify it so that I can choose which graphic card drivers to load during the boot time. Specifically I would like to choose between:
- nvidia proprietary driver
- ati proprietary driver
- generic driver
Currently if I am using proprietary drivers then dont boot into X, delete xorg.conf, start gdm and reconfigure the system using jockey (for hardware drivers).
What would be the steps to make this (semi-)automatic and avoid restarting X?
Where could one find examples of such scripts?