On 04/02/2017 12:18 PM, Neil Bothwick wrote:
On Sat, 1 Apr 2017 23:35:59 -0500, Dale wrote:

You do sometimes need some custom settings though. This goes in
seperate *.conf files now, which must be inside the
/etc/X11/xorg.conf.d/ directory. Some packages can place a config file
there automatically.

Packages shouldn't do that, /etc/X11/xorg.conf.d is for local
configuration files. Packages are supposed to use
/usr/share/X11/xorg.conf.d

Oh. Then I guess some runtime program generates files there. I have two:

  00-keyboard.conf
  20opengl.conf

It seems eselect generates the opengl one, but the other I don't now where it came from:

  # Read and parsed by systemd-localed. It's probably wise not
  # to edit this file manually too freely.
  Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us"
        Option "XkbModel" "pc105+inet"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
  EndSection

I assumed the systemd package installed it there. (I don't use systemd, but I have it installed.) Now I see that "qfile" doesn't find a package this belongs to, so it's been put there by some daemon or other program probably.


Reply via email to