假设我想在当前的 Ubuntu 安装上模拟旧的单色气体等离子显示器。这可能是这样的:https://www.youtube.com/watch?v=Di9OQLiwbIU
我该怎么做呢?我的意思是让所有东西都变成单色。
答案1
这里有一些可以尝试的东西: https://unix.stackexchange.com/questions/125257/how-can-i-make-the-screen-black-and-white 他们说你可以在 xorg 配置文件中添加以下几行
Section "Screen"
Identifier "greyscale configuration"
Defaultdepth 8
SubSection "Display"
Depth 8
Visual "GrayScale"
EndSubSection
EndSection
请告诉我它是否对你有用
答案2
使用酷炫复古术语
sudo add-apt-repository ppa:bugs-launchpad-net-falkensweb/cool-retro-term
sudo apt-get update
sudo apt-get install cool-retro-term