正如在一个单独的问题中所讨论的,嵌入式 Flash 视频对 GPU 资源的占用异常沉重。
”Flash 11+ "attempts" (poorly, it looks like) to use the GPU (hardware) to "decode" the video instead of the CPU (software).
Decoding is a fairly computationally intensive task, but most modern CPUs (except Atoms) will deal with 1080P HD without breaking a sweat.”.
Run Code Online (Sandbox Code Playgroud)
因此,似乎解决方案是在外部播放器中打开这些视频,即使不下载它们,以便让 CPU 而不是 GPU 工作。
我听说 Lubuntu 消耗的资源比 Ubuntu 少。是不是因为 Lubuntu 使用不同的桌面环境和窗口管理器?
如果是这样,它是否相当于安装lubuntu-desktop在 Ubuntu 之上而不是全新安装?