Ich war jetzt etwas verwirrt, daß ich erst einen Ordner anlegen muss um eine Datei dort hin zu packen.
Folgendes habe ich jetzt gemacht:
Abfrage des ist Zustandes
laus@Blackbox:/etc/X11$ ls -ahl
insgesamt 88K
drwxr-xr-x 11 root root 4,0K Apr 23 21:20 .
drwxr-xr-x 144 root root 12K Apr 23 12:16 ..
drwxr-xr-x 2 root root 4,0K Feb 15 21:30 app-defaults
drwxr-xr-x 2 root root 4,0K Feb 15 21:30 cursors
-rw-r--r-- 1 root root 18 Feb 15 21:28 default-display-manager
drwxr-xr-x 4 root root 4,0K Feb 15 21:27 fonts
-rw-r--r-- 1 root root 17K Nov 10 2015 rgb.txt
drwxr-xr-x 3 root root 4,0K Feb 15 21:30 xinit
drwxr-xr-x 2 root root 4,0K Jan 22 2016 xkb
-rwxr-xr-x 1 root root 709 Nov 10 2015 Xreset
drwxr-xr-x 2 root root 4,0K Feb 15 21:28 Xreset.d
drwxr-xr-x 2 root root 4,0K Feb 15 21:28 Xresources
-rwxr-xr-x 1 root root 3,7K Mär 4 2016 Xsession
drwxr-xr-x 2 root root 4,0K Mär 31 21:56 Xsession.d
-rw-r--r-- 1 root root 265 Nov 10 2015 Xsession.options
drwxr-xr-x 2 root root 4,0K Feb 15 21:30 xsm
Ordner erstellt
laus@Blackbox:/etc/X11$ sudo mkdir xorg.conf.d/
Ins Verzeichnis wechseln
laus@Blackbox:/etc/X11$ cd xorg.conf.d/
Datei anlegen
laus@Blackbox:/etc/X11/xorg.conf.d$ sudo nano
Inhalt der Datei
Section "Device"
Identifier "devname"
Driver "intel"
Option "TearFree" "true"
EndSection
Name der Datei ist: 20-intel.conf
War das jetzt alles richtig?