Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158661 - General rc.conf --> conf.d/xdm variable changes
Summary: General rc.conf --> conf.d/xdm variable changes
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: nm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 09:48 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-12-22 20:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-12-20 09:48:27 UTC
I was asked by an user about this, and after looking it up, the documentation still refers to a pre-modularised Xorg configuration; as currently the default is modular Xorg, it should be updated.

In section 3, "Graphical Login" it should tell the user first to install kdm itself (as they might not have it, people think that using kdebase-startkde is enough):

emerge --noreplace kdm

that will bring in xdm as a dependency if needed. Then the file to edit is now /etc/conf.d/xdm rather than /etc/rc.conf.

Thanks,
Diego
Comment 1 nm (RETIRED) gentoo-dev 2006-12-20 10:08:07 UTC
I'll handle this. Note, though, that baselayout still wants the displaymanager variable set in rc.conf. Yes, you can use either rc.conf or conf.d/xdm (rc.conf will override conf.d/xdm), but plenty of other documentation (i.e. installed to the system, not just on gentoo.org) still says rc.conf. I'd prefer to keep it this way, as we've been doing, on the gentoo.org docs until rc.conf is completely deprecated.

Regarding the KDM emerge itself, there was a lot of "if needed" stuff in your report -- do we need to worry about specific versions that this applies to, or just add the emerge --noreplace step as-is?
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-12-20 10:19:20 UTC
emerge --noreplace kde-base/kdm is enough.

And as I said on irc, I'd rather have everything switched to conf.d/xdm instead of having everything on rc.conf forever to avoid inconsistency :)
Comment 3 nm (RETIRED) gentoo-dev 2006-12-22 20:19:05 UTC
Might as well change all the references. I spoke with UberLord on IRC about this, and it might as well be /etc/conf.d/xdm, as that's what all updates following an initial 2006.1 installation will be wanting to use by default, even though you can still override that file with the setting in rc.conf.
Comment 4 nm (RETIRED) gentoo-dev 2006-12-22 20:46:19 UTC
Changed all rc.conf references to conf.d/xdm in the graphical desktop guides.

Also, I added the emerge --noreplace kdm in a subsequent commit; forgot to get that in the initial revbump for conf.d/xdm, sorry. It's all fixed now. :)

Thanks for reporting.