Re: How do I give a 'clear' command when leaving kdm/X?
On 02/27/00 08:47PM, Phillip Deackes wrote:
> How do I issue a 'clear' command to the terminal so that when I leave
> kdm to shutdown or reboot I have a clean text screen? I need to do this
> to clear up some screen corruption which responds to 'clear'.
How about creating a little script like so (I called it StartX):
#!/bin/bash
startx
clear
make it executable and run it to start X
--
--------------------------------------------
) Mark Wagnon ) mwagnon1@home.com )
( Chula Vista, CA ( wagnon@rohan.sdsu.edu (
--------------------------------------------
Reply to: