Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Clean-up after latest updates
Date: Mon, 20 Apr 2009 03:19:22
Message-Id: 20090420031910.GA11577@waltdnes.org
In Reply to: Re: [gentoo-user] Clean-up after latest updates by Alan McKinnon
1 On Sun, Apr 19, 2009 at 09:45:56AM +0200, Alan McKinnon wrote
2
3 > One of the things xinit does is look for the variable XSESSION. If set, it
4 > will read the contents of it and try and run that as an X session. There are
5 > no real pluses and minuses to either way. If you admin a huge box with many
6 > users, you might want to set a default of Gnome for everyone, and let users
7 > change it if they want in their home dir. If this is your personal machine,
8 > there is one user - you - and the setting is best done in your home dir (most
9 > howtos on the net will refer to this method).
10
11 Thanks. This looks like one of those situations where "if you have to
12 ask about it, you don't need it". This is a home machine, so no need to
13 get fancy. I'll leave things as is.
14
15 > > 4) Speaking of /etc/make.conf, there was some news about Radeon HD
16 > > cards being moved to a separate driver group and requiring a change in
17 > > /etc/make.conf. I'm using a card from an older computer, which lspci
18 > > shows as...
19 > >
20 > > ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
21 > >
22 > > Since X is working, I assume that my card is not a member of the Radeon
23 > > HD family. My /etc/make.conf includes the lines...
24 > >
25 > > INPUT_DEVICES="keyboard mouse"
26 > > VIDEO_CARDS="intel vga"
27 >
28 > Hmmm. I'd say your X is running on the vga driver. What driver is actually
29 > loaded as per Xorg.0.log?
30
31 =========================================================
32 (II) LoadModule: "radeon"
33
34 (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
35 (II) Module radeon: vendor="X.Org Foundation"
36 compiled for 1.5.3, module version = 6.12.1
37 Module class: X.Org Video Driver
38 ABI class: X.Org Video Driver, version 4.1
39 =========================================================
40
41 ...and from the command line...
42
43 waltdnes@d530 ~ $ lsmod
44 Module Size Used by
45 radeon 125984 1
46 scsi_wait_scan 1152 0
47 intel_agp 23172 1
48
49 --
50 Walter Dnes <waltdnes@××××××××.org>