quick-docs/modules/ROOT/pages/_partials/proc_creating_xorg_conf.adoc
2018-07-27 18:53:34 +02:00

18 lines
480 B
Text

[[creating-an-xorg-conf-file]]
= Creating an xorg.conf file
You can create a basic file using the `X` executable. It will contain sections and entries that you can edit to suit your needs. To create the file, enter this command as *root*:
----
# Xorg :1 -configure
----
Next, copy the file to the correct location:
----
# cp /root/xorg.conf.new /etc/X11/xorg.conf
----
Now you may edit the file according to your needs.
See the `xorg.conf(5)` man page for more information.