From Fedora Project Wiki
Line 11: Line 11:


== Current status ==
== Current status ==
* Targeted release: [[Releases/X|  Fedora X]]  
* Targeted release: [[Releases/11|  Fedora 11]]  
* Last updated: 2007-11-19
* Last updated: 2009-02-04
* Percentage of completion: 0%
* Percentage of completion: 50%


== Detailed Description ==
== Detailed Description ==

Revision as of 15:59, 4 February 2009

New and Improved Text UI

Summary

The current text UI in the installer is difficult to improve and extend as we add features to the GUI. We really don't want to be maintaining two complicated UIs.

Owner

  • Name: Chris Lumens <clumens@redhat.com>

Current status

  • Targeted release: Fedora 11
  • Last updated: 2009-02-04
  • Percentage of completion: 50%

Detailed Description

We have discussed changes to the text mode UI to make it more of a question and answer form, perhaps involving kickstart commands. This is very early, not fleshed out, and not currently targeted for any release. If someone is interested in working on this, please contact anaconda-devel-list@redhat.com to begin the discussion. Lots of ideas are needed given that some processes are not easily developed as Q&A.

What do I mean by "simplifying text mode"?

  • Text mode is not going away, contrary to what you might have heard.
  • I have removed many of the more complicated parts of the UI, turning text mode into the truly minimal install experience that a lot of people have asked for. You get a package set that's small but still able to install updates and new packages. You get the initial partitioning screen (choose your disks and handwaving layout) but not the second screen.
  • We more strongly suggest VNC or xdriver=vesa, but text is still there if you want and still as a fallback should the graphical installer fail to start. Maybe that last bit should be changed.

[ ... ] I've put together an updates image that is my initial run through at simplifying text mode. If you'd like to give it a try, simply add the following parameters to the boot command line:

   updates=http://clumens.fedorapeople.org/notext.img text

Benefit to Fedora

Currently the text UI is a place where a lot of bugs and unwanted situations have the potential to occur. A direct benefit to fedora is the reduction of the anaconda code base (less is more). Moreover it gives the anaconda development team a change to concentrate on the anaconda backend and the graphical GUI.

  • Text mode and graphical mode are completely separate codebases as far as the interface is concerned. We don't have some magic interface language that can display under both modes. What this means is that anything we add to the graphical mode needs to be coded up again a second time for text mode.
  • Text mode only supports a subset of the graphical mode's features. For instance, you can't do LVM in text mode. Nor can you do encrypted filesystems, resizable filesystems, add repos, or edit repos. This situation is only going to get worse over time. Why is this the case? First, because it involves duplicating all the tedious work of writing a UI and no one wants to do that. Second, the screen real estate on the console is quite limited and things like LVM just don't fit in the space available.
  • We already have alternate install modes available. You can do automatic installs via kickstart, or you can use VNC.
  • If the graphical installer doesn't work, the fix is not to have a completely different path to go down. The fix is to fix graphical installs. Having said this, we still do have work arounds possible. You can always add xdriver=vesa as a boot parameter if the normal driver for your card doesn't work under X. My latest patch to the list makes it more obvious that you can do this.

Scope

Test Plan

User Experience

Dependencies

Contingency Plan

Documentation

Release Notes