tim*_*11g 7 virtualbox unity animations 14.04
我在 Windows 下的 VirtualBox 中运行 Ubuntu 14.04 LTS。屏幕更新很慢,尤其是它试图缩放窗口和窗口之间的交叉淡入淡出的效果。Alt-TAB 几乎不可能使用,因为它的绘制速度很慢。
我想尽量减少计算上昂贵的动画和图形效果。我在“显示”下的“系统设置”中没有看到适当的设置。我应该在哪里看?
我今天在运行 Ubuntu 20.04 的 12 年前的 2008 MacBook White 上使用了它,发现系统的速度和响应能力有了显着提高!尽管它是一台运行最新 Linux Ubuntu 操作系统的非常旧且缓慢的计算机,但它现在运行得非常好!(我认为它现在在禁用菜单动画的 Ubuntu 20.04 上运行得比在 Xubuntu 16.04 上运行得更好,这是我之前使用的)。我今天也在一台 2015 年的慢速笔记本电脑上使用了它,现在运行 Ubuntu 18.04,我发现速度和响应能力也有了显着提高!
如果您想从命令行执行此操作,这是超级简单的一句话!:
# to disable animations to speed up the computer
gsettings set org.gnome.desktop.interface enable-animations false
# to re-enable animations
gsettings set org.gnome.desktop.interface enable-animations true
Run Code Online (Sandbox Code Playgroud)
sudo apt install dconf-editor
Run Code Online (Sandbox Code Playgroud)
然后按Windows键(Command在运行 Linux 的 MacBook 上使用该键),输入“dconf”,然后单击图标打开“dconf Editor”应用程序:
进入后,导航到/org/gnome/desktop/interface/,向下滚动一点,然后禁用“enable-animations”设置,如下所示:
所有功劳都归于 Kiran Kumar,此处: https: //www.fosslinux.com/4208/how-to-speed-up-applications-menu-in-ubuntu-18-04.htm。谢谢基兰。
安装 Unity Tweak 和 Gnome Tweak 工具。
在终端中,输入:
sudo apt-get install unity-tweak-tool gnome-tweak-tool
Run Code Online (Sandbox Code Playgroud)
要执行它们,请tweak在 Unity 搜索栏中输入。