On Wednesday, March 12, 2008 10:45 pm Justin Madru wrote:
Yeah, diff -u is easier to read IMO.
Well, the blank screen is probably due to a pipe programming timing problem.
IGD devices have been getting less & less sensitive to it over time (830s
would hang if you looked at them the wrong way) but it's still not that hard
to mis-program them.
Can you narrow down the problem at all? Did it occur just after a kernel
upgrade? Or did you also upgrade your X driver? There haven't been any real
changes in intelfb since Oct. when Krzysztof added interlaced mode support,
so it's weird that you're just seeing problems now...
The framebuffer drivers provide a simple interface to applications wanting to
draw to the screen. It's usually used in embedded devices and for boot
splash screens. Generally you don't want to run X through the framebuffer
APIs though; it'll be really slow compared to a proper X 2D driver.
I think the only thing you'll lose is the boot splash screen. But you could
also try using vesafb. It works with more hardware than intelfb (including
laptops) and we've fixed some vesafb related bugs in the X driver recently,
so it may work better for you.
Jesse
--