I gather it has to deal with fbdev in x but do not have any other idea to what my cause this.
On Wed, 2003-10-22 at 06:33, Michael Schmitz wrote:
The fbdev code in 2.6 has been redesigned, but the major change is that all this hardware-specific character drawing code is gone in favor of generic character drawing code that uses hardware specific rectfill, imageblit and copyarea functions. At least that's what I've seen from comparing the rivafb drivers.
my XFree86config file has this in it.
Section "Device"
Identifier "ati128"
Driver "fbdev"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection
Has this changed since 2.6?
-Adam