[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /etc/X11/Xorg.conf ha cambiado en Lenny, ¿ahora dónde añado modulos?



2009/2/17 Carlos Gutierrez <plmsckr@gmail.com>
Antes que nada si no sabéis ayudarme me podríais recomendar sitios donde
puedo preguntar ésto (listas de correo, foros, etc). Añado ésto a varias
listas porque no estoy seguro si debian es diferente de ubuntu.

Antes de poner los archivos quisiera comentar que lo que yo busco es
añadir el modulo "record" que hay en el primer texto.

El archivo xorg.conf en /etc/X11/Xorg.conf ha cambiado totalmente en la
versión de lenny (yo usaba etch stable), antes era:

Section "Files"
       FontPath        "/usr/share/fonts/X11/misc"
       FontPath        "/usr/X11R6/lib/X11/fonts/misc"
       FontPath        "/usr/share/fonts/X11/cyrillic"
       FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
       FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
       FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
       FontPath        "/usr/share/fonts/X11/Type1"
       FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
       FontPath        "/usr/share/fonts/X11/100dpi"
       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
       FontPath        "/usr/share/fonts/X11/75dpi"
       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
       # path to defoma fonts
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
       Load    "i2c"
       Load    "bitmap"
       Load    "ddc"
       Load    "dri"
       Load    "extmod"
       Load    "freetype"
       Load    "glx"
       Load    "int10"
       Load    "vbe"
       Load    "record"
EndSection

etc...

Ahora es éste:

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc105"
       Option          "XkbLayout"     "es"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
EndSection

Section "Device"
       Identifier      "Configured Video Device"
EndSection

Section "Monitor"
       Identifier      "Configured Monitor"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Monitor         "Configured Monitor"
EndSection

¿Cómo añado Load "record"? ¿Qué hago? No tengo ni idea,  ver si me
podéis ayudar.

Muchísimas gracias por la ayuda, saludos.


Si has leido las notas de publicación verás que el nuevo
Xorg detecta y carga todo automáticamente, no tienes
que preocuparte, él irá cargando lo que valla necesitando.


--
"LARGA VIDA Y PODEROSA."

Reply to: