Search found 3 matches
- Wed Sep 26, 2012 3:11 pm
- Forum: Media centres
- Topic: Play DVD disks on RaspBMC - HOWTO
- Replies: 28
- Views: 89778
Re: Play DVD disks on RaspBMC - HOWTO
Native playback of CD/DVD will be in RC5. We will not include libdvdcss for obvious reasons and this means you can not playback encrypted disks. However you can always compile xbmc yourself with libdvdcss enabled following the wiki. Frankly DVD support without css is about as much use as a chocolat...
- Fri Aug 31, 2012 12:07 pm
- Forum: General discussion
- Topic: Running Raspberry Pi Headless
- Replies: 30
- Views: 9433
Re: Running Raspberry Pi Headless
2. From another linux machine, type the following at the command line: arp -a This will show you the IP address to MAC address mapping of all devices on your local network. Though it may well take some trial and error, you are bound to find the right ip for your pi! Err.. this isn't just something ...
- Fri Jul 20, 2012 11:51 am
- Forum: Beginners
- Topic: VNC Server to Boot on Logged In User
- Replies: 15
- Views: 7835
Re: VNC Server to Boot on Logged In User
change the vncboot as listed in the wiki (http://elinux.org/RPi_VNC_Server) to ### BEGIN INIT INFO # Provides: vncboot # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start VNC Server at boot time # Descript...