[Bug 106357] kodi crashes the system when viewing a *.ts video and pushing several times the right arrow to advance the video.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 2 16:12:38 UTC 2018


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

--- Comment #4 from jssilva <jsantossilva at hotmail.com> ---
$ 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180502/648a8216/attachment.html>


More information about the intel-gfx-bugs mailing list