Subject: Re: Integrate aperture driver?
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 06/16/2001 05:06:06
In article <20010613161630.E25176@noc.untraceable.net>,
Andrew Brown <atatat@atatdot.net> wrote:
>>> doesn't the aperture driver also limit the number of open()s to 1?
>>> with a machine at securelevel 1 and the aperture driver loaded and x
>>> running...how much do you lose?
>>
>>ps axw | awk '/X/ {print $1}' | xargs kill
>
>sure, or
>
>ps axw | awk '/X/{print"kill -9",$1}' | sh
>
>but can i, as a regular user, kill my own x server?  what about one
>started by xdm?

control-alt-backspace or take advantage of any of the x bugs that crash
the server. And you can run something that keeps trying to use the
aperture driver while you do that.

christos