Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
向后滚动时,xterm 窗口在更新其内容时闪烁。如果程序产生大量连续写入终端的输出,也会发生同样的情况。
我搜索了手册页和谷歌,但在 xterm 中没有找到像 dobule-buffering 这样的东西。有没有办法启用这样的功能?如何防止文字闪烁?
(我相信你们中的大多数人都没有这个问题,但是我在非常旧的集成显卡上工作,每个轻量级程序都工作得很好,除了 xterm,这让我有点恼火......)
可以xterm从源代码编译,并将--enable-double-buffer选项传递给./configure脚本。然后很简单make && make install(但是,正如@hek2mgl 注意到的那样,该功能在某些系统中默认启用)
xterm
--enable-double-buffer
./configure
make && make install
我遇到了这个问题 - xterm 滚动非常缓慢,甚至在我输入后需要大约半秒钟才能显示一个字符。将窗口管理器从更改mutter为metacity修复此问题。
mutter
metacity