> I need SVGAlib for the initialization and mode setting of my graphics
> chipset. I understand that SVGAlib must be run as root user. Can someone
> tell me how SVGAlib does initialization and mode setting
> and where in the source code I might look to find such details.

A simple program runs:

vga_init();
vga_setmode(mode);

So follow those two functions. This will be mostly in the file vga.c and
the driver.

-- 
Matan Ziv-Av.                         [EMAIL PROTECTED]

Reply via email to