Autoboot in terminal - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Installation (/forum-16.html) +--- Thread: Autoboot in terminal (/thread-1858.html) Pages: 1 2 |
Autoboot in terminal - coloxim - 7th Dec, 2013 06:17 PM Hi, how can autoboot in terminal instead xbmc? Thanks... RE: Autoboot in terminal - GnobarEl - 7th Dec, 2013 07:15 PM (7th Dec, 2013 06:17 PM)coloxim Wrote: Hi, how can autoboot in terminal instead xbmc? yes, i disabled XBMC autostart on xbian-config. You can see it on XBMC settings or login via SSH. Since I use xbian only as seedbox, I remove xbmc and I disabled other unused process like CEC. I also decrease the GPU RAM to 32. Its enough to use only the SHELL or connect with SSH. Hope it helps. R: RE: Autoboot in terminal - coloxim - 7th Dec, 2013 07:50 PM (7th Dec, 2013 07:15 PM)GnobarEl Wrote:(7th Dec, 2013 06:17 PM)coloxim Wrote: Hi, how can autoboot in terminal instead xbmc? Mmn...I've searched...but where is the option... What's cec? R: Autoboot in terminal - coloxim - 7th Dec, 2013 10:30 PM Anyway I've found only this And I don't find GPU ram usage.. RE: Autoboot in terminal - rikardo1979 - 7th Dec, 2013 10:42 PM config>Services RE: Autoboot in terminal - coloxim - 7th Dec, 2013 11:47 PM In xbian-config? RE: Autoboot in terminal - rikardo1979 - 8th Dec, 2013 12:06 AM (7th Dec, 2013 11:47 PM)coloxim Wrote: In xbian-config? yes m8, in xbian-config>Services and than you choose what you want to or do not want to Autostart, so xbmc included RE: Autoboot in terminal - IriDium - 8th Dec, 2013 02:39 AM Why use Xbian if you don't want XBMC? If you just need a terminal you'd be better off with Arclinux - boots within 10 seconds. RE: Autoboot in terminal - rikardo1979 - 8th Dec, 2013 02:49 AM remarked the thread as this is not a problem but just a simple question R: RE: Autoboot in terminal - coloxim - 8th Dec, 2013 04:07 AM (8th Dec, 2013 02:39 AM)IriDium Wrote: Why use Xbian if you don't want XBMC? Because I want xbmc when I connect rasp to the TV... But when it is connect to router I don't need xbmc.. And the ram for gpu where is.? Sorry.... I don t find it... RE: Autoboot in terminal - IriDium - 9th Dec, 2013 03:29 AM @coloxim ... and where in your original question did you mention RAM? This is not some sort of internet chat line! gpu ram is set in /boot/config.txt gpu_mem R: RE: Autoboot in terminal - coloxim - 9th Dec, 2013 06:09 AM (9th Dec, 2013 03:29 AM)IriDium Wrote: @coloxim Ok thanks.. I had to open another thread? Sorry.. never write more. RE: Autoboot in terminal - mk01 - 13th Dec, 2013 12:13 PM (8th Dec, 2013 02:39 AM)IriDium Wrote: Why use Xbian if you don't want XBMC? with xbmc off you have tty1 in 10 including network in xbian. why arclinux. and for autologin on tty1 for instance edit /etc/init/tty1.conf and change Code: exec /sbin/getty -8 38400 tty1 to Code: exec /sbin/getty -8 38400 -a xbian tty1 R: RE: Autoboot in terminal - coloxim - 14th Dec, 2013 12:05 AM (13th Dec, 2013 12:13 PM)mk01 Wrote:(8th Dec, 2013 02:39 AM)IriDium Wrote: Why use Xbian if you don't want XBMC? So I don't have to touch service? If I edit they file I can launch xbmc with start xbmc? RE: Autoboot in terminal - mk01 - 14th Dec, 2013 12:07 AM yes and yes |