Solved Savage S3 Twister-K Slow Rendering

Hi guys, I've configured my /etc/X11/xorg.conf and the X server starts, but there is a problem. The rendering is very slow, when I'm scrolling on opera or terminal and when I move the windows. In the /etc/X11/xorg.conf I must disable AIGLX because if it is enable the window manager doesn't switch back to the console when I log out. Also I must disable accelleration with "NoAccel" "true" because if it's enabled the window manager doesn't start correctly. To solve this problem I've tried to set "ShadowStatus" "true" but it still doesn't work (I've read in man pages that is a VGA chip bus). Also I get a warning and a error in /var/log/Xorg.0.log, that I've tried to solve without success. Can someone help me to solve the problem please?

PS: If I try to enable ShadowFB the window manager doesn't start.
Here the Xorg.0.log: https://dpaste.de/cje4/raw
 

Attachments

I'm already using the vt console driver. With the acceleration on my window manager (icewm) starts very very slow. But with the acceleration off the window manager starts faster and the only problem is the moving windows and scrolling that are a bit slow.

In my opinion I must set:
Code:
Option "ShadowFB" "true"
Option "ShadowStatus" "true"

But if I do it xorg doesn't start, I've read the error in /etc/X11/Xorg.0.log, but I can't solve the problem.
 
Solved. Configured /etc/X11/xorg.conf as is:
Code:
Option "NoAccel" "true"
Option "ShadowFB" "true"
Option "DisableTile" "true"
 
Back
Top