<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - kodi crashes the system when viewing a *.ts video and pushing several times the right arrow to advance the video."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106357#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - kodi crashes the system when viewing a *.ts video and pushing several times the right arrow to advance the video."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106357">bug 106357</a>
              from <span class="vcard"><a class="email" href="mailto:jsantossilva@hotmail.com" title="jssilva <jsantossilva@hotmail.com>"> <span class="fn">jssilva</span></a>
</span></b>
        <pre>$ uname --all
Linux mypc 4.9.95-gentoo #4 SMP Wed May 2 11:22:22 WEST 2018 x86_64 Intel(R)
Core(TM) i7-2675QM CPU @ 2.20GHz GenuineIntel GNU/Linux

Hardware is a MacBook pro early 2011 with radeon switched off by vgaswitcheroo:

# cat /etc/init.d/switcheroo-my
#!/sbin/openrc-run
# My switcheroo service
# To switch the gpu from amd to intel and switch the power off to amd at boot

description="Switch ON/OFF the discrete GPU"

depend()
{
    need sysfs
}

start()
{
    ebegin "Switching to Integrated GPU, shutdown Discrete"
    echo ON > /sys/kernel/debug/vgaswitcheroo/switch
    echo IGD > /sys/kernel/debug/vgaswitcheroo/switch
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    return 0
}

stop()
{
    ebegin "Power ON both GPUs to avoid suspend/shutdown problems"
    echo ON > /sys/kernel/debug/vgaswitcheroo/switch
    return 0
}

As to drm-tip, gentoo does not have it in their repositories so, please, guide
me to build, install and launch.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>