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 1LkgNe-0003EY-8O for garchives@archives.gentoo.org; Fri, 20 Mar 2009 15:11:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71110E02AB; Fri, 20 Mar 2009 15:09:57 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by pigeon.gentoo.org (Postfix) with ESMTP id 44B45E02AB for ; Fri, 20 Mar 2009 15:09:57 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 28so1270962wfc.10 for ; Fri, 20 Mar 2009 08:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=EPNehQQbGAylEqsb5hNHyUVzAGIqORaF9omil2802hU=; b=ORynu8flmMQbMmxBL0vC6MBSP8Z196U43sEETxvaaDbsV6iD3Bdy1G+U7gZd16ZEHg UjYvnZssO10OoawHLzpF7kZYA9jBpcbp2Oz6wa2wFNHSVTLqZie3dSUWZxlcLA3NCXwW slUuCsxsFqMmmNQSDj3/7mr5Pc5XDM9edrZ5k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ENK7hWyQ8fTtRaZqL1l1cvGqYtWJca/Gza+KbGDBAkqWDdnvDLtoqwH42w8RTAYMHj jkaWdwW2W+fI3ISrhCaQQybCwjg343MNLVC0X9dK4/U5vfSAc2H8ltxsg9Mdp0kPHlWy BRo5uND6z0InD5nftU6DMDwBzTOHgJey7BVlc= 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 Received: by 10.142.240.9 with SMTP id n9mr1532051wfh.0.1237561796353; Fri, 20 Mar 2009 08:09:56 -0700 (PDT) Date: Fri, 20 Mar 2009 23:09:56 +0800 Message-ID: <5cd9791d0903200809h27b4704ci9c44cb00a9561ee@mail.gmail.com> Subject: [gentoo-user] start X at startup without a login manager From: fei huang To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=000e0cd32a0e425e3104658e4f46 X-Archives-Salt: 378a0df2-0021-47c7-b343-b021fbbaea05 X-Archives-Hash: 7ca2d0aa81371e27589a4144acb5eebd --000e0cd32a0e425e3104658e4f46 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I don't have any "xdm", "gdm" stuff but would like to start my windows manager directly at startup, cause I'm the only one that use it. here is my solution: I use runlevel 3 as default, and add a line of code in "/etc/conf.d/local.start": su - myname -c startx& this works just fine except my scim panel would not shown as before, but if I login in normally with my user name, and type "startx" manually, everything works perfect. I'm wondering what is the difference with those two steps that cause the problem, "ps" shows the scim processes are just running normally, for reference, I pasted my "xinitrc" here: export XMODIFIERS='@im=SCIM' export GTK_IM_MODULE=scim scim -d xrdb -merge ~/.Xresources urxvtd -q -f -o conky -q & exec awesome any ideas? thanks fei --000e0cd32a0e425e3104658e4f46 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I don't have any "xdm", "gdm" stuff but would like = to start my windows manager directly at startup, cause I'm the only one= that use it.

here is my solution:
I use runlevel 3 as default, a= nd add a line of code in "/etc/conf.d/local.start":

su - myname -c startx&

this works just fine except my scim p= anel would not shown as before, but if I login in normally with my user nam= e, and type "startx" manually,
everything works perfect. I'= ;m wondering what is the difference with those two steps that cause the pro= blem,
"ps" shows the scim processes=A0 are just running normally, for r= eference, I pasted my "xinitrc" here:

export XMODIFIERS=3D= '@im=3DSCIM'
export GTK_IM_MODULE=3Dscim
scim -d

xrdb = -merge ~/.Xresources
urxvtd -q -f -o

conky -q &

exec awesome


any id= eas?

thanks

fei

--000e0cd32a0e425e3104658e4f46--