I have an active xserver, but am not clear where it gets its configuration directives from.
Looking around the filesystem, I do:
There is nothing like xorg.conf or xorg.conf.new
Should there be? If so, where and how do I locate it?
Looking around the filesystem, I do:
Code:
$ sudo find / -name xorg
/usr/local/share/X11/xkb/rules/xorg
/usr/local/include/xorg
/usr/local/lib/xorg
/usr/ports/x11/xorg
$ sudo find / -name xorg.conf
$ sudo find / -name Xorg.conf
$ sudo find / -name Xorg
/usr/local/bin/Xorg
$ sudo Xorg -configure
(EE)
Fatal server error:
(EE) Server is already active for display 0
There is nothing like xorg.conf or xorg.conf.new
Should there be? If so, where and how do I locate it?