Forum

Full Version: Autoboot in terminal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, how can autoboot in terminal instead xbmc?

Thanks...
(7th Dec, 2013 06:17 PM)coloxim Wrote: [ -> ]Hi, how can autoboot in terminal instead xbmc?

Thanks...

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.
(7th Dec, 2013 07:15 PM)GnobarEl Wrote: [ -> ]
(7th Dec, 2013 06:17 PM)coloxim Wrote: [ -> ]Hi, how can autoboot in terminal instead xbmc?

Thanks...

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.

Mmn...I've searched...but where is the option...

What's cec?
Anyway I've found only this

And I don't find GPU ram usage..
config>Services
In xbian-config?
(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
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.
remarked the thread as this is not a problem but just a simple question
(8th Dec, 2013 02:39 AM)IriDium Wrote: [ -> ]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.

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...
@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
(9th Dec, 2013 03:29 AM)IriDium Wrote: [ -> ]@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

Ok thanks.. I had to open another thread?

Sorry.. never write more.
(8th Dec, 2013 02:39 AM)IriDium Wrote: [ -> ]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.

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
(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?

If you just need a terminal you'd be better off with Arclinux - boots within 10 seconds.

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

So I don't have to touch service?

If I edit they file I can launch xbmc with start xbmc?
yes and yes
Pages: 1 2
Reference URL's