USB-C to DisplayPort Adaper still not recognised in Linux kernel 4.19

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I use Ubuntu 18.04 and upgraded to Linux kernel mainline 4.19.2 with ukuu, which purportedly supports DisplayPort alternate mode for USB-C.



alex@gta-65:~$ uname -a
Linux gta-65 4.19.2-041902-generic #201811132032 SMP Tue Nov 13 20:34:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


Other USB-C devices work fine on this Lenovo X270. However alternate mode doesn't kick in when my generic dongle is inserted, which works fine with a colleague's Windows PC; no events are generated in kern.log & dmesg.



Is there something I need to look into further, or another display-related library I need to update to have this working?










share|improve this question







New contributor




Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    1
    down vote

    favorite












    I use Ubuntu 18.04 and upgraded to Linux kernel mainline 4.19.2 with ukuu, which purportedly supports DisplayPort alternate mode for USB-C.



    alex@gta-65:~$ uname -a
    Linux gta-65 4.19.2-041902-generic #201811132032 SMP Tue Nov 13 20:34:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


    Other USB-C devices work fine on this Lenovo X270. However alternate mode doesn't kick in when my generic dongle is inserted, which works fine with a colleague's Windows PC; no events are generated in kern.log & dmesg.



    Is there something I need to look into further, or another display-related library I need to update to have this working?










    share|improve this question







    New contributor




    Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I use Ubuntu 18.04 and upgraded to Linux kernel mainline 4.19.2 with ukuu, which purportedly supports DisplayPort alternate mode for USB-C.



      alex@gta-65:~$ uname -a
      Linux gta-65 4.19.2-041902-generic #201811132032 SMP Tue Nov 13 20:34:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


      Other USB-C devices work fine on this Lenovo X270. However alternate mode doesn't kick in when my generic dongle is inserted, which works fine with a colleague's Windows PC; no events are generated in kern.log & dmesg.



      Is there something I need to look into further, or another display-related library I need to update to have this working?










      share|improve this question







      New contributor




      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I use Ubuntu 18.04 and upgraded to Linux kernel mainline 4.19.2 with ukuu, which purportedly supports DisplayPort alternate mode for USB-C.



      alex@gta-65:~$ uname -a
      Linux gta-65 4.19.2-041902-generic #201811132032 SMP Tue Nov 13 20:34:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


      Other USB-C devices work fine on this Lenovo X270. However alternate mode doesn't kick in when my generic dongle is inserted, which works fine with a colleague's Windows PC; no events are generated in kern.log & dmesg.



      Is there something I need to look into further, or another display-related library I need to update to have this working?







      linux kernel usb display displayport






      share|improve this question







      New contributor




      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 18 at 23:29









      Alex van Vucht

      262




      262




      New contributor




      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          The simplest cause is usually the easiest - the confusing bundle of cables on this hot desk, once untangled, revealed that the DisplayPort cable was not plugged in.



          Now, when connected, kern.log tells me:



          Nov 19 14:36:02 GTA-65 kernel: [17099.717660] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.


          So Linux kernel 4.19 does support alternate mode for USB-C to Display Port






          share|improve this answer








          New contributor




          Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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',
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            );



            );






            Alex van Vucht is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482637%2fusb-c-to-displayport-adaper-still-not-recognised-in-linux-kernel-4-19%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            The simplest cause is usually the easiest - the confusing bundle of cables on this hot desk, once untangled, revealed that the DisplayPort cable was not plugged in.



            Now, when connected, kern.log tells me:



            Nov 19 14:36:02 GTA-65 kernel: [17099.717660] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.


            So Linux kernel 4.19 does support alternate mode for USB-C to Display Port






            share|improve this answer








            New contributor




            Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              up vote
              2
              down vote













              The simplest cause is usually the easiest - the confusing bundle of cables on this hot desk, once untangled, revealed that the DisplayPort cable was not plugged in.



              Now, when connected, kern.log tells me:



              Nov 19 14:36:02 GTA-65 kernel: [17099.717660] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.


              So Linux kernel 4.19 does support alternate mode for USB-C to Display Port






              share|improve this answer








              New contributor




              Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.



















                up vote
                2
                down vote










                up vote
                2
                down vote









                The simplest cause is usually the easiest - the confusing bundle of cables on this hot desk, once untangled, revealed that the DisplayPort cable was not plugged in.



                Now, when connected, kern.log tells me:



                Nov 19 14:36:02 GTA-65 kernel: [17099.717660] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.


                So Linux kernel 4.19 does support alternate mode for USB-C to Display Port






                share|improve this answer








                New contributor




                Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                The simplest cause is usually the easiest - the confusing bundle of cables on this hot desk, once untangled, revealed that the DisplayPort cable was not plugged in.



                Now, when connected, kern.log tells me:



                Nov 19 14:36:02 GTA-65 kernel: [17099.717660] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.


                So Linux kernel 4.19 does support alternate mode for USB-C to Display Port







                share|improve this answer








                New contributor




                Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Nov 19 at 3:53









                Alex van Vucht

                262




                262




                New contributor




                Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Alex van Vucht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                    Alex van Vucht is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Alex van Vucht is a new contributor. Be nice, and check out our Code of Conduct.












                    Alex van Vucht is a new contributor. Be nice, and check out our Code of Conduct.











                    Alex van Vucht is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482637%2fusb-c-to-displayport-adaper-still-not-recognised-in-linux-kernel-4-19%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

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay