mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
18 lines
468 B
Text
18 lines
468 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:
|
|
[bash,subs="attributes+"]
|
|
----
|
|
Xorg :1 -configure
|
|
----
|
|
|
|
Next, copy the file to the correct location:
|
|
[bash,subs="attributes+"]
|
|
----
|
|
cp /root/xorg.conf.new /etc/X11/xorg.conf
|
|
----
|
|
|
|
Now you may edit the file according to your needs.
|