From ea0f57e9a9fcf9dbe2c61b501d5a9982fa3c6c34 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 3 Jan 2023 02:45:30 +0100 Subject: [PATCH] x: renamed to x protocoll name --- wiki/linux/arch-linux/installation.md | 5 +++-- wiki/linux/nvidia.md | 4 +++- wiki/linux/{x11.md => x_window_system.md} | 8 +++++--- 3 files changed, 11 insertions(+), 6 deletions(-) rename wiki/linux/{x11.md => x_window_system.md} (93%) diff --git a/wiki/linux/arch-linux/installation.md b/wiki/linux/arch-linux/installation.md index 142dfe6..664a9dd 100644 --- a/wiki/linux/arch-linux/installation.md +++ b/wiki/linux/arch-linux/installation.md @@ -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 diff --git a/wiki/linux/nvidia.md b/wiki/linux/nvidia.md index 2b5d2cd..dca2dcb 100644 --- a/wiki/linux/nvidia.md +++ b/wiki/linux/nvidia.md @@ -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 diff --git a/wiki/linux/x11.md b/wiki/linux/x_window_system.md similarity index 93% rename from wiki/linux/x11.md rename to wiki/linux/x_window_system.md index 220ebf9..eba46e0 100644 --- a/wiki/linux/x11.md +++ b/wiki/linux/x_window_system.md @@ -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"