Configuring X Window System using the xorg.conf file

Peter Lilley Version F35 onwards Last review: 2021-01-03

Sobre xorg.conf

Tradicionalmente, el archivo xorg.conf se usa para configurar el servidor de visualización Xorg. En Fedora (donde un servidor de visualización Xorg se configura en lugar del Wayland predeterminado) la configuración X se determina automáticamente cada vez que se inicia X. Como resultado, no se crea un archivo xorg.conf . En la mayoría de los casos, este trabaja bien y no es necesario especificar manualmente la configuración de X.

If you need to make manual changes to your X configuration for any reason, you will first need to create 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.

Recursos Adicionales