7th Dec, 2013, 06:17 PM
Pages: 1 2
7th Dec, 2013, 07:15 PM
(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: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?
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?
7th Dec, 2013, 10:30 PM
Anyway I've found only this
And I don't find GPU ram usage..
And I don't find GPU ram usage..
7th Dec, 2013, 10:42 PM
config>Services
7th Dec, 2013, 11:47 PM
In xbian-config?
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
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.
If you just need a terminal you'd be better off with Arclinux - boots within 10 seconds.
8th Dec, 2013, 02:49 AM
remarked the thread as this is not a problem but just a simple question
8th Dec, 2013, 04:07 AM
(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...
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
... 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, 06:09 AM
13th Dec, 2013, 12:13 PM
(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
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?
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?
14th Dec, 2013, 12:07 AM
yes and yes
Pages: 1 2