From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MNvZO-000462-2V for garchives@archives.gentoo.org; Mon, 06 Jul 2009 21:17:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B44BE0304; Mon, 6 Jul 2009 21:17:48 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B468E0304 for ; Mon, 6 Jul 2009 21:17:48 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 4so1735570qwk.10 for ; Mon, 06 Jul 2009 14:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=tAMP7P3au1mZpQHJgtLvZ1v+4qC+UJx6yqxyhYCQhz8=; b=xjohN+HnIIbOhunWhF5n0gB9eCvMnU0jV3NHFJ1fwrZC8kXLp3BBP7zrwkcwv5NpG/ U8j1x8a59bCKu9j5BKKMOPikk/+PFZY+l2eNQQFJZczpI4I1xu0kLjxI2enXhtlDnxIN puBVqwH682xOoNTKBsGk2VCg3Ek9DLHY/8bW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=b/SNnE0xeuq9+OQ9WijXyTNH4YbqZFoBkpnL1SUTa6Fi5JUu6f0ndA7ujG/5XDoesH OarzTgQCeC1c2WKiUAcz8LwnSdL7t16cVAV2I+sZMyv9Bh/Sy8i1CQdbuXhBHp4lRfvK JS+nrz/Uy12nosPOeguYJg3WQcPz7h9T+H5+c= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.224.2.80 with SMTP id 16mr5575397qai.90.1246915068289; Mon, 06 Jul 2009 14:17:48 -0700 (PDT) In-Reply-To: <9acccfe50907061233g2b1886e8l9f20606c43f0dce5@mail.gmail.com> References: <9acccfe50907061233g2b1886e8l9f20606c43f0dce5@mail.gmail.com> Date: Mon, 6 Jul 2009 16:17:48 -0500 X-Google-Sender-Auth: f1678f1c7cd05a2a Message-ID: <58965d8a0907061417x3b59b2afs88cbd472e87e2cb8@mail.gmail.com> Subject: Re: [gentoo-user] How to stop X From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 296e16c2-eb44-45c4-b78f-a69c85a3cb63 X-Archives-Hash: 71b64ae91c136187525afc09f8c801e9 On Mon, Jul 6, 2009 at 2:33 PM, Kevin O'Gorman wrote: > I'm having trouble configuring X, and to save time I'd like to be able > to shut it down, edit some stuff, and start it up again. > > What is the gentoo way to do that? It depends on how you started X in the first place. If you did a "startx" (or similar), logging out should be all you need to do to get out of X. If you use a login manager, XDM/GDM/KDM then it'll restart itself so you'll need to switch to a VT (ctrl-alt-F1) and then sudo /etc/init.d/xdm stop to shut down XDM (and therefore X). You can then rmmod your video drivers or do whatever changes you want to do. sudo /etc/init.d/xdm start to bring it back up.