Can I write bytes directly to video memory under Linux, or is there a better way to get data onto the screen? Can I write bytes directly to video memory under Linux, or is there a better way to get data onto the screen? c c

Can I write bytes directly to video memory under Linux, or is there a better way to get data onto the screen?


Instead of accessing the screen memory directly (which is fraught with more pitfalls than one can believe), you should consider using Simple DirectMedia Layer for your graphics (and much more!) and letting the OS handle drawing it to the screen.