JDK-4873840 : Strings are not rendered correctly on RedHatAdvancedServer2.1 32bit.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.2
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2003-06-04
  • Updated: 2003-06-05
  • Resolved: 2003-06-05
Related Reports
Duplicate :  
Description
J2SE version: 1.4.2 b24,25
Test program location path:
/net/sqesvr.sfbay/export/st2/suites/mantis/awt/AWT_Merlin_WS/Printing/src/PrintQuality

OS of this testing: RedhatLinuxAdvancedServer2.1 32bit
 
This test program display the strings "PRINTING TEST".  
However, this strings display as malformed strings on RedHatAdvancedServer2.1
32bit.   this behavior is specific to RedHatAdvancedServer2.1 32bit.

(*Strings will be printed out correctly. issue is the strings on display)



--PrintQualityPrintingTest.java
 376        g.setFont(font=new Font("Times",Font.BOLD,80));
 377        g.drawString("PRINTING",100,100);            <-- this will be   
 378        g.drawString("TEST",200,200);                <-- malformed strings.  
 379        g.setFont(font=new Font("Times",Font.PLAIN,25));
 380        g.drawString("Quality for high,medium,draft",100,250);




Comments
EVALUATION This test uses AWT printing (PrintJob.java). However, the description says that the strings print fine. The problem is that they do not render correctly on screen (using RHAS 2.1). Reassigning to 2D. ###@###.### 2003-06-04 =============================== Please attach a screen shot showing the problem. Is this also a problem in 1.4.0 and 1.4.1? What is the VIDEO CARD in the PC? Marking bug incomplete pending this information. ###@###.### 2003-06-04 ============================ >This PC's video card is Matrox: Millenium II G400 Single Head 32MB AGP. As I suspected this is a duplicate of 4844952 : drawString corruption on Matrox video cards on linux This is a bug in Linux, not JDK. ###@###.### 2003-06-04 ============================
04-06-2003