Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1583454

Summary: A display problem when calling XFillRectangle to draw something
Product: Red Hat Enterprise Linux 7 Reporter: Peter Sun <petersun>
Component: libX11Assignee: Adam Jackson <ajax>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.5   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-02-15 07:39:04 UTC Type: Bug
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
A simple C code to reproduce this problem none

Description Peter Sun 2018-05-29 03:21:28 UTC
Created attachment 1445024 [details]
A simple C code to reproduce this problem

Description of problem:
The OS is RHEL7.x, we use Cadence Virtuoso 6.1.7 to design semiconductor circuit on it, we find that sometimes the stipples(patterns in circuit lines) disappear when zoom in, but come back when zoom out.

Cadence helps us to identify this problem, they say it might be related to the drawing API called "XFillRectangle" in X library.


Version-Release number of selected component (if applicable):
libX11-devel-1.6.5-1.el7.x86_64
xorg-x11-drv-intel-2.99.917-27.20160929.el7.x86_64
xorg-x11-drv-nouveau-1.0.13-3.el7.x86_64


How reproducible:
1. any Intel x86_64 machine (core 2 duo, sandy bridge, ivy bridge, kaby lake tested) running RHEL 7.x.
2. Intel integrated graphics or nVidia graphics( NVS300 and NVS310 tested)
3. default graphic drivers come with RHEL 7.x.


Steps to Reproduce:
1. download the attachment file.
2. compile with these parameters: gcc -lc -lX11 -m64 -g rects.c
3. In X, open a terminal to run the a.out.
4. press left, middle and right mouse buttons to switch display cases.


Actual results:
the stipples disappear in case 1(left button), but are displayed in case 2(middle ubtton) and case 3(right button).


Expected results:
Stipples should be displayed in all cases.
Additional info:
1. test nVIDIA graphics(NVS300 and NVS310) with drivers download from nVIDIA, the result is good, no display issue.
2. install RHEL 7.x in VMware Workstation Pro 14.1.2 using "xorg-x11-drv-vmware-13.2.1-1.el7.x86_64" display driver, the result is good, too.

Comment 4 RHEL Program Management 2021-02-15 07:39:04 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.