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

Carlos Gutierrez plmsckr en gmail.com
Mar Feb 17 14:57:24 GMT 2009


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.




Más información sobre la lista de distribución ubuntu-es