
과거에는(XFree86 시절, 어쩌면 그 이전) X 서버 구성 파일을 /etc
; 그러나 /etc/Xorg
최근 배포판(적어도 최근 Arch 및 Debian)에서는 /usr/share/X11
. 호스트 수준 구성이 속하지 않습니까 /etc
?
답변1
에서 man 5 xorg.conf
많은 위치를 설명한 후 /etc
:
Finally, configuration files will also be searched for in a directory
reserved for system use. This is to separate configuration files from
the vendor or 3rd party packages from those of local administration.
These files are found in the following directory:
/usr/share/X11/xorg.conf.d
따라서 로컬 조정을 수행하려면 에서 으로 파일을 복사하세요 /usr/share/X11
. /etc
공급업체가 이러한 파일을 업데이트하면 로컬 시스템 전체 구성을 덮어쓰지 않습니다.