Hello everyone! I'm running TCL on a Pentium III with a GeForce 6000 series card. I've noticed that certain operations like scrolling and resizing are really slow. It also happens if text has to scroll in xterm due to long output. All other operations are pretty fast.
This is quite annoying, because it's the main contributing factor to making this system feel slow to me. I theorize this happens because Xfbdev is trying to copy from the framebuffer directly, which might be slow on this hardware, for whatever reason (maybe it has to do with the PCI bus).
Official Xorg has (used to have?) something called ShadowFB, which, if I understand correctly, stores the framebuffer in RAM, so it can be read directly from there. Is there a way to enable this for Xfbdev? I tried searching for it some time ago but couldn't find it.
Perhaps there is some other solution I don't know of?
Any help would be much appreciated
