I moved Zram script to /etc/init.d/zram after I checked by command $ lsmod | grep zram
zram 28672 4
zsmalloc 28672 1 zram
Does it mean it were installed? How it is work. Does it work for all my 4-core or only 1-core cpu? But I see swap file in my system 2gb
Search found 33 matches
- Sat Nov 16, 2019 6:48 am
- Forum: General
- Topic: How to setup Zram on MX 19
- Replies: 4
- Views: 2287
- Fri Nov 15, 2019 7:59 pm
- Forum: General
- Topic: How to setup Zram on MX 19
- Replies: 4
- Views: 2287
How to setup Zram on MX 19
On Manjaro I do this for 4 core cpu and 8gb ram:
$ su
$ nano /etc/modules-load.d/zram.conf
zram
$ nano /etc/modprobe.d/zram.conf
options zram num_devices=4
$ nano /etc/udev/rules.d/99-zram.rules
KERNEL=="zram0", ATTR{disksize}="1024Mb" RUN="/usr/bin/mkswap /dev/zram0", TAG+="systemd"
KERNEL ...
$ su
$ nano /etc/modules-load.d/zram.conf
zram
$ nano /etc/modprobe.d/zram.conf
options zram num_devices=4
$ nano /etc/udev/rules.d/99-zram.rules
KERNEL=="zram0", ATTR{disksize}="1024Mb" RUN="/usr/bin/mkswap /dev/zram0", TAG+="systemd"
KERNEL ...
- Wed May 01, 2019 5:53 am
- Forum: Software / Configuration
- Topic: How install Dolphin on XFCE
- Replies: 63
- Views: 8569
Re: How install Dolphin on XFCE
I think problem is with ffmpegthumbs or kio-extras. On Mint it is works well. I mean it is shows cover thumbnail on video folder. Because ffmpegthumbs was installed from Ubuntu repository. I don`t know how to install Ubuntu ffmpegthumbs here on MXLinux.
And it works (shows cover thumbnail on video ...
And it works (shows cover thumbnail on video ...
- Sun Apr 28, 2019 8:47 pm
- Forum: Software / Configuration
- Topic: How install Dolphin on XFCE
- Replies: 63
- Views: 8569
Re: How install Dolphin on XFCE
For video thumbnails you need the package ffmpegthumbs installed. Then enable it in the Preview section of "Configure Dolphin" and switch Previews on in the Menu bar.
It`s all installed read post above man said that MXlinux have old KDE so that is why video folder preview not working. It all ...
- Sun Apr 28, 2019 8:12 pm
- Forum: XFCE Desktop Environment
- Topic: Why XFCE?
- Replies: 109
- Views: 31946
Re: Why XFCE?
Are you kidding? I`m not computer geek for using terminal. And not sure if it will be faster.Richard wrote: Sun Apr 28, 2019 6:33 pm Then you could try antiX with Fluxbox,
which will give you maximum resources
for browsing or anything else desired.
No Xfce, no Kde, only Fluxbox and a browser.
- Sun Apr 28, 2019 6:19 pm
- Forum: Software / Configuration
- Topic: How install Dolphin on XFCE
- Replies: 63
- Views: 8569
Re: How install Dolphin on XFCE
On manjaro video thumbs on folder works fine. https://i.imgur.com/MmAVIru.jpg Here result look on folder Video https://i.imgur.com/QUCrtFo.jpg But I don`t like arch packages I like deb
- Sun Apr 28, 2019 6:13 pm
- Forum: XFCE Desktop Environment
- Topic: Why XFCE?
- Replies: 109
- Views: 31946
Re: Why XFCE?
I don't need secure Tor network. I just need faster OS. Exactly I need faster internet browsing.manyroads wrote: Sun Apr 28, 2019 10:28 am If you were using a complete OS only for browsing then why would you ever consider anything other than Tails????
https://tails.boum.org/
- Sun Apr 28, 2019 6:07 pm
- Forum: Software / Configuration
- Topic: How install Dolphin on XFCE
- Replies: 63
- Views: 8569
Re: How install Dolphin on XFCE
No, I have it working in Virtual Box. Here's a screenshot. Note that I have Previews clicked on in the top menu--if I click it off, then there are no previews, just icons. Also note the thumbnail on the vulkan folder after I put a jpg into it.
https://i.postimg.cc/v4zx5vXX/dolphin-in-vbox.jpg ...
- Sun Apr 28, 2019 2:55 pm
- Forum: Software / Configuration
- Topic: How install Dolphin on XFCE
- Replies: 63
- Views: 8569
Re: How install Dolphin on XFCE
How to make video thumb in Dolphin? I installed ffmpegthumbs mplayerthumbs ffmpegthumbnailer but video folders doesn`t generate video thumb on folder. Only images generated See screens https://i.imgur.com/6YGcn5q.jpg https://i.imgur.com/xkBURXv.jpg
https://i.imgur.com/CVU2Cqb.jpg
Maybe it is ...
https://i.imgur.com/CVU2Cqb.jpg
Maybe it is ...
- Sat Apr 27, 2019 9:24 pm
- Forum: Software / Configuration
- Topic: How install Dolphin on XFCE
- Replies: 63
- Views: 8569
Re: How install Dolphin on XFCE
Thumbnails for folder contents are just not enough of a killer feature to justify using a non-XFCE file manager, speaking as one of the developers. I do use Dolphin on XFCE myself, though, and have packaged the KDE epub thumbnailer for MX that no other Debian-based distro had at the time.
Adrian ...