<div class="gmail_quote">On Tue, Aug 30, 2011 at 3:55 AM, emmel <span dir="ltr"><<a href="mailto:the_emmel@gmx.net">the_emmel@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, Aug 29, 2011 at 11:48:06AM -0700, King Beowulf wrote:<br>
> Emmel, see LQ thread I stgarted to get more exposure on this topic.  On my<br>
> system /usr/share/X11/xorg.conf.d has priority.<br>
><br>
</div><div><div></div><div class="h5">> > On Sun, Aug 28, 2011 at 02:35:30PM -0700, King Beowulf wrote:<br>
> > > Hmmm.  From your and Robby's email to this list, my interpretation was<br>
> > that<br>
> > > anything in /etc/X11/ will override /usr/share/X11, but maybe I<br>
> > understood<br>
> > > that wrong?  Or is it just that /etc/X11/xorg.conf.d overrides<br>
> > > /usr/share/X11/xorg.conf.d?  What I observe is that anything in<br>
> > > /usr/share/X11/xorg.conf.d has priority.<br>
> > ><br>
> > > There seems to be conflicting information after googling about this.  The<br>
> > > X.org docs seem to imply that /usr/share/X11/xorg.conf.d is searched LAST<br>
> > so<br>
> > > that word give it priority? Others say that /usr/share/X11/xorg.conf.d is<br>
> > > search first and so has lower priority?  Acccording to<br>
> > > <a href="http://lists.x.org/archives/xorg-devel/2010-April/006852.html" target="_blank">http://lists.x.org/archives/xorg-devel/2010-April/006852.html</a><br>
> > ><br>
> > > In addition to the conf files found in /etc/X11 or $sysconfdir/X11 used<br>
> > > for local administration, we also reserve a system directory for vendor<br>
> > > and package usage. The simple search path is:<br>
> > ><br>
> > >     /usr/share/X11/xorg.conf.d<br>
> > >     $datadir/X11/xorg.conf.d<br>
> > ><br>
> > > Files from these directories will have the lowest config priority.<br>
> > ><br>
> > > So you can understand my confusion.<br>
> ><br>
> > Well, the way I understand it and the way it seems to work for me is<br>
> > that any files in /usr/share/X11/xorg.conf.d will get overridden by<br>
> > files of the same name in /etc/X11/xorg.conf.d.<br>
> ><br>
> > > BTW, emmel, check the driver readme for a bunch of coolbits settings,<br>
> > > depending on the card.  The fan one is nice as I can drop the decibels<br>
> > > unless I am playing a game.<br>
> ><br>
> > I checked it out. Though I have to have a look at the maximum allowed<br>
> > die temperature for my card, before I toy with that. Melting my graphics<br>
> > card is not in the plan for me.<br>
<br>
</div></div>Well, I had a look. After some searching. I have no idea where the part<br>
with xorg.conf overrides everything comes from. I've never actually<br>
tried to put any static configuration in the config dirs. But, and let<br>
me say that very clearly:<br>
<br>
The xorg.conf doesn't matter to your package.<br>
<br>
Although it would be nice to know if xorg.conf settings do override.<br>
>From my (hard learned) hot plugging lessons, I can however attast to the<br>
following: Hot plugged stuff completely ignores the xorg.conf, unless<br>
you disable hotplugging entirely in the xorg.cong. I wouldn't be too<br>
surprised if you see something similar, even though graphics cards<br>
usually aren't hot plugged in the traditional sense.<br>
<br>
Anyway, after copying the settings file in question from<br>
/usr/share/X11/xorg.conf.d to /etc/X11/xorg.conf.d, any the letter would<br>
take precedece. And this *is* the preferred way to deal with those<br>
configurations. Have a look at the comments in 90-keyboard-layout.conf.<br>
<br>
Oh, just had a look. It actually seems that not the whole file gets<br>
overridden, but the sections therein. My custom keymap file is just<br>
called keymap.conf...<br>
<br>
Long story made short: In our specific case, putting the Coolbits<br>
setting in a copied settings file in /etc/X11/xorg.conf.d should work<br>
and be the way to go. You jsut supply the /usr/share/X11/xorg.conf.d<br>
file. Users should not adjust their xorg.conf, but the copy in<br>
<div class="im">/etc/X11/xorg.conf.d.<br>
<br>
</div>Huh. Lots of typing, not so much content. Hope this helps matters,<br>
though.<br>
<br>
On a different note, activating the Coolbits option gives me the option<br>
to change the fan settings, but not the clock. Odd.<br>
<br>
Oh, and please refrain from top posting and cut the signatures when<br>
replying.<br>
<br>
HTH/HANDA<br>
<font color="#888888">--<br>
</font><div><div></div><div class="h5">emmel <<a href="mailto:the_emmel@gmx.net">the_emmel@gmx.net</a>><br>
GPG signed<br>
Fingerprint: 60B4 D8E3 9617 900C 6726  168F D677 5AAD D40F CCE7<br>
Certserver : hkp://<a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>
</div></div><br>_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br>Sorry for the top post.  That's what get for using gmail web client...<br><br>I sent in a diff to fix nvidia-kernel up a bit.  I did see the comments in 90-keyboard-layout.conf and was hoping 10-nvidia.conf would behave the same way. No such luck here.  Its a small niggle, but I do want a simple default that can be tweaked in /etc/X11/xorg.conf.d as needed.  I can't seem to get it to work.<br clear="all">
<br>-- <br>You! What PLANET is this!<br>    -- McCoy, "The City on the Edge of Forever", stardate 3134.0<br><br>