slitaz-doc-wiki-data view pages/es/devnotes/xorgserver-contrib.txt @ rev 5

Add pages/es folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 12:14:03 2011 +0000 (2011-02-26)
parents
children
line source
1 ====== xorg-server-1.8 ======
3 ===== Introducción =====
5 Con xorg-server-1.8, el archivo ///etc/X11/xorg.conf// queda en desuso. A pesar de que en realidad se reserva para que el usuario lo modifique, ya no se edita de forma automática.
7 Los archivos de configuración están ahora en ///etc/X11/xorg.conf.d//. Para asegurar que la configuración de los usuarios no se eliminará en una actualización del sistema, aquí hay una sugerencia de números y contenido. Los archivos de configuración se leen en orden alfanumérico y sus nombres tienen que terminar con .conf:
9 * 00 - ServerFlag
10 * 05 - ServerLayout Tweaks
11 * 10 - ServerLayout
12 * 15 - Files Tweaks
13 * 20 - Files
14 * 25 - Modules Tweaks
15 * 30 - Modules
16 * 35 - InputClass/InputDevice Tweaks
17 * 40 - InputClass/InputDevice
18 * 45 - Monitor Tweaks
19 * 50 - Monitor
20 * 55 - Device Tweaks
21 * 60 - Device
22 * 65 - Screen Tweaks
23 * 70 - Screen
24 * 75 - Modes Tweaks
25 * 80 - Modes
26 * 85 - DRI Tweaks
27 * 90 - DRI
28 * 95 - Extension Tweaks
29 * 100 - Extension
31 Some of the x0 sections are configured by tazx xorg-config using a template //xorg.conf// file (generated with Xorg -configure). You can find more information about this in the function [[http://hg.slitaz.org/slitaz-tools/file/ca6804d9b56b/tinyutils/tazx#l27|xorg_conf_d]] of tazx.
33 If you want add a configuration file to a package, please take care to use a name different from those specified by tazx or this file will be erased when booting in live mode. You can use the same number (x0) with a different name if this configuration doesn't conflict with those used by default. Otherwise, use (x-1)5 for that configuration overwriting the default one.
35 Ejemplos:
37 * [[http://hg.slitaz.org/wok/file/c29991cef110/xorg-xf86-input-evdev/stuff/40-evdev.conf|40-evedev.conf]] - Default configuration for all devices
38 * [[http://hg.slitaz.org/wok/file/c29991cef110/xorg-xf86-input-synaptics/stuff/35-synaptics.conf|35-synaptics.conf]] - Advanced configuration for touchpad devices, overwriting the default configuration for these devices
39 * hwsetup, section [[http://hg.slitaz.org/slitaz-tools/file/ca6804d9b56b/tinyutils/hwsetup#l685|nvidia]] and [[http://hg.slitaz.org/slitaz-tools/file/ca6804d9b56b/tinyutils/hwsetup#l753|ati]] - Add a file 55-DeviceTweaks.conf configuring a graphic driver other than vesa
41 ===== Lista de archivos de configuración =====
43 Para evitar nombrar dos archivos con el mismo nombre, puede usar estos en ///etc/X11/xorg.conf.d/readme// para usuarios de la versión 4.0.
45 tazx :
46 * 10-ServerLayout.conf
47 * 20-Files.conf
48 * 30-Module.conf
49 * 40-Keyboard.conf
50 * 50-Monitor.conf
51 * 60-Device.conf
52 * 70-Screen.conf
53 tazhw :
54 * 55-DeviceTweaks.conf
55 xorg-xf86-input-evdev :
56 * 40-evdev.conf
57 xorg-xf86-input-synaptics :
58 * 35-synaptics.conf
60 ===== Por hacer =====
62 * Mejorar la herramienta de auto-configuración en tazx: algunas fuentes y módulos no se necesitan cargar por defecto o no existen. Algunos de estos elementos se pueden configurar mediante su paquete original.
63 * Pre-configurar algunos controladores para hacerlos funcionar "out-of-the-box".