Xorg: Difference between revisions
Tag: Undo |
Add links to manual and module options for configuring xorg Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
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. | |||
= Enabling = | |||
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 Syestem|anchor=#sec-x11}} for information on using X11 with NixOS. | |||
= Tips and tricks = | |||
== HiDPI == | == HiDPI == | ||
Line 37: | Line 47: | ||
== Disabling touchpad and mouse accelerations == | == Disabling touchpad and mouse accelerations == | ||
To disable touchpad and mouse accelerations just add the following lines to your <code>configuration.nix</code> | To disable touchpad and mouse accelerations just add the following lines to your <code>configuration.nix</code> | ||
Line 67: | Line 78: | ||
== Exclude packages == | == Exclude packages == | ||
Some packages like xterm are included when enabling Xorg. To exclude packages, edit the <code>configuration.nix</code> as the example, but be sure to have another terminal enabled in your build before doing this. | Some packages like xterm are included when enabling Xorg. To exclude packages, edit the <code>configuration.nix</code> as the example, but be sure to have another terminal enabled in your build before doing this. | ||
Line 75: | Line 87: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= See also = | |||
* [[Nvidia]] | * [[Nvidia]] |