On Thu, Nov 02, 2006 at 02:13:24PM -0300, Mario Carugno wrote: > En etch hago 'dpkg-reconfigure xserver-xorg' y despues de configurar todo, > sale un mensaje: > > xserver-xorg postinst warning: not updating /etc/X11/X; file has been > customized > > Como se configura (sin tocar el XF86Config a mano) ?
Ese mensaje significa que /etc/X11/X, que es un symlink, no est? apuntando a uno de los binarios 'normales'. Si no hiciste ese cambio a mano probablemente lo correcto es que apunte a /usr/bin/Xorg, as? que como root: cd /etc/X11 rm X ln -s /usr/bin/Xorg X -- Rodrigo Gallardo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

