Sorry for posting in wrong forum section. Perhaps a mod can move this thread.
@gerald_clark
I always look in the wiki and search the forum to get solutions myself. As I wrote, I found the .filetool.list, but adding /etc to this file seems overkill and this may cause unwanted side effects. I found an older forum topic regarding this issue (
http://forum.tinycorelinux.net/index.php?topic=16446.0) but the poster wrote about problems that this did not work at first boot. So I was unsure about this.
I thought that more people should have this problem and maybe a better solution has been established in the mean time.
I will try adding /etc/X11 to .filetool.list and test this myself.
@bmarkus
I read the Xorg docs:
http://www.x.org/releases/X11R7.7/doc/man/man5/xorg.conf.5.xhtmlThese are the search paths for xorg.conf (for a regular user):
/etc/X11/<cmdline>
/usr/etc/X11/<cmdline>
/etc/X11/$XORGCONFIG
/usr/etc/X11/$XORGCONFIG
/etc/X11/xorg.conf
/etc/xorg.conf
/usr/etc/X11/xorg.conf.<hostname>
/usr/etc/X11/xorg.conf
/usr/lib/X11/xorg.conf.<hostname>
/usr/lib/X11/xorg.conf
As far as I can see, there are no user specific directories. (using .. is not allowed). If I'm wrong here, please explain.