Bug 24607

Summary: RFE: GUI X setup ugly
Product: [Retired] Red Hat Linux Reporter: Hans de Goede <hdegoede>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: low    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-26 17:46:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hans de Goede 2001-01-22 16:59:30 UTC
The X setup screen in GUI mode looks like this:

-----------------------------------------------
|                                             |
|                                             |
|                                             |
|                                             |
-----------------------------------------------
           ---------------------------
           |                         |
           |                         |
           |                         |
           ---------------------------
                  -------------
                  |           |
                  |           |
                  |           |
                  -------------

IMHO it would be much prettier like this:
-----------------------------------------------
|                                             |
|                                             |
|                                             |
|                                             |
-----------------------------------------------
  ---------------------------  -------------
  |                         |  |           |
  |                         |  |           |
  |                         |  |           |
  ---------------------------  -------------

Thats all folks.

Comment 1 Michael Fulbright 2001-01-26 17:34:28 UTC
Assigning to developer.

Comment 2 Brent Fox 2001-01-26 17:45:55 UTC
We did it this way for a couple of reasons.  The big one is that the way you
suggested would not fit if the installer was run at 640x480 resolution, which is
an option at boot time.  However, packing the screen vertically fits in both
800x600 and 640x480.  Another thing we were concerned about was how the screen
would look in other languages.  Lanugagues like German, for example, which has
very long words, could scroll off the screen.  It would have made packing more
difficult.