PINE64
Performance Bottlenecks and Swap - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79)
+--- Thread: Performance Bottlenecks and Swap (/showthread.php?tid=4654)

Pages: 1 2


RE: Performance Bottlenecks and Swap - guidol - 07-08-2017

(07-08-2017, 07:51 AM)Luke Wrote: You can set VLC to use VDPAU in settings.

I did set VDPAU in VLC in Q4OS...but then there isnt my test video displayed...only when I do congi the X11 driver Sad


RE: Performance Bottlenecks and Swap - zer0sig - 07-13-2017

I have been thinking of trying Q4OS. It is debian-based, right?


RE: Performance Bottlenecks and Swap - Luke - 07-13-2017

(07-13-2017, 12:22 PM)zer0sig Wrote: I have been thinking of trying Q4OS. It is debian-based, right?

yes


RE: Performance Bottlenecks and Swap - shirman - 08-13-2017

Quote:added this line in fstab so it will only try to mount if Linux sees it and runs at a lower priority than the zram swap volumes:


Code:
/dev/sda2   swap   swap   sw,nofail,pri=1 0 0

Can I use the same but for my class 10 mini-sd card?


RE: Performance Bottlenecks and Swap - zer0sig - 08-18-2017

you would need to change /dev/sda2 to /dev/mmcblk1p1 as that is the first partition on the SD card as detected by the kernel. Also, the pinebook will try to boot on the MicroSD if installed. you could install i during boot but you might not install it in time to have it detect it and mount it. The nofail setting means it won't crash without the card, but unless you insert the card between start of boot and detection time (this is probably a very small window) you will want to open the MATE terminal and run sudo mount -a to mount the drive after boot.


RE: Performance Bottlenecks and Swap - shirman - 08-19-2017

Wow, okay, I'll just buy bigger emmc Smile