On Tue, 30 May 2017, Michael Barnes wrote: > What I am trying to say is, there is no xorg anything anywhere in my /etc/ > directory. Searching the computer, I do find a folder > /usr/share/X11/xorg.conf.d and it does have a 10-evdev.conf file, but it > looks pretty generic as if it is a sample or something. It has been a > couple of years since I have set anything up and I am a bit behind, trying > to catch up. I am amazed at the number of changes that have occurred > recently and am a bit overwhelmed, but I'm trying to get there. > > So, do I need to create an /etc/X11/xorg.conf.d folder and put this file in > it?
Michael, Because the /etc directory tree contains only configuration files and not excutable binary ones, feel free to make new directories. If you write (as root) 'mkdir -p /etc/X11/xorg.conf.d/' any missing parent directories in the path will be created at the same time. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
