Bug 67576

Summary: Redhat 7.3: gv slow.
Product: [Retired] Red Hat Linux Reporter: phil
Component: gvAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: chak, marc.schmitt, matt, mwest, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-22 20:43:04 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:
Attachments:
Description Flags
postscript file - first page from a technical report. none

Description phil 2002-06-27 18:03:01 UTC
Description of Problem:
gv runs quite slowly under Redhat 7.3, displaying text
a line at a time.  It was much faster under 7.2 and prior.

Version-Release number of selected component (if applicable):
gv 3.5.8
GNU Ghostscript 6.52 (2001-10-20)

How Reproducible:
Always.

Steps to Reproduce:
1.  use gv to view the attached postscript file.  (p1.ps).
2.  compare the result with using gv p1.ps on Redhat 7.2 and prior. 
 
Actual Results:
gv displays the text very slowly.

Expected Results:
gv displays much faster under Redhat 7.2 and prior.

Additional Information:
I found that if i did 'gv -noantialias p1.ps', it displays much faster.
However, it doesn't look as good.
So something in the antialiasing appears to be making it run slowly.
The probelm appears to be in gv. gs p1.ps runs quickly.

The attached sample p1.ps is the first page from a technical report here.

Thanks for your help.

Phil Kaslo
phil.edu

Comment 1 phil 2002-06-27 18:05:11 UTC
Created attachment 62905 [details]
postscript file - first page from a technical report.

Comment 2 Matthew West 2002-08-22 20:42:56 UTC
This seems to have been caused by a change in the file:
/usr/X11R6/lib/X11/app-defaults/GV

Find the line which reads:
GV.gsX11AlphaDevice: -dNOPLATFONTS -sDEVICE=x11 -dTextAlphaBits=4 -
dGraphicsAlphaBits=4

and change it to:
GV.gsX11AlphaDevice: -dNOPLATFONTS -sDEVICE=x11alpha

This changes things back to how they were under 7.2 and makes gv fast again.


Comment 3 Bill Nottingham 2002-08-23 01:22:30 UTC
Yes, this is fixed in the beta gv.