Xorg: Difference between revisions
Add links to manual and module options for configuring xorg Tags: Mobile edit Mobile web edit Advanced mobile edit |
m Fixed minor typo |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[https://en.wikipedia.org/wiki/X.Org_Server Xorg] is the implementation of the [https://en.wikipedia.org/wiki/X_Window_System X Window System]. It acts as the bridge between your system's hardware and the graphical user environment. | [https://en.wikipedia.org/wiki/X.Org_Server Xorg] is the implementation of the [https://en.wikipedia.org/wiki/X_Window_System X Window System]. It acts as the bridge between your system's hardware and the graphical user environment enabling a variety of [[:Category:Desktop environment|desktop environments]] and [[:Category:Window managers|window managers]]. | ||
= Enabling = | = Enabling = | ||
| Line 5: | Line 5: | ||
On NixOS, users can enable and configure Xorg through the {{nixos:option|services.xserver}} module in their system configuration. | On NixOS, users can enable and configure Xorg through the {{nixos:option|services.xserver}} module in their system configuration. | ||
See {{NixOS Manual|name=NixOS Manual: Chapter - X Window | See {{NixOS Manual|name=NixOS Manual: Chapter - X Window System|anchor=#sec-x11}} for information on using X11 with NixOS. | ||
= Tips and tricks = | = Tips and tricks = | ||
| Line 89: | Line 89: | ||
= See also = | = See also = | ||
* [[Wayland]] | |||
* [[Nvidia]] | * [[Nvidia]] | ||
* [[AMD GPU]] | * [[AMD GPU]] | ||
* [[Intel Graphics]] | * [[Intel Graphics]] | ||
* [[:Category:Desktop environment]] | |||
* [[:Category:Window managers]] | |||
[[Category:Video]] | [[Category:Video]] | ||