From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826 Description of problem: When using fdisk instead of disk-druid as the preferred partitioning tool, the fonts used for the fdisk output in Anaconda are hard to read. This is due to the heavy anti-aliasing. It would be nice if the section of the screen where the output of fdisk is displayed, is displayed in a non-antialiased font. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install Red Hat Linux 'null' 2. As partitioning tool, select fdisk instead of Disk Druid. 3. Observe that the fonts are hard to read. Actual Results: Fonts are difficult to read, due to the anti-aliasing of the fonts. Expected Results: Fonts should be [terminal-like / non-anti-aliased] for this part of Anaconda. Additional info:
Nalin any ideas to improve this?
Try changing the terminal's font from the default using terminal.set_font_from_string("lucidatypwriter 10") before showing the widget. Bitmapped fonts like lucidatypwriter don't get anti-aliased. Alternatively, using GtkSettings to adjust the Xft hinting and antialiasing settings would work, but it would affect all of Anaconda and not just the terminal widget.
Still happens in Red Hat Linux 8.0.
This is especially problematic when install Red Hat Linux 8.0 onto a system with an LCD screen that does auto-stretching from 640x480 to its native mode.
The fdisk pane is white text on a black background which clashes with the rest of anaconda (dark text on a light background). Changing the colors might help the readability.
Fdisk is not part of the installer starting with GinGin.
Time tracking values updated