All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 99881] Lockup/Freezes on Laptop with switchable graphics
Date: Wed, 22 Feb 2017 09:25:15 +0000	[thread overview]
Message-ID: <bug-99881-502-x5ehXpmI2x@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-99881-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 865 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=99881

--- Comment #22 from Michel Dänzer <michel@daenzer.net> ---
I suspect what happens is that some client occasionally asks the X server to
probe  the connected displays, similar to xrandr. This powers up the dGPU, in
order to probe its display connectors. That takes some time, during which the X
server freezes.

Assuming you don't need the dGPU display outputs, adding the below to
/etc/X11/xorg.conf may serve as a workaround. You can still use the dGPU for
applications by setting the environment variable DRI_PRIME=1.

Section "ServerFlags"
        Option  "AutoAddGPU" "off"
EndSection

Section "Device"
        Identifier "Device0"
        Option  "AccelMethod" "glamor"
        Option  "DRI" "3"
EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1738 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2017-02-22  9:25 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21  0:06 [Bug 99881] Lockup/Freezes on Laptop with switchable graphics bugzilla-daemon
2017-02-21  0:10 ` bugzilla-daemon
2017-02-21  1:18 ` bugzilla-daemon
2017-02-21  1:21 ` bugzilla-daemon
2017-02-21  1:52 ` bugzilla-daemon
2017-02-21  2:07 ` bugzilla-daemon
2017-02-21  2:31 ` bugzilla-daemon
2017-02-21  2:55 ` bugzilla-daemon
2017-02-21  3:08 ` bugzilla-daemon
2017-02-21  3:11 ` bugzilla-daemon
2017-02-21  4:09 ` bugzilla-daemon
2017-02-21  4:11 ` bugzilla-daemon
2017-02-21  4:15 ` bugzilla-daemon
2017-02-21  4:16 ` bugzilla-daemon
2017-02-21  4:46 ` bugzilla-daemon
2017-02-21  6:20 ` bugzilla-daemon
2017-02-21 20:28 ` bugzilla-daemon
2017-02-21 20:29 ` bugzilla-daemon
2017-02-21 20:30 ` bugzilla-daemon
2017-02-21 20:32 ` bugzilla-daemon
2017-02-21 20:33 ` bugzilla-daemon
2017-02-21 20:34 ` bugzilla-daemon
2017-02-21 20:36 ` bugzilla-daemon
2017-02-21 20:36 ` bugzilla-daemon
2017-02-22  9:25 ` bugzilla-daemon [this message]
2017-02-22 16:29 ` bugzilla-daemon
2017-02-23  0:58 ` bugzilla-daemon
2017-02-23  3:29 ` bugzilla-daemon
2017-02-23  3:30 ` bugzilla-daemon
2017-02-23  3:34 ` bugzilla-daemon
2017-02-23  3:36 ` bugzilla-daemon
2017-02-23  3:38 ` bugzilla-daemon
2017-02-23  4:03 ` bugzilla-daemon
2017-02-23  8:24 ` bugzilla-daemon
2017-02-23 13:53 ` bugzilla-daemon
2017-02-23 20:51 ` bugzilla-daemon
2019-11-19  9:25 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-99881-502-x5ehXpmI2x@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.