Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: andyj on November 18, 2015, 03:34:35 PM
-
If the source I found online is to be believed, waitforX is hardcoded to check display :0. Is this right, or can I check :1 also? Or does it need a patch to take a display from the command line when we need to check additional displays?
-
Instead of taking an argument, it should probably read the DISPLAY environment variable.
-
That would be OK too.
-
Updated to honor $DISPLAY.