> Tried startx -- -bpp 32
> startx -- -bpp 24
> ??
Yep. My machine is at home so I don't recall what they do. But it is
something along the lines of "you hardware is not beefy enough to do this"
which just ain't so. I have an alias set up
alias x='startx -- -bpp 16'
because x starts in 8 bit, if you can imagine, if I don't.
> stdio.h is part of the c library, not the c compiler. Just install
> glibc-devel*. For reasons I don't understand, RH thinks anybody who
> wants to compile anything is a developer.
Thanks.
> I would be surprised if you didn't ignore some warning on the
> install to
> skip glibc-devel.
Strictly speaking you dont _need_ the headers to compile a C program, and so
I imagine that the dependencies are not there.