[Bug 205049] garbled graphics

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Tue Oct 8 11:52:03 UTC 2019


https://bugzilla.kernel.org/show_bug.cgi?id=205049

Lukáš Krejčí (lskrejci at gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lskrejci at gmail.com

--- Comment #6 from Lukáš Krejčí (lskrejci at gmail.com) ---
(In reply to lechp from comment #5)
> If I add a space and put the text at the end of the last line with text
> already on it [...]

You need to append to the line that starts with "linux", not the last line.
E.g. if you have something like this:

linux /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro
initrd /initramfs-3.17.4-301.fc21.x86_64.img

You need to change it to this:

linux /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro
amdgpu.ppfeaturemask=0xffff3fff
initrd /initramfs-3.17.4-301.fc21.x86_64.img

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


More information about the dri-devel mailing list