You are not logged in.
Offline
Mint 18.3 (Cinnamon): https://torrents.linuxmint.com/torrents … so.torrent
You can use transimission (our stock torrent program) with that, it should work fine
Here's how to verify the image: https://linuxmint.com/verify.php
To burn the image you can either download, unzip and run this Etcher AppImage, it should work fine in BunsenLabs:
https://github.com/resin-io/etcher/rele … x86_64.zip
Or you can use the terminal:
sudo cp linuxmint-18.3-cinnamon-64bit.iso /dev/sdX ; sync
Replace X with the letter assigned to the USB stick, *do not* add a number to the end.
To find the letter assigned to the USB stick, open a terminal and run this command:
dmesg -w
Then plug in your stick and read the new output that appears, it will name the device and tell you the drive letter.
Good luck!
Offline
b. disable compton (killall compton), this should in some cases give you some speed and in some cases it could remove the tearing effect. https://www.youtube.com/watch?v=ceX18O9pvLs
c. On laptop I'd probably go with a tiler (like dwm)
You mean disbling compton removes the tearing effect? I may test that on an old atom netbook...
Should I remove compton and install dwm instead?
Offline
When I run Bunsenlabs on a live boot from the USB drive, everything seems fine. Once installed and running from the hard drive, my internet browsing lags a lot.
I was absolutely frustrated with this thing. Seems like this is known as 'Exhausted Entropy Bug'
I belive you are a victim of 'exhausted entropy' bug
The solution is to run this command :
sudo apt install haveged
More details on this thread: https://forums.bunsenlabs.org/viewtopic.php?id=4789
Offline