Hacker News new | ask | show | jobs
by gegenschall 3223 days ago
You should be using /etc/X11/xorg.conf.d/*.conf for that.
1 comments

No, this path will not work. If anything it should be /usr/share/X11/xorg.conf.d
If you're using Slackware, or another sane distribution, /etc/X11/xorg.conf.d/ is where you put user-specific X configuration. Making the config immutable would prevent overwrite.

Making local edits in any part of /usr/ is extremely frowned upon.

Apologies. I haven't been using Ubuntu in a while and did not know you had to modify stuff under /usr there. (Eww!)