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 1RVk8h-0003zA-3M for garchives@archives.gentoo.org; Wed, 30 Nov 2011 13:23:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3FCA21C24A; Wed, 30 Nov 2011 13:23:36 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 29EE721C24C for ; Wed, 30 Nov 2011 13:22:27 +0000 (UTC) Received: by bkaq10 with SMTP id q10so919677bka.40 for ; Wed, 30 Nov 2011 05:22:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:subject:from:to:date:in-reply-to:references:content-type :x-mailer:content-transfer-encoding:mime-version; bh=GYmsv0ZB1vbOS2Fuh7ETCiGvl39N2C8nOLo0YrjMLRY=; b=kJp057grYMgMVZO+fgxkZf2ehnGNs1k0HDLS+iP2PSUJ4PMBFUpKpRnCCfmXEUUoQL LAHmqF85YPWR00vW8njLR5C+viQrZOhxf6pkmhPe84/I47IWhGehX9iZLzEwWfcOf9+y T0D1NxG63hN8DaOrOxuHtTeRzeV7y76hPLyyg= Received: by 10.204.149.215 with SMTP id u23mr2320406bkv.105.1322659347273; Wed, 30 Nov 2011 05:22:27 -0800 (PST) Received: from [109.85.69.249] (ip-109-85-69-249.web.vodafone.de. [109.85.69.249]) by mx.google.com with ESMTPS id e8sm3975162bkd.7.2011.11.30.05.22.25 (version=SSLv3 cipher=OTHER); Wed, 30 Nov 2011 05:22:26 -0800 (PST) Message-ID: <1322659404.14112.3.camel@creek.rivers> Subject: Re: [gentoo-user] Re: no keyboard activity in gnome From: Aljosha Papsch To: gentoo-user@lists.gentoo.org Date: Wed, 30 Nov 2011 14:23:24 +0100 In-Reply-To: <22298.1322618583@ccs.covici.com> References: <28234.1322592020@ccs.covici.com> <22298.1322618583@ccs.covici.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2 Content-Transfer-Encoding: 7bit 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 X-Archives-Salt: 668d202d-bffc-4e88-b630-caff45562b33 X-Archives-Hash: 97bb7e52781dd634bbf96bbf0423fc84 Am Dienstag, den 29.11.2011, 21:03 -0500 schrieb covici@ccs.covici.com: > I can't get startx to work at all, here is what I get when I try it. > xauth: file /home/covici/.serverauth.21638 does not exist > > > X.Org X Server 1.11.2 > Release Date: 2011-11-04 > X Protocol Version 11, Revision 0 > Build Operating System: Linux 2.6.32-gentoo-r2 x86_64 Gentoo > Current Operating System: Linux ccs.covici.com 2.6.32-gentoo-r2 #3 SMP > Sat Apr 9 23:17:27 EDT 2011 x86_64 > Kernel command line: BOOT_IMAGE=2.6.32-gentoo ro root=100 init=/linuxrc > ramdisk=8192 real_root=/dev/mapper/linux--files-64--root udev > video=uvesafb:1280x1024 speakup.synth=spkout vmalloc=256M dolvm > Build Date: 27 November 2011 05:14:42PM > > Current version of pixman: 0.24.0 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 29 21:00:16 2011 > (==) Using config file: "/etc/X11/xorg.conf" > (==) Using system config directory "/usr/share/X11/xorg.conf.d" > (EE) Failed to load module "dri" (module does not exist, 0) > (EE) Failed to load module "dri2" (module does not exist, 0) > (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0) > [dix] Could not init font path element unix/:7100, removing from list! > which: no keychain in > (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/local/freeswitch/bin:/usr/sbin:/sbin:/home/covici/bin) > /etc/X11/xinit/xinitrc: line 59: twm: command not found > /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found > xinit: connection to X server lost > > waiting for X server to shut down Server terminated successfully > (0). Closing log file. > > I am not sure why this is happening. You don't have twm and xterm installed. But that's just the default to start for X11. Edit ~/.xinitrc and put only the following in it: exec gnome-session Make sure that you have dbus started.