Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.7 KB

xorgserver-user.rst

File metadata and controls

56 lines (33 loc) · 1.7 KB

xorg-server-1.8

Author: gokhlayeh, linea

Upgrade Xorg configuration

Upgrade Slitaz:

# echo 'y' | tazpkg upgrade

Backup :file:`xorg.conf`:

# mv /etc/X11/xorg.conf /etc/X11/xorg.conf-backup

Re-configure :program:`Xorg` with :command:`tazx`:

# tazx config-xorg

User tweaks

If you have tweaked the :file:`xorg.conf` file, then you have two possibilities. In both cases the tweaks will be read before the default configuration and will not be erased by an upgrade:

Example:

:file:`40-evdev.conf` contains the default configuration for all devices.

:file:`35-synaptics.conf` is installed with the package :program:`xorg-input-xf86-synaptics` and contains the configuration file for touchpad. It overwrites the default one (:program:`evdev`).

If you wish to modify this section manually, take care to rename the file with a lower number like :file:`31-MyDevices.conf`. And don't use a file named :file:`x5` or :file:`x0` to ensure that it will not be overwritten by an upgrade.