How do I output Full Range RGB in Ubuntu 18.04.1?












1















I have followed this tutorial. However, I keep getting an error while booting into the system



[drm:drm_load_edid_firmware [drm]] *ERROR* Requesting EDID firmware "edid/edid1.bin" failed (err=-2)


I have put the edid1.bin in /usr/lib/firmware/edid/ and /lib/firmware/edid/, but I still get this error.



I have renamed the file to edid.bin:



$ ls -la /usr/lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:15 /usr/lib/firmware/edid/edid.bin

$ ls -la /lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:18 /lib/firmware/edid/edid.bin

$ cat /etc/default/grub |grep firmware
GRUB_CMDLINE_LINUX_DEFAULT="drm.edid_firmware=/lib/firmware/edid/edid.bin quiet splash"









share|improve this question

























  • please edit & paste the output of ls -la /usr/lib/firmware/edid/edid1.bin

    – cmak.fr
    Jan 27 at 11:10











  • @cmak.fr Done. Please check it, thanks.

    – JulianLai
    Jan 27 at 12:53













  • AMDGPU forces me to do this just because that they don't have the ability to output full range RGB.

    – JulianLai
    Jan 27 at 13:01













  • Why could I do it on Manjaro and Ubuntu 18.10, instead of Ubuntu 18.04.1?

    – JulianLai
    Jan 27 at 13:41






  • 1





    I have a similar problem and it seemed to work in Ubuntu 18.10 but not in Ubuntu 18.04 but does was not the case. Well, not my case. After installing cryptsetup in Ubuntu 18.10 it ceased to work. I reported the bug in launchpad, please comment there too. bugs.launchpad.net/ubuntu/+source/linux/+bug/1814938

    – davidaf
    Feb 6 at 17:46


















1















I have followed this tutorial. However, I keep getting an error while booting into the system



[drm:drm_load_edid_firmware [drm]] *ERROR* Requesting EDID firmware "edid/edid1.bin" failed (err=-2)


I have put the edid1.bin in /usr/lib/firmware/edid/ and /lib/firmware/edid/, but I still get this error.



I have renamed the file to edid.bin:



$ ls -la /usr/lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:15 /usr/lib/firmware/edid/edid.bin

$ ls -la /lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:18 /lib/firmware/edid/edid.bin

$ cat /etc/default/grub |grep firmware
GRUB_CMDLINE_LINUX_DEFAULT="drm.edid_firmware=/lib/firmware/edid/edid.bin quiet splash"









share|improve this question

























  • please edit & paste the output of ls -la /usr/lib/firmware/edid/edid1.bin

    – cmak.fr
    Jan 27 at 11:10











  • @cmak.fr Done. Please check it, thanks.

    – JulianLai
    Jan 27 at 12:53













  • AMDGPU forces me to do this just because that they don't have the ability to output full range RGB.

    – JulianLai
    Jan 27 at 13:01













  • Why could I do it on Manjaro and Ubuntu 18.10, instead of Ubuntu 18.04.1?

    – JulianLai
    Jan 27 at 13:41






  • 1





    I have a similar problem and it seemed to work in Ubuntu 18.10 but not in Ubuntu 18.04 but does was not the case. Well, not my case. After installing cryptsetup in Ubuntu 18.10 it ceased to work. I reported the bug in launchpad, please comment there too. bugs.launchpad.net/ubuntu/+source/linux/+bug/1814938

    – davidaf
    Feb 6 at 17:46
















1












1








1








I have followed this tutorial. However, I keep getting an error while booting into the system



[drm:drm_load_edid_firmware [drm]] *ERROR* Requesting EDID firmware "edid/edid1.bin" failed (err=-2)


I have put the edid1.bin in /usr/lib/firmware/edid/ and /lib/firmware/edid/, but I still get this error.



I have renamed the file to edid.bin:



$ ls -la /usr/lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:15 /usr/lib/firmware/edid/edid.bin

$ ls -la /lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:18 /lib/firmware/edid/edid.bin

$ cat /etc/default/grub |grep firmware
GRUB_CMDLINE_LINUX_DEFAULT="drm.edid_firmware=/lib/firmware/edid/edid.bin quiet splash"









share|improve this question
















I have followed this tutorial. However, I keep getting an error while booting into the system



[drm:drm_load_edid_firmware [drm]] *ERROR* Requesting EDID firmware "edid/edid1.bin" failed (err=-2)


I have put the edid1.bin in /usr/lib/firmware/edid/ and /lib/firmware/edid/, but I still get this error.



I have renamed the file to edid.bin:



$ ls -la /usr/lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:15 /usr/lib/firmware/edid/edid.bin

$ ls -la /lib/firmware/edid/edid.bin
-rw-r--r-- 1 root root 256 1月 27 13:18 /lib/firmware/edid/edid.bin

$ cat /etc/default/grub |grep firmware
GRUB_CMDLINE_LINUX_DEFAULT="drm.edid_firmware=/lib/firmware/edid/edid.bin quiet splash"






18.04 graphics monitor colors amdgpu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 16 at 18:58









Community

1




1










asked Jan 27 at 5:44









JulianLaiJulianLai

7042721




7042721













  • please edit & paste the output of ls -la /usr/lib/firmware/edid/edid1.bin

    – cmak.fr
    Jan 27 at 11:10











  • @cmak.fr Done. Please check it, thanks.

    – JulianLai
    Jan 27 at 12:53













  • AMDGPU forces me to do this just because that they don't have the ability to output full range RGB.

    – JulianLai
    Jan 27 at 13:01













  • Why could I do it on Manjaro and Ubuntu 18.10, instead of Ubuntu 18.04.1?

    – JulianLai
    Jan 27 at 13:41






  • 1





    I have a similar problem and it seemed to work in Ubuntu 18.10 but not in Ubuntu 18.04 but does was not the case. Well, not my case. After installing cryptsetup in Ubuntu 18.10 it ceased to work. I reported the bug in launchpad, please comment there too. bugs.launchpad.net/ubuntu/+source/linux/+bug/1814938

    – davidaf
    Feb 6 at 17:46





















  • please edit & paste the output of ls -la /usr/lib/firmware/edid/edid1.bin

    – cmak.fr
    Jan 27 at 11:10











  • @cmak.fr Done. Please check it, thanks.

    – JulianLai
    Jan 27 at 12:53













  • AMDGPU forces me to do this just because that they don't have the ability to output full range RGB.

    – JulianLai
    Jan 27 at 13:01













  • Why could I do it on Manjaro and Ubuntu 18.10, instead of Ubuntu 18.04.1?

    – JulianLai
    Jan 27 at 13:41






  • 1





    I have a similar problem and it seemed to work in Ubuntu 18.10 but not in Ubuntu 18.04 but does was not the case. Well, not my case. After installing cryptsetup in Ubuntu 18.10 it ceased to work. I reported the bug in launchpad, please comment there too. bugs.launchpad.net/ubuntu/+source/linux/+bug/1814938

    – davidaf
    Feb 6 at 17:46



















please edit & paste the output of ls -la /usr/lib/firmware/edid/edid1.bin

– cmak.fr
Jan 27 at 11:10





please edit & paste the output of ls -la /usr/lib/firmware/edid/edid1.bin

– cmak.fr
Jan 27 at 11:10













@cmak.fr Done. Please check it, thanks.

– JulianLai
Jan 27 at 12:53







@cmak.fr Done. Please check it, thanks.

– JulianLai
Jan 27 at 12:53















AMDGPU forces me to do this just because that they don't have the ability to output full range RGB.

– JulianLai
Jan 27 at 13:01







AMDGPU forces me to do this just because that they don't have the ability to output full range RGB.

– JulianLai
Jan 27 at 13:01















Why could I do it on Manjaro and Ubuntu 18.10, instead of Ubuntu 18.04.1?

– JulianLai
Jan 27 at 13:41





Why could I do it on Manjaro and Ubuntu 18.10, instead of Ubuntu 18.04.1?

– JulianLai
Jan 27 at 13:41




1




1





I have a similar problem and it seemed to work in Ubuntu 18.10 but not in Ubuntu 18.04 but does was not the case. Well, not my case. After installing cryptsetup in Ubuntu 18.10 it ceased to work. I reported the bug in launchpad, please comment there too. bugs.launchpad.net/ubuntu/+source/linux/+bug/1814938

– davidaf
Feb 6 at 17:46







I have a similar problem and it seemed to work in Ubuntu 18.10 but not in Ubuntu 18.04 but does was not the case. Well, not my case. After installing cryptsetup in Ubuntu 18.10 it ceased to work. I reported the bug in launchpad, please comment there too. bugs.launchpad.net/ubuntu/+source/linux/+bug/1814938

– davidaf
Feb 6 at 17:46












0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113195%2fhow-do-i-output-full-range-rgb-in-ubuntu-18-04-1%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113195%2fhow-do-i-output-full-range-rgb-in-ubuntu-18-04-1%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?