Hi
I got a computer with 256MB of RAM, trying to optimize all I can. The BIOS is broken and the laptop behaves rather strangely when all RAM is filled up.
I was testing video playback, before I was thinking about the 'graphics-KERNEL' and the fact it could provide some "accelerated graphics" to the laptop by making use of the dedicated graphics. So before I always loaded up the extension right after the firmware; let's say: firmware-radeon.tcz.
So my thinking was to load first the firmware, to later load the graphics-KERNEL extension to guarantee maximum performance. But I found out that by just loading Xvesa and mplayer I could easily play 720p videos without stutter.
sudo mplayer -vo xvidix
sudo is required because some 'sticky-bit' thing that doesn't let mplayer access the accelerated graphics part of the hardware. I remember reading this in a blog, plust it really works. Not using sudo makes video playback much worse.
The laptop I'm working on is very buggy, If the graphics-KERNEL extension is loaded it will always corrupt the LVDS graphics when an external monitor is attached but this will not happen when only Xvesa is loaded.
Every time I load graphics-KERNEL, it makes the framebuffer tty to properly recognize the screen resolution and adjust the tty to the correct LVDS size, instead of the default 800x600.
What exactly is the graphics-KERNEL extension?
Do I really need it for peak performance for video or any graphics related tasks?
What am I missing from not loading the extension when using Xvesa? (I don't load it because having loaded the graphics-KERNEL extension and Xvesa corrupts the framebuffer and I can't use the TTYs)