<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Cursor sprite sometimes not showed since linux 5.2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111541#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Cursor sprite sometimes not showed since linux 5.2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111541">bug 111541</a>
from <span class="vcard"><a class="email" href="mailto:ville.syrjala@linux.intel.com" title="Ville Syrjala <ville.syrjala@linux.intel.com>"> <span class="fn">Ville Syrjala</span></a>
</span></b>
<pre>Hmm. Yeah, looks like both the kernel and hw think the cursor should be
enabled.
One theory might be that the alpha channel is all zeroes. Would need to dump
the relevant chunk of memory to confirm.
I have a tool to do just that, and I just pimped it to handle cursors.
git://github.com/vsyrjala/intel-gpu-tools.git gtt_dump_2
intel_gtt_dump -f cursor.png -C a # dumps cursor image for pipe A
The downside of my tool is that it requires a kernel patch on PAT machines
because the kernel is silly and won't allow you to mmap RAM via /dev/mem:
git://github.com/vsyrjala/linux.git pat_vs_dev_mem</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>