I also am using a BBB and need to auto login and use Qt. Could you provide some code on how launch Qt and bypass the login?
On Thursday, August 9, 2012 6:38:37 AM UTC-6, Brent wrote: > > That worked. Thanks! > > On Thursday, August 9, 2012 3:26:41 AM UTC-4, JB.L wrote: > >> Actually, since it seems that Angstrom uses systemd instead of inittab, >> you will want to edit >> the /etc/systemd/system/getty.target.wants/[email protected] and replace >> the ExecStart command. >> >> 2012/8/9 Siji Sunny <[email protected]> >> >>> >>> I guess you could disable all virtual consoles in /etc/inittab ; you >>>> might want to enable serial and/or remote (SSH) login in case anything >>>> goes >>>> weird. >>>> -- J.B >>>> >>> >>> >>> I remember, long back I have achieved this my using mingetty >>> >>> exec /sbin/mingetty --autologin exnxt tty1 >>> >>> >>>> >>>> >>>> 2012/8/9 Brent <[email protected]> >>>> >>>>> Thanks, but I'm not using gnome so I don't have the gdm service. I'm >>>>> talking about the terminal login. >>>>> >>>>> On Wednesday, August 8, 2012 9:50:57 PM UTC-4, TeraHz wrote: >>>>> >>>>>> Disable GDM and start your Qt application in frame buffer (-qws) ? >>>>>> >>>>>> On Wednesday, August 8, 2012 2:27:43 PM UTC-4, Brent wrote: >>>>>>> >>>>>>> I have a service that launches a Qt GUI application at startup. >>>>>>> However, right before the GUI is ran, the Angstrom login screen can be >>>>>>> seen >>>>>>> for about 1 second while the application is loading. Is there a way to >>>>>>> hide or disable the login? I suppose I could display a splash screen >>>>>>> for >>>>>>> the application, which would put it on top of the login, but if I can >>>>>>> hide >>>>>>> the login altogether, that would be preferred. Thanks! >>>>>> >>>>>> >>> >>> >>> -- >>> Siji Sunny >>> >>> >>> >>> -- To join: http://beagleboard.org/discuss >>> To unsubscribe from this group, send email to: >>> [email protected] >>> Frequently asked questions: http://beagleboard.org/faq >>> >> >> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
