Xorg.conf no existe?

Hola comunidad, gente estoy tratando de arreglar mi problema con xorg debido a que tengo errores graficos al hacer login, segun la Wiki Arch puede ser el causante del problema, mas busco y el archivo por el directorio /etc/X11/xorg.conf y no aparece, busque en todo el sistema y no encuentro el archivo de configuración.

Look in the drop-in folder

/etc/X11/xorg.conf.d

This:

[theroojz@SamsungLinux ~]$ cd /etc/X11/xorg.conf.d
[theroojz@SamsungLinux xorg.conf.d]$ ls
00-keyboard.conf
[theroojz@SamsungLinux xorg.conf.d]$

The configs are created in the drop-in folder with a name for what it configures

A configuration for intel display driver

/etc/X11/xorg.conf.d/20-intel.conf

Or nvidia

/etc/X11/xorg.conf.d/20-nvidia.conf

Or a touchpad

/etc/X11/xorg.conf.d/50-touchpad.conf

The configs are parsed in the order of the filenames - hence the numbering.

But can I create a new one? for ATI?

Yo uso Nvidia y en mi directorio “/etc/X11/xorg.conf.d” tengo un enlace simbólico que apunta a “/etc/X11/mhwd.d/nvidia.conf”, que es realmente el archivo “xorg.conf”:

$ ls -l /etc/X11/xorg.conf.d
total 0
lrwxrwxrwx 1 root root 27 jul 29 20:26 90-mhwd.conf -> /etc/X11/mhwd.d/nvidia.conf

Supongo que tú tendrás algo similar. Si creas un nuevo fichero cuyo nombre comience por un número superior a 90, los ajustes contenidos deberían prevalecer sobre los otros al ser éste leído después.

Usually there’s no /etc/X11/xorg.conf.d/xorg.conf file for a new installation. And you may not need this file depending on what you’re trying to do.

To install a graphics driver first try Manjaro’s hardware detection with the mhwd command or in Manjaro Settings Manager. Hopefully you’ll be offered both open source and proprietary drivers. Older ATI cards should be supported – maybe this post is helpful: Ati radeon support for linux kernel - #2 by Aragorn

If, on the other hand, you’re installing a driver manually you may need a custom xorg.conf file. But avoid that if Manjaro can do it automatically.

1 Like