(View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide)
[blog] [ML] [todo] [CVS] [bug] [apache log] [swiki log] [statistics] [map] [man] [info] [アンテナ]

AgendaのXをkillする方法

Daniel Schlager wrote:

> How can i kill the X Server??
>
> i write ps
> and i would like to kill process 72 (X Server process)
> then i have a error
>
> operation not permitted


You have to do it as root. Doing this through the touch panel isn't easy
because you will lose your terminal as soon as the Xserver goes. You'll
have to telnet in as root.

What I have done in the past, with some success, is telnet in as root

kill the xserver

most dependent processes die at this point

start your own X server

su default

start vrsm

the gui leaps back into life at this point.

An alternative would be to replace the Xfbdev server in a romdisk image
with your own server, you can do this with uncramfs, see:

http://agendawiki.com/cgi-bin/aw.pl?ROMDiskDownloadTools


Which nano-X have you got, and where did you get it from? How is it
different to Xfbdev?

-----------

Link to this Page