I have added a synaptics.conf file under /etc/X11/xorg.conf.d/50-synaptics.conf. Do I need to restart X to see it applied?
1 Answer
Yes. X.Org's configuration files are only read when the server is started.
-
6Here are ways to restart X: askubuntu.com/questions/131051/…worldsayshi– worldsayshi2016-08-23 09:39:46 +00:00Commented Aug 23, 2016 at 9:39
startxif you have a correct .XClients / .xinitrc, that is, there is a program at the end that keeps X running. Usually the program is a window manager (like /usr/bin/fluxbox) but I just entered /usr/bin/xterm.xset qmight show you some values. Switch between the running X servers with ctrl-alt-F<n> (e.g. ctrl-alt-f7).