For one, I wouldn't have done the dist-upgrade (better off with just apt-get update, and apt-get upgrade).
Be sure to expland file system before updating:
menu/preferences/raspberry pi configuration/system tab/"expand filesystem"
Code: Select all
sudo apt-get update
sudo apt-get upgrade
For two, the best torrent app is deluge, and there is a mod so that if you click on the video, it auto plays it via OMXplayer ( in black background like full screen. This creates a selectable
Sound & Video option when you right click on media for "
open with" for
OMXPlayer, after that, it'll play the same file type automatically if you click on it.)
Download torrents via magnet links (it will automatically load it into deluge for you to start). As for torrent sites, you are on your own there.
OMXPlayer Commands:
1 decrease speed
2 increase speed
< rewind
> fast forward
z show info
j previous audio stream
k next audio stream
i previous chapter
o next chapter
n previous subtitle stream
m next subtitle stream
s toggle subtitles
w show subtitles
x hide subtitles
d decrease subtitle delay (- 250 ms)
f increase subtitle delay (+ 250 ms)
q exit omxplayer
p / space pause/resume
- decrease volume
+ / = increase volume
left arrow seek -30 seconds
right arrow seek +30 seconds
down arrow seek -600 seconds
up arrow seek +600 seconds
Code: Select all
sudo apt-get install --only-upgrade -y omxplayer
Open:
Code: Select all
sudo nano /usr/share/applications/omxplayer.desktop
Add:
Code: Select all
[Desktop Entry]
Type=Application
Name=OMXPlayer
Categories=AudioVideo;Player;
Exec=lxterminal --command "omxplayer -b -o local %f"
Terminal=false
Icon=/usr/share/icons/nuoveXT2/96x96/categories/applications-multimedia.png
save with 'ctrl' +'x', then 'y', then 'enter'
Chromium 49 is available here:
viewtopic.php?p=818455#p818455
Chrome (chromium 48) for me is the best browser however for surfing, and for me works good with youtube. Go with what works best for you.
see:
https://youtu.be/EvDg2yiyd1w
For overclocking, I have a 'howto' for baseline overclocking, every pi3 is different, and what works for you may not work for me, (so use the tests and benchmarks to verify it is stable). On the pi3, you have to do the overclock via /boot/config.txt
see:
viewtopic.php?p=952371#p952371