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 1545550 - Screen is occasional turned of when xrandr is executed (ThinkPad W541)
Summary: Screen is occasional turned of when xrandr is executed (ThinkPad W541)
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: xorg-x11-drv-intel
Version: 7.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Adam Jackson
QA Contact: Desktop QE
Jana Heves
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-15 09:35 UTC by Oliver Ilian
Modified: 2023-09-14 04:16 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Known Issue
Doc Text:
Screen occasionally turns off when "xrandr" is executed With the "Nouveau" driver, RANDR operations combined with heavy 3D load, such as querying the screen resolution, may cause screen flickering. Flickering can be avoided by minimizing concurrent 3D and RANDR operations. Hence, query or resize the screen while 3D usage is minimal.
Clone Of:
Environment:
Last Closed: 2019-03-05 18:36:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Oliver Ilian 2018-02-15 09:35:36 UTC
Description of problem:
On a W541 (with Nvidia graphic card) the screen turns occasionally off during execution of xrandr -q. This happens for example when gnome-control-center is started.

Version-Release number of selected component (if applicable):
kernel-3.10.0-693.17.1.el7.x86_64
xorg-x11-server-Xorg-1.19.3-11.el7_4.1.x86_64
Model: W541
Graphic: Nvidia Quadro K1100M

How reproducible:
often

Steps to Reproduce:
1. log in to gnome as user
2. make sure the nouveau driver is not loaded
2. start 50 x glxgear (to get some load on the system)
3. in a second terminal repeat several times: xrandr -q

Actual results:
System flickers occasionally (screen turns completely off for 1 second)

Expected results:
System does not flicker

Additional info:
We have blacklisted the nouveau driver on this model due to https://bugzilla.redhat.com/show_bug.cgi?id=1545546


# log file /var/log/gdm/:0.log when system crashed
(II) modeset(0): EDID vendor "CMN", prod id 5571
(II) modeset(0): Printing DDC gathered Modelines:
(II) modeset(0): Modeline "1920x1080"x0.0  136.62  1920 1964 1992 2070  1080 1082 1086 1100 -hsync -vsync (66.0 kHz eP)
AUDIT: Thu Feb 15 09:06:18 2018: 4640: client 17 disconnected
AUDIT: Thu Feb 15 09:06:21 2018: 4640: client 17 connected from local host ( uid=14685 gid=14685 pid=11496 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 233
AUDIT: Thu Feb 15 09:06:21 2018: 4640: client 68 connected from local host ( uid=14685 gid=14685 pid=11496 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 233
AUDIT: Thu Feb 15 09:06:21 2018: 4640: client 68 disconnected
(II) modeset(0): EDID vendor "CMN", prod id 5571
(II) modeset(0): Printing DDC gathered Modelines:
(II) modeset(0): Modeline "1920x1080"x0.0  136.62  1920 1964 1992 2070  1080 1082 1086 1100 -hsync -vsync (66.0 kHz eP)
(WW) modeset(0): flip queue failed: Cannot allocate memory
(WW) modeset(0): Page flip failed: Cannot allocate memory
(EE) modeset(0): present flip failed
(WW) modeset(0): flip queue failed: Cannot allocate memory
(WW) modeset(0): Page flip failed: Cannot allocate memory

--------------

xrand -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.00*+
   1400x1050     59.98
   1280x1024     60.02
   1280x960      60.00
   1024x768      60.04    60.00
   960x720       60.00
   928x696       60.05
   896x672       60.01
   800x600       60.00    60.32    56.25
   700x525       59.98
   640x512       60.02
   640x480       60.00    59.94
   512x384       60.00
   400x300       60.32    56.34
   320x240       60.05
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)

Comment 3 Oliver Ilian 2018-02-15 14:07:25 UTC
to add: The NVidia card is not used in this scenario, as the nouveau driver is not loaded. The Intel graphic card is: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)

Comment 5 Adam Jackson 2018-08-09 16:13:00 UTC
Do we still see this with 7.6?

Comment 11 Red Hat Bugzilla 2023-09-14 04:16:39 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.