Keyboard backlight on Xiaomi Notebook keeps turning offscreen brightness and keyboard backlight works in...

Having the player face themselves after the mid-game

How many characters using PHB rules does it take to be able to have access to any PHB spell at the start of an adventuring day?

Why is there an extra space when I type "ls" in the Desktop directory?

MySQL importing CSV files really slow

How do spaceships determine each other's mass in space?

(Codewars) Linked Lists - Remove Duplicates

Possible to detect presence of nuclear bomb?

Should I take out a loan for a friend to invest on my behalf?

Can we track matter through time by looking at different depths in space?

How do we create new idioms and use them in a novel?

Was it really inappropriate to write a pull request for the company I interviewed with?

Making a kiddush for a girl that has hard time finding shidduch

Is a piano played in the same way as a harmonium?

I can't die. Who am I?

What do *foreign films* mean for an American?

How can I manipulate the output of Information?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Vocabulary for giving just numbers, not a full answer

How does Ehrenfest's theorem apply to the quantum harmonic oscillator?

Recommendation letter by significant other if you worked with them professionally?

Expressing logarithmic equations without logs

Dynamic Linkage of LocatorPane and InputField

Virginia employer terminated employee and wants signing bonus returned

Doesn't allowing a user mode program to access kernel space memory and execute the IN and OUT instructions defeat the purpose of having CPU modes?



Keyboard backlight on Xiaomi Notebook keeps turning off


screen brightness and keyboard backlight works in unity, not in kdeHow can I force the backlight to never turn off?Toshiba Satellite P755-S5269 keyboard backlight doesn't workDell XPS 13 9343 keyboard backlightManage Keyboard backlight on dual boot systemBacklight stuck off after xset dpms force off is usedHow to turn keyboard backlight off after x time of inactivity?Aiplane mode key not working in GUI but working in TTYKeyboard backlight not working - Sony SVT15115CXS (18.04.1 LTS)Turn off backlight at BlankTime in sunxi













0















Ubuntu 18.04 is installed on my Xiaomi Notebook 13".



I am having an issue with the keyboard backlight : after a few seconds without using the keyboard, the backlight of the keyboard turns off until you press any key.



How can I keep the light always on?



I can't find a setting in the BIOS nor in the setting menus.










share|improve this question



























    0















    Ubuntu 18.04 is installed on my Xiaomi Notebook 13".



    I am having an issue with the keyboard backlight : after a few seconds without using the keyboard, the backlight of the keyboard turns off until you press any key.



    How can I keep the light always on?



    I can't find a setting in the BIOS nor in the setting menus.










    share|improve this question

























      0












      0








      0








      Ubuntu 18.04 is installed on my Xiaomi Notebook 13".



      I am having an issue with the keyboard backlight : after a few seconds without using the keyboard, the backlight of the keyboard turns off until you press any key.



      How can I keep the light always on?



      I can't find a setting in the BIOS nor in the setting menus.










      share|improve this question














      Ubuntu 18.04 is installed on my Xiaomi Notebook 13".



      I am having an issue with the keyboard backlight : after a few seconds without using the keyboard, the backlight of the keyboard turns off until you press any key.



      How can I keep the light always on?



      I can't find a setting in the BIOS nor in the setting menus.







      keyboard 18.04 brightness backlight






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 3 '18 at 13:07









      rbarbazzrbarbazz

      11




      11






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Most keyboard backlights are intended to work that way, turning off after a short time of not typing.



          With that said, there's probably some subdirectory in /sys/class/leds for your keyboard backlight. Mine is /sys/class/leds/dell::kbd_backlight. Inside that are several control files that you can cat to see what they're set to. You can echo to them with sudo to change them.



          With mine, sudo bash -c 'echo 46799s > stop_timeout' in that directory sets the backlight to stay on for half a day after pressing a key, which may not give you exactly what you want, but might be good enough.
          Perhaps yours is similar or there's some other file in your keyboard backlight subdirectory that you can write to to get the effect that you want.






          share|improve this answer


























          • I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

            – rbarbazz
            Oct 23 '18 at 18:18



















          0














          Restart and boot into BIOS (press F2), in bios go to power settings and change keyboard light from power saving mode to standard mode.






          share|improve this answer








          New contributor




          forte2020 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: "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%2f1051806%2fkeyboard-backlight-on-xiaomi-notebook-keeps-turning-off%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Most keyboard backlights are intended to work that way, turning off after a short time of not typing.



            With that said, there's probably some subdirectory in /sys/class/leds for your keyboard backlight. Mine is /sys/class/leds/dell::kbd_backlight. Inside that are several control files that you can cat to see what they're set to. You can echo to them with sudo to change them.



            With mine, sudo bash -c 'echo 46799s > stop_timeout' in that directory sets the backlight to stay on for half a day after pressing a key, which may not give you exactly what you want, but might be good enough.
            Perhaps yours is similar or there's some other file in your keyboard backlight subdirectory that you can write to to get the effect that you want.






            share|improve this answer


























            • I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

              – rbarbazz
              Oct 23 '18 at 18:18
















            0














            Most keyboard backlights are intended to work that way, turning off after a short time of not typing.



            With that said, there's probably some subdirectory in /sys/class/leds for your keyboard backlight. Mine is /sys/class/leds/dell::kbd_backlight. Inside that are several control files that you can cat to see what they're set to. You can echo to them with sudo to change them.



            With mine, sudo bash -c 'echo 46799s > stop_timeout' in that directory sets the backlight to stay on for half a day after pressing a key, which may not give you exactly what you want, but might be good enough.
            Perhaps yours is similar or there's some other file in your keyboard backlight subdirectory that you can write to to get the effect that you want.






            share|improve this answer


























            • I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

              – rbarbazz
              Oct 23 '18 at 18:18














            0












            0








            0







            Most keyboard backlights are intended to work that way, turning off after a short time of not typing.



            With that said, there's probably some subdirectory in /sys/class/leds for your keyboard backlight. Mine is /sys/class/leds/dell::kbd_backlight. Inside that are several control files that you can cat to see what they're set to. You can echo to them with sudo to change them.



            With mine, sudo bash -c 'echo 46799s > stop_timeout' in that directory sets the backlight to stay on for half a day after pressing a key, which may not give you exactly what you want, but might be good enough.
            Perhaps yours is similar or there's some other file in your keyboard backlight subdirectory that you can write to to get the effect that you want.






            share|improve this answer















            Most keyboard backlights are intended to work that way, turning off after a short time of not typing.



            With that said, there's probably some subdirectory in /sys/class/leds for your keyboard backlight. Mine is /sys/class/leds/dell::kbd_backlight. Inside that are several control files that you can cat to see what they're set to. You can echo to them with sudo to change them.



            With mine, sudo bash -c 'echo 46799s > stop_timeout' in that directory sets the backlight to stay on for half a day after pressing a key, which may not give you exactly what you want, but might be good enough.
            Perhaps yours is similar or there's some other file in your keyboard backlight subdirectory that you can write to to get the effect that you want.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Oct 16 '18 at 23:17

























            answered Oct 16 '18 at 23:06









            Chai T. RexChai T. Rex

            4,17711536




            4,17711536













            • I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

              – rbarbazz
              Oct 23 '18 at 18:18



















            • I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

              – rbarbazz
              Oct 23 '18 at 18:18

















            I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

            – rbarbazz
            Oct 23 '18 at 18:18





            I went through the whole /sys/class/ folder but couldn't find the keyboard nor anything linked to xiaomi. I guess some driver isn't working properly on linux. Thanks for your reply tho !

            – rbarbazz
            Oct 23 '18 at 18:18













            0














            Restart and boot into BIOS (press F2), in bios go to power settings and change keyboard light from power saving mode to standard mode.






            share|improve this answer








            New contributor




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

























              0














              Restart and boot into BIOS (press F2), in bios go to power settings and change keyboard light from power saving mode to standard mode.






              share|improve this answer








              New contributor




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























                0












                0








                0







                Restart and boot into BIOS (press F2), in bios go to power settings and change keyboard light from power saving mode to standard mode.






                share|improve this answer








                New contributor




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










                Restart and boot into BIOS (press F2), in bios go to power settings and change keyboard light from power saving mode to standard mode.







                share|improve this answer








                New contributor




                forte2020 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




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









                answered 10 mins ago









                forte2020forte2020

                1




                1




                New contributor




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





                New contributor





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






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






























                    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%2f1051806%2fkeyboard-backlight-on-xiaomi-notebook-keeps-turning-off%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

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...