slitaz-doc-wiki-data diff pages/en/devnotes/xorgserver-user.txt @ rev 7

Add pages/en folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 12:17:18 2011 +0000 (2011-02-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pages/en/devnotes/xorgserver-user.txt	Sat Feb 26 12:17:18 2011 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +======= xorg-server-1.8 ======
     1.5 +
     1.6 +===== Upgrade Xorg configuration =====
     1.7 +
     1.8 +
     1.9 +Upgrade Slitaz :
    1.10 +<code># echo 'y' | tazpkg upgrade</code>
    1.11 +Backup xorg.conf :
    1.12 +<code># mv /etc/X11/xorg.conf /etc/X11/xorg.conf-backup</code>
    1.13 +Re-configure Xorg with tazx :
    1.14 +<code># tazx config-xorg</code>
    1.15 +
    1.16 +==== User tweaks ====
    1.17 +
    1.18 +If you have tweaked the //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 :
    1.19 +
    1.20 +  * Put your modifications (examples) in the file ///etc/X11/xorg.conf.// This file is now reserved for users, it's the first read by Xorg when X boots.
    1.21 +
    1.22 +  * You put them in the correct file in the directory ///etc/X11/xorg.conf.d.// SliTaz use two files for each Xorg section : 
    1.23 +          * n0-Section.conf for the default configuration and : 
    1.24 +          * (n-1)5-SectionTweaks.conf for the configurations which overwrite the default one.
    1.25 +
    1.26 +Example :
    1.27 +
    1.28 +//40-evdev.conf// contains the default configuration for all devices.
    1.29 +
    1.30 +//35-synaptics.conf// is installed with the package xorg-input-xf86-synaptics and contains the configuration file for touchpad. It overwrites the default one (evdev).
    1.31 +
    1.32 +If you wish to modify this section manually, take care to rename the file with a lower number like //31-MyDevices.conf//. And don't use a file named x5 or x0 to ensure that it will not be overwritten by an upgrade.
    1.33 \ No newline at end of file