Modify start up routine of LXDE using startx command
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have built lxde and fbtft driver for Raspberry Pi using Yocto. In order to correctly start X11 session and dbus, I need to stop the existing one and execute something like:
FRAMEBUFFER=/dev/fb1 startx
I want to automize this and make sure that this is what is executed from the beginning, not just
startx
Any guidance how I can modify this command (through a script or a config file or even from inside Yocto) is much appreciated.
linux x11 lxde framebuffer yocto
add a comment |Â
up vote
0
down vote
favorite
I have built lxde and fbtft driver for Raspberry Pi using Yocto. In order to correctly start X11 session and dbus, I need to stop the existing one and execute something like:
FRAMEBUFFER=/dev/fb1 startx
I want to automize this and make sure that this is what is executed from the beginning, not just
startx
Any guidance how I can modify this command (through a script or a config file or even from inside Yocto) is much appreciated.
linux x11 lxde framebuffer yocto
Write a wrapper script calledstartx
and place it somewhere that's earlier in yourPATH
than thestartx
binary?
â steeldriver
Mar 23 at 22:14
Where can I actually access the place startx is called?
â mozcelikors
Mar 23 at 22:16
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have built lxde and fbtft driver for Raspberry Pi using Yocto. In order to correctly start X11 session and dbus, I need to stop the existing one and execute something like:
FRAMEBUFFER=/dev/fb1 startx
I want to automize this and make sure that this is what is executed from the beginning, not just
startx
Any guidance how I can modify this command (through a script or a config file or even from inside Yocto) is much appreciated.
linux x11 lxde framebuffer yocto
I have built lxde and fbtft driver for Raspberry Pi using Yocto. In order to correctly start X11 session and dbus, I need to stop the existing one and execute something like:
FRAMEBUFFER=/dev/fb1 startx
I want to automize this and make sure that this is what is executed from the beginning, not just
startx
Any guidance how I can modify this command (through a script or a config file or even from inside Yocto) is much appreciated.
linux x11 lxde framebuffer yocto
asked Mar 23 at 15:54
mozcelikors
1316
1316
Write a wrapper script calledstartx
and place it somewhere that's earlier in yourPATH
than thestartx
binary?
â steeldriver
Mar 23 at 22:14
Where can I actually access the place startx is called?
â mozcelikors
Mar 23 at 22:16
add a comment |Â
Write a wrapper script calledstartx
and place it somewhere that's earlier in yourPATH
than thestartx
binary?
â steeldriver
Mar 23 at 22:14
Where can I actually access the place startx is called?
â mozcelikors
Mar 23 at 22:16
Write a wrapper script called
startx
and place it somewhere that's earlier in your PATH
than the startx
binary?â steeldriver
Mar 23 at 22:14
Write a wrapper script called
startx
and place it somewhere that's earlier in your PATH
than the startx
binary?â steeldriver
Mar 23 at 22:14
Where can I actually access the place startx is called?
â mozcelikors
Mar 23 at 22:16
Where can I actually access the place startx is called?
â mozcelikors
Mar 23 at 22:16
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f433098%2fmodify-start-up-routine-of-lxde-using-startx-command%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Write a wrapper script called
startx
and place it somewhere that's earlier in yourPATH
than thestartx
binary?â steeldriver
Mar 23 at 22:14
Where can I actually access the place startx is called?
â mozcelikors
Mar 23 at 22:16