0

When I run sudo nvidia-xconfig, I get this output.

Using X configuration file: "/etc/X11/XF86Config".
Backed up file '/etc/X11/XF86Config' as '/etc/X11/XF86Config.backup'
New X configuration file written to '/etc/X11/XF86Config'

Normally the configuration file will be written to /etc/X11/xorg.conf. Why is my case different?

Pilot6
  • 92,041
Sam
  • 132

1 Answers1

0

XFree86 uses a configuration file called XF86Config for its initial setup. This configuration file is searched for in the following places when the server is started as a normal user:

...
/etc/X11/$XF86CONFIG
/usr/X11R6/etc/X11/$XF86CONFIG
/etc/X11/XF86Config-4
/etc/X11/XF86Config
...

Source

Tim
  • 33,500