x: renamed to x protocoll name

master
tiyn 2 years ago
parent 1b7ac78865
commit ea0f57e9a9

@ -202,8 +202,9 @@ UEFI, don't forget to enable the EFI option, otherwise the system won't boot.
Now you can follow the recommended larbs installation script of this wiki
(`curl -o larbs.sh https://raw.githubusercontent.com/tiyn/larbs/master/larbs.sh`)
this will install a bunch of useful base software including a graphical
environment.
this will install a bunch of useful base software including
[a graphical environment](../x_window_system.md) and
[a window manager](../suckless.md#programs).
You can go on to other guides aswell.
Additionally if you have a NVidia Graphics Cards you should read

@ -17,7 +17,9 @@ There is no initial setup in for of a `xorg.conf` in `/etc/X11` needed
After running `sudo nvidia-setting` can drag and drop the monitors to your
liking.
After that you have to save the configuration to the `/etc/X11/xorg.conf`.
After that you have to save the configuration to the
[X window manager](./x_window_system.md) configuration file
`/etc/X11/xorg.conf`.
## Avoid screen tearing

@ -1,7 +1,7 @@
# X11
# X Window System
X, X Window System and X11 according to the current version is a protocoll for
handling the display of the most unix-like operating systems.
X Window System - also called X and X11 according to the current version - is a
protocoll for handling the display of the most unix-like operating systems.
[Xorg](https://www.x.org/wiki/) is the most used implementation of the X
protocoll.
It is maintained by the [X.Org Foundation](https://x.org/wiki/).
@ -83,6 +83,8 @@ If a section for the device is already present the line
Otherwise a catchall section for all types of mouses can be created like the
following:
[asdfa](/wiki/obs.md#background-removal)
```txt
Section "InputClass"
Identifier "middle button emulation class"
Loading…
Cancel
Save