内容简介:A high performance animated desktop background setter for X11 that won't set your CPU on fire, drain your laptop battery, or lower ya vidya game FPS.Video of the above screenshot:
PAPERVIEW
A high performance animated desktop background setter for X11 that won't set your CPU on fire, drain your laptop battery, or lower ya vidya game FPS.
Video of the above screenshot: https://www.youtube.com/watch?v=6ZTiA885bWM
Build
pacman -S sdl2 make
Use
Command line:
./paperview FOLDER SPEED
For example:
./paperview scenes/castle 5
A lower SPEED number will result in a faster frame rate. Only BITMAP files are supported. Creating your own bitmap folders from gifs requires imagemagick to be installed:
convert -coalesce your.gif out.bmp
Performance
Running on a Thinkpad X230 from 2012 at 1920x1080 and 60fps:
intel_gpu_time ./paperview scenes/castle 5 user: 1.904135s, sys: 0.357277s, elapsed: 100.458648s, CPU: 2.3%, GPU: 11.7%
Known Issues
Picom (and possibly simliar compositors) seem to overwrite the base root X11 window. A pure X11 workaround can be found here:
https://gist.github.com/AlecsFerra/ef1cc008990319f3b676eb2d8aa89903
Disclaimer
The art images included here I do not own. They are for educational purposes only to demo the workings of paperview.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
x86/x64体系探索及编程
邓志 / 电子工业出版社 / 2012-10-1 / 119.00元
本书是对Intel手册所述处理器架构的探索和论证。全书共五大部分,从多个方面对处理器架构相关的知识进行了梳理介绍。书中每个章节都有相应的测试实验,所运行的实验例子都可以在真实的机器上执行。 通过阅读本书,读者应能培养自己动手实验的能力。如果再有一些OS方面的相关知识,基本上就可以写出自己简易的OS核心。 本书适合有一定的x86基础知识,且对了解处理器架构及编程感兴趣的读者阅读。一起来看看 《x86/x64体系探索及编程》 这本书的介绍吧!