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

Re: console too long after stopping x



On 06/05/2007 04:06 PM, Tyler Smith wrote:

I'm not sure how to do this. I didn't have an .xinitrc, so I copied the one from /etc/X11/xinit/xinitrc to my home directory, and added the line as follows:
[...]
However, this doesn't seem to have changed anything - I logged out of x, back in, and then out again, and the problem remains.

Thanks,

Tyler



You can create a script that starts X for you and resets the terminal after X is done:

------------~/bin/mystartx----------
#!/bin/sh
startx
consolechars -f Uni3-Terminus14
--------------end-------------------

Execute it by typing "sh ~/bin/mystartx" at a console.

I'm curious. When you leave X, does the "reset" command do anything to help you? "Reset" is the normal way to fix terminal a display problem after X or a buggy ncurses program has mussed up the display.



Reply to: