public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lord Sauron" <lordsauronthegreat@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
Date: Sat, 25 Mar 2006 13:22:38 -0800	[thread overview]
Message-ID: <e5a3e9ac0603251322x7f9039e6wcef085637b73f71d@mail.gmail.com> (raw)
In-Reply-To: <e5a3e9ac0603251317t2ff73bf7x245b5347a9565b3f@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

Found xinit!  However... it's very...  confusing.

Well, not confusing; I understand most of it, however, I'm just not
prepared to start carving it up - I don't want to know how bad I can
screw things up.  I think that if I go to ~/.xinit.d it'll be the
thing I'm looking for, but I'm not sure.  Here's a copy of the file I
found for you to try and tell me if I'm right - I'm going to explore
the aforementioned file and see if that's something good.

I'll also work on removing apmd.  Would this be something like emerge
--unmerge apmd?  Or am I off the mark?

[-- Attachment #2: xinitrc --]
[-- Type: application/octet-stream, Size: 918 bytes --]

#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
xinitdir=/usr/X11R6/lib/X11/xinit
sysresources=$xinitdir/.Xresources
sysmodmap=$xinitdir/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# First try ~/.xinitrc
if [ -f "$HOME/.xinitrc" ]; then
	XINITRC="$HOME/.xinitrc"
	exec /bin/sh "$HOME/.xinitrc"
# If not present, try the system default
elif [ -n "`/etc/X11/chooser.sh`" ]; then
	exec "`/etc/X11/chooser.sh`"
# Failsafe
else
	# start some nice programs
	twm &
	xclock -geometry 50x50-1+1 &
	xterm -geometry 80x50+494+51 &
	xterm -geometry 80x20+494-0 &
	exec xterm -geometry 80x66+0+0 -name login
fi

  reply	other threads:[~2006-03-25 21:29 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-24  7:10 [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Lord Sauron
2006-03-24  8:19 ` Gabriel Dain
2006-03-24  8:27   ` Teresa and Dale
2006-03-25  0:14     ` Lord Sauron
2006-03-25  1:22       ` Lord Sauron
2006-03-25  1:31         ` Ryan Tandy
2006-03-25  2:21       ` Teresa and Dale
2006-03-25  7:21         ` Lord Sauron
2006-03-25 16:56           ` Teresa and Dale
2006-03-25 21:17             ` Lord Sauron
2006-03-25 21:22               ` Lord Sauron [this message]
2006-03-25 21:58                 ` Peter Ruskin
2006-03-25 15:10                   ` Josh Helmer
2006-03-26  7:26                     ` Lord Sauron
2006-03-26 23:20                       ` Gabriel Dain
2006-03-26 23:24                         ` Lord Sauron
2006-03-27  1:18                           ` Gabriel Dain
2006-03-27  4:43                             ` Teresa and Dale
2006-03-27  6:35                               ` Lord Sauron
2006-03-27 18:13                                 ` Teresa and Dale
2006-03-27 19:39                                   ` Lord Sauron
2006-03-27 20:09                                     ` Lord Sauron
2006-03-27 20:13                                     ` Devon Miller
2006-03-28  2:18                                       ` Teresa and Dale
2006-03-28  2:51                                         ` Lord Sauron
2006-03-28  9:51                                           ` Bo Andresen
2006-03-28 11:01                                             ` Neil Bothwick
2006-03-29 19:58                                               ` Lord Sauron
2006-03-29 21:12                                                 ` Holly Bostick
2006-03-29 21:49                                                 ` Bo Andresen
2006-03-30  0:11                                                   ` Lord Sauron
2006-03-30  0:53                                                     ` Lord Sauron
2006-03-30  1:44                                                       ` Bo Andresen
2006-03-30  1:19                                                     ` Teresa and Dale
2006-03-28  2:29                                     ` Teresa and Dale
2006-03-28  2:55                                       ` Lord Sauron
2006-03-28  3:25                                         ` Lord Sauron
2006-03-28  4:45                                           ` Jeremy Olexa
2006-03-28  5:43                                             ` Teresa and Dale
2006-03-28  6:02                                             ` Lord Sauron
2006-03-25 14:07     ` Alexander Skwar
2006-03-24  9:34   ` Neil Bothwick
2006-03-24  9:02 ` Alexander Kirillov
2006-03-24 16:38 ` Richard Fish
2006-03-24 16:39   ` Richard Fish
2006-03-24 19:25     ` Mike Myers
2006-03-25  3:44 ` Mait

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e5a3e9ac0603251322x7f9039e6wcef085637b73f71d@mail.gmail.com \
    --to=lordsauronthegreat@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox