Trata con xorgconfig, a mi siempre me funciona, claro que despues tengo q editar ciertas cosas manualmente, por ejemplo para agregar soporte para 3d, por si a caso aqui esta mi xorg.conf, yo uso Gentoo, pero no creo q sea muy diferente, solo q uso xorg 7.1:

Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "false"
EndSection

Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" # Explorer PS/2
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection


On 10/5/06, Manuel Ruiz <[EMAIL PROTECTED]> wrote:

Hola linuxeros

Tengo un problema, he borrado el archivo xorg.conf del directorio etc/X11
he tratado de regenerarlo con :

# Xorg -configure y me ha creado el archivo /root/xorg.conf.new
luego hice
# X -config /root/xorg.conf.new y aparecio un apantalla negra y me regreso una lista indicando que habian errores.

Luego renombre este archivo creado como xorg.conf y lo copie a etc/X11, pero nada. No puedo levantar el entorno grafico.

Lo que trato es de instalar es el XFCE.
Previamente a todo hice lo siguiente:
#yum groupinstall XFCE-4.2
#yum install xorg-x11
Despues de realizar esto es que borré el archivo, ni siquiera llegue a configurar o abrir el archivo xorg.conf.

Si alguien tuviera alguna idea para solucionar el problema, porque ya he eliminado xorg y lo he vuelto a instalar y no pasa nada. No se altera el archivo xorg.cong renombrado y generado con :
#Xorg -configure.

Gracias de antemano

Manuel



_______________________________________________
Lista de correo Linux-plug
Temática: Discusión general sobre Linux
Peruvian Linux User Group ( http://www.linux.org.pe)

Participa suscribiéndote y escribiendo a:  [email protected]
Para darte de alta, de baja  o hacer ajustes a tu suscripción visita:
http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug

IMPORTANTE: Reglas y recomendaciones
http://www.linux.org.pe/listas/reglas.php
http://www.linux.org.pe/listas/comportamiento.php
http://www.linux.org.pe/listas/recomendaciones.php




--
Juan Timaná
www.ezwp.com
_______________________________________________
Lista de correo Linux-plug
Temática: Discusión general sobre Linux
Peruvian Linux User Group (http://www.linux.org.pe)

Participa suscribiéndote y escribiendo a:  [email protected]
Para darte de alta, de baja  o hacer ajustes a tu suscripción visita:
http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug

IMPORTANTE: Reglas y recomendaciones
http://www.linux.org.pe/listas/reglas.php
http://www.linux.org.pe/listas/comportamiento.php
http://www.linux.org.pe/listas/recomendaciones.php

Responder a