[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X Trials and Tribulations was (missing library for X)



Jeff Katcher <Jeff_Katcher@canamera.com> writes:

> I want to redirect the output of startx to a file so that i can see 
> what might be the problem further up in the init, but startx >~/X.txt
> gives me a blank file.  I saw a way to do this earlier on the
> debian-user
> list, but forgot to save it.

Assuming you have a bash:

startx 2>&1 | tee logfile

That way you still see everything on the screen, but also in the
logfile.

May the Source be with you.
			Goswin


Reply to: