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

2009-02-17 Por tema Carlos Gutierrez
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
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
Loadrecord
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.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-02-17 Por tema haldrik
2009/2/17 Carlos Gutierrez plms...@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
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
Loadrecord
 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.


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

2009-02-17 Por tema Manuel

Carlos Gutierrez escribió:


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


Pues pon una section Modules y dentro un load record.


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


Yo sigo usando el xorg.conf de etch y funciona perfectamente, vamos que 
si tienes el antes y lo pones en lenny funciona sin problemas, creo que 
el modulo speedo y otro (mira la doc) ya no hay que ponerlos, y puede 
que te haya cambiado la ruta de las fuentes o algo (cosa de mirar los 
directorios).


Saludos. Manuel



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-02-17 Por tema Alberto Vicat

Carlos Gutierrez escribió:

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
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
Loadrecord
EndSection

etc...

Ahora es éste:

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRulesxorg
Option  XkbModelpc105
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.


No está bien visto lo que decís que has hecho, suele crear algunos 
problemas:

http://es.wikipedia.org/wiki/Crossposting

Con respecto a agregar, pues editando el archivo Xorg.conf, es un 
archivo de texto como cualquiera. Agregale lo que decís.
Pero sería bueno saber porqué querés agregarle eso, ¿tuviste algún 
problema, falla, carencia?

Es posible que Lenny ya no necesite que esa parte figure en Xorg.conf.
Explicá un poco más si es que has tenido problemas o porqué querés 
agregarle esa sección y módulo.


Saludos






--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-02-17 Por tema Xoan Sampaiño
On Tue, Feb 17, 2009 at 15:57, Carlos Gutierrez plms...@gmail.com wrote:
 Antes de poner los archivos quisiera comentar que lo que yo busco es
 añadir el modulo record que hay en el primer texto.

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

Añadiendo la sección que falta (por seguir un orden, al principio del fichero):

Section Module
   Load record
   # [...]
EndSection

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

 # [...]

-- 
Xoan Sampaiño xoansampai...@gmail.com

() ASCII Ribbon Campaign   - Against HTML e-mail
/\ http://asciiribbon.org/ - Against proprietary attachments

What you are will show in what you do. - Thomas Edison


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org