Bug 162869 - Some asian lanuguage is not fully displayed in the language selections
Summary: Some asian lanuguage is not fully displayed in the language selections
Status: RESOLVED DUPLICATE of bug 66498
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: KDE (show other bugs)
Version: Beta 9
Hardware: Other Other
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords: I18N, Japanese
Depends on:
Blocks:
 
Reported: 2006-04-03 08:51 UTC by Kiyoteru Ariyoshi
Modified: 2006-05-05 14:47 UTC (History)
2 users (show)

See Also:
Found By: i18n Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Some languages are not fully displayed. (91.85 KB, image/png)
2006-04-03 08:51 UTC, Kiyoteru Ariyoshi
Details
Lang select on the boot screen (266.87 KB, image/png)
2006-04-04 07:48 UTC, Kiyoteru Ariyoshi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kiyoteru Ariyoshi 2006-04-03 08:51:06 UTC
Build : SL10.1 Beta9 i386

In the language selection screen during the installation, for some languages, top 1 or 2 lines are not displayed. Please see attached bitmap.

Steps:
1. Boot from CD/DVD, don't select language at this moment. Use English by default.
2. In the language selection screen, please check if the language labels are displayed correctly or not. Please see attached bitmap. Japanese, Chinese..

It may be font-size (base-line) issue.
Comment 1 Kiyoteru Ariyoshi 2006-04-03 08:51:58 UTC
Created attachment 76124 [details]
Some languages are not fully displayed.
Comment 2 Jiří Suchomel 2006-04-03 14:37:40 UTC
Could you also attach the picture with correct display?
Comment 3 Kiyoteru Ariyoshi 2006-04-04 07:48:52 UTC
Created attachment 76327 [details]
Lang select on the boot screen

I couldn't get the correct displaying.. When I select languages, this screen won't be displayed.
I attach the language selection screen on the CD booting.
Comment 4 Jiří Suchomel 2006-04-04 08:13:12 UTC
Stefan, looks like a Qt issue.
Comment 5 Stefan Hundhammer 2006-04-04 11:41:43 UTC
Yes, that is a Qt font rendering problem in QListBox for sure.
Comment 6 Dirk Mueller 2006-05-04 14:32:15 UTC
mike, is this a generic problem of this font or does it only happen in this qlistbox example?
Comment 7 Mike Fabian 2006-05-05 14:44:10 UTC

*** This bug has been marked as a duplicate of 66498 ***
Comment 8 Mike Fabian 2006-05-05 14:47:21 UTC
It is a Qt problem. It happens only if bitmap fonts and scalable fonts
are mixed. 

The workaround is to use scalable fonts for Japanese, Chinese, and Korean.

Scalable fonts for Japanese, Chinese, and Korean are used if these
languages are already selected in Linuxrc.  In that case, extra fonts
are loaded into an additional ram-disk and scalable fonts can be used
for all languages.

If no CJK language is selected in linuxrc, these extra fonts
are not loaded to save RAM. Then bitmap fonts are used for CJK
and this problem occurs.

Certainly it can be fixed somehow in Qt but it is probably not easy.