On Fri, 09 Jun 2000,  Shane wrote about,  Re: RH 6.2 X config:

> I've installed several different distros a dozen or so times since I
> sent the original message. During one of the caldera installs, I
> did yesterday I saved XF86Config with several different
> colour depths and using one of them works, but XF86Setup is
> a better idea in the long run.

Sorry i cant agree there.
xf86config "will" configure what others cant, espesialy unsupported cards.

One possable explanation for xf86config setting color depth to 8 is, that
one can startx using -- -bpp8  or 16 or 32

Here is how i start x from my profile.

if [ -f /tmp/.X0-lock ]; then
        echo "X already running..."
else
        startx -- -bpp 16 2>&1 &> /var/log/startx.log &
fi
# 

So i login to my system and it looks to see if X is running, if yes, then
it says
X already running...
If its not then bang, X starts and exits from the console where it was
started.

make sure (if you use the above) that /var/log/startx.log is owned by the
user who starts X.

> 
> I still have a few zillion other things to sort out. I'll be back :)
> Shane..

Dont we all ;-)


A small note, something went wrong when i typed this mail the first time.
I belive it was sent, but as to it being finished !!!, hence a repost.

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to