in Education by
I'm running a RPi 3 as an infoscreen. Im just starting chromium with the xinit command from rc.local, so far so good. I'm having trouble to hide the cursor. When i do this from command line (SSH) when the screen is running this works just fine: DISPLAY="0.0 ; export DISPLAY unclutter -idle 0.1 -root But I cant find out where to put this so this starts automaticly. It seems that setting DISPLAY in the rc.local file doesnt work. When i try to run unclutter without setting DISPLAY it can't open the display. Where do I set the DISPLAY variable at startup? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I would find it better for the script to run at login, and this is how you would do it: You can add your script executable command to the bottom of .bashrc that will run your script every time you log in. Make sure you are in the pi folder: $ cd ~ Create a file and write the script to run in the file: $ sudo nano superscript Save and exit: Ctrl+X, Y, Enter Open up .bashrc for configuration: $ sudo nano .bashrc Scroll down (Down arrow key) to the bottom and add the line: ./superscript Save and exit: Ctrl+X, Y, Enter

Related questions

0 votes
    I have the following Javascript code which controls an accordion type set of divs. The set of divs is ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I'm trying to get a fresh little reactUI WPF app up and running. However ViewModelViewHost causes me ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    Thanks for helping. I am trying to develop a static carousel (it won't move, but it acts like one) that stretches ... screen (but hidden, so no scrollbar). Here is the markup:...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    Hello I have a problem witz hiding div. Here is an example (try it only in Chrome) http:// ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
0 votes
    In my web application, I have tabs and if any of the tab is clicked, the corresponding page will ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    In my web application, I have tabs and if any of the tab is clicked, the corresponding page will ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    In my web application, I have tabs and if any of the tab is clicked, the corresponding page will ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    Let's say I have the following simple table variable: declare @databases table ( DatabaseID int, Name ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 25, 2022 in Education by JackTerrance
0 votes
    I haven't been able to find this explicitly stated anywhere yet, but a bunch of examples I've ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 10, 2022 in Education by JackTerrance
0 votes
    I am trying to simulate the look and feel of a Firefox disabled text input: textarea and input text. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 25, 2022 in Education by JackTerrance
0 votes
    I am trying to simulate the look and feel of a Firefox disabled text input: textarea and input text. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    key is used to move the cursor in the adjoining cell of a table Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    9. no c. Exit This blinking line is called as a. Pointer b. font C. cursor 10. To work with any text, it ... to save a file, press 14 Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
...