# Nota: Tildes omitidas a proposito # ********************************************************************** # Opciones generales # ********************************************************************** Section "ServerLayout" Identifier "Dell Vostro 1500" Screen 0 "Escritorio" 0 0 InputDevice "TouchPad" "CorePointer" InputDevice "Logitech MX500 evdev" "SendCoreEvents" InputDevice "Teclado" "CoreKeyboard" Option "BlankTime" "4" # Blank the screen (Non-DPMS) Option "StandbyTime" "8" # Turn off the screen (DPMS) Option "SuspendTime" "15" # Hibernation (DPMS) Option "OffTime" "30" # Turn off the monitor (DPMS) EndSection # ********************************************************************** # Rutas # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/encodings" FontPath "/usr/share/fonts/ttf-bitstream-vera" EndSection # ********************************************************************** # Modulos # ********************************************************************** Section "Module" Load "glx" Load "extmod" Load "dbe" Load "freetype" EndSection # ********************************************************************** # Touchpad # ********************************************************************** Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "Emulate3Buttons" "on" EndSection # ********************************************************************** # Raton Logitech MX500 con soporte evdev # ********************************************************************** Section "InputDevice" Identifier "Logitech MX500 evdev" Driver "evdev" Option "Name" "B16_b_02 USB-PS/2 Optical Mouse" EndSection # ********************************************************************** # Teclado # ********************************************************************** Section "InputDevice" Identifier "Teclado" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbRules" "xorg" EndSection # ********************************************************************** # Monitor # ********************************************************************** Section "Monitor" Identifier "ViewSonic VX2025wm" Option "UseEdidDpi" "false" Option "DPI" "98 x 98" Option "DPMS" EndSection # ********************************************************************** # Tarjeta de video Nvidia # ********************************************************************** Section "Device" Identifier "nVidia GeForce 8600M GT" Driver "nvidia" Option "NvAGP" "1" Option "NoLogo" "True" Option "Coolbits" "1" Option "AllowGLXWithComposite" "True" Option "TwinView" "1" #Para una sola pantalla Option "MetaModes" "CRT:nvidia-auto-select;DFP:nvidia-auto-select;TV:nvidia-auto-select" #Para dos pantallas a la vez #Option "MetaModes" "CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1680+0; CRT: nvidia-auto-select +0+0, DFP: NULL" #Option "TwinViewXineramaInfoOrder" "CRT-0" #Configuracion de la salida de TV Option "TVStandard" "PAL-G" #Otros valores para HD-TV:HD480i HD480p HD720p HD1080i HD1080p HD576i HD576p EndSection # ********************************************************************** # Tarjeta de video VESA para emergencias # ********************************************************************** Section "Device" Identifier "vesacard" Driver "vesa" VideoRam 8192 EndSection # ********************************************************************** # Pantalla # ********************************************************************** Section "Screen" Identifier "Escritorio" Device "nVidia GeForce 8600M GT" Monitor "ViewSonic VX2025wm" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 #Modes "1680x1050" EndSubSection EndSection # ********************************************************************** # Transparencias reales # ********************************************************************** Section "Extensions" Option "Composite" "Enable" EndSection