• [^] # Re: Xorg et xfree

    Posté par . En réponse au message Xorg et xfree. Évalué à 3.

    La question c'est quel est le fichier utilisé, Xorg pouvant très bien utiliser un XF86Config ou tout autre spécifié par ta distrib. La page de man dit qu'il cherche dans :
     Xorg uses a configuration file called xorg.conf 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/
     /usr/X11R6/etc/X11/
     /etc/X11/$XORGCONFIG
     /usr/X11R6/etc/X11/$XORGCONFIG
     /etc/X11/xorg.conf-4
     /etc/X11/xorg.conf
     /etc/xorg.conf
     /usr/X11R6/etc/X11/xorg.conf.
     /usr/X11R6/etc/X11/xorg.conf-4
     /usr/X11R6/etc/X11/xorg.conf
     /usr/X11R6/lib/X11/xorg.conf.
     /usr/X11R6/lib/X11/xorg.conf-4
     /usr/X11R6/lib/X11/xorg.conf
    
    mais il cherche aussi XF86Config s'il ne trouve pas xorg.conf, cf http://cvs.freedesktop.org/xorg/xc/programs/Xserver/hw/xfree86/pars(...) Par contre en fait je n'avais encore jamais vu de xfree86.conf...