cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
Graphic Card in Arch Linux
Graphic Card in Arch Linux
Mar 25, 2010 at 10:54pm UTC
DrChill
(574)
So ... since I have Arch Linux set up, I was wondering if I could figure out how to manipulate pixels, I just want something like this:
screen[0] = PIXEL_BLUE;
Where screen is the screen, 0 is equivalent to (0,0), and PIXEL_BLUE is the color blue.
Or something like that ...
Mar 26, 2010 at 8:21am UTC
chrisname
(7395)
No OS would let you do that :S
Unless you want to make a video card driver (which is much, much more complex than you might think), in which case you can start here:
http://wiki.osdev.org/GUI
Edit:
Oh, and have some
http://www.linuxplanet.com/linuxplanet/tutorials/202/1/
Last edited on
Mar 26, 2010 at 8:23am UTC
Mar 26, 2010 at 6:13pm UTC
DrChill
(574)
Hmm, well then I'm probably going to use something like NCurses
Topic archived. No new replies allowed.