Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[IDEA] Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop
Thank you for your donation

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Idea: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop
7th Dec, 2013, 10:06 PM
Post: #2
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop
@mixpc

XBMC for RPI is not running under XWindows. It is standalone application with direct access to video.

In order to achieve what you want you have to install solution like VNC server. XBian project is providing it as package xbian-package-vnb-server available on standard apt repo (wheezy/stable).

Officially it is provided for versions Beta1 and later (uses upstart for starting and has dependency to xbian-package-firmware). For use on A5 you would need to unpack it manually to system and install needed dependencies

Code:
sudo -i
cd /tmp
wget http://xbian.brantje.com/pool/stable/main/x/xbian-package-vnc-server/xbian-package-vnc-server_1.0.0-3b_armhf.deb
dpkg -x xbian-package-vnc-server_1.0.0-3b_armhf.deb /
apt-get install libc6 libvncserver0 zlib1g libjpeg8 libgcrypt11 libgnutls26 libgcc1 libgpg-error0 libtasn1-3 libp11-kit-dev

and create simple sysv script to launch it on start or start it manually
Code:
/usr/local/sbin/dispman_vncserver

also VNC server takes huge system resources - cpu power - on fullhd resolution its almost no use there, 1280x720 is better but for work with XBMC via VNC (development, maintenance etc) best way is to force resolution of 720x480 by putting "hdmi_mode=2" into /boot/config.txt line and reboot.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop - mixpc - 7th Dec, 2013, 09:38 AM
RE: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop - mk01 - 7th Dec, 2013 10:06 PM
RE: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop - rikardo1979 - 7th Dec, 2013, 10:39 PM
RE: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop - IriDium - 8th Dec, 2013, 03:09 AM
RE: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop - mixpc - 9th Dec, 2013, 12:14 AM
RE: Headless mode - how to run XBMC in a Raspberry Pi but output display in a laptop - IriDium - 9th Dec, 2013, 02:23 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [SOLVED] Xbmc.log in debug mode, not according settings Smultie 3 13,055 6th May, 2014 11:33 PM
Last Post: IriDium
  XBMC standby (sleep mode) alexg 1 8,845 26th Apr, 2013 07:10 AM
Last Post: Uncle_Tubbie

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 7th Jun, 2025, 12:41 AM Powered By MyBB, © 2002-2025 MyBB Group.