Bug 4296

Summary: xearth doesn't support 32bpp
Product: [Retired] Red Hat Linux Reporter: Daniel Rogers <dan>
Component: xearthAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-02 15:27:07 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 Daniel Rogers 1999-08-01 00:31:19 UTC
xearth by default doesn't support 32bpp.  If, however, you
edit x11.c at line 359 and add

case 32:

under case 24:, it works great.

Comment 1 Jay Turner 1999-08-02 12:38:59 UTC
This issue has been assigned to a developer for further action.

Comment 2 Jeff Johnson 1999-08-02 15:27:59 UTC
Added in xearth-1.0-13. Thanks for the analysis.