The version
of X might be helpful here. I know nothing
of this particular
problem, but have disabled accelerations
at one stage with Xfree86-4. In
the config file (/etc/X11/XF86Config-4)
I did it like this:
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
# Attempting to avoid video engine lockups...
Option "NoAccel" "On"
EndSection
Obviously you'll be looking for a "Device"
section that's relevant to your
chipset - and try adding ``Option "NoAccel"
"On"'' there.
If this makes your problem go away, the
next step is to try disabling
individual accelerations to try to isolate
the offender(s) (unless your
happy to live with all accelerations disabled).
Thanks for the help.
I thought that was what I needed to do,
but wanted
confirmation. Yes, it works beautifully
now.
|