<br><br><div class="gmail_quote">El 30 de octubre de 2010 22:09, Cronopio Rojo <span dir="ltr"><<a href="mailto:cronopiorojo@yahoo.com.ar">cronopiorojo@yahoo.com.ar</a>></span> escribió:<br><br>Hola.<br><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Mi placa de video es NVidia MCP61S. ¿Tengo que poner eso en lugar de "radeon"?<div class="im"><br></div></td></tr></tbody></table></blockquote><div><br>si es nvidia no puede ser radeon, que es de ati. Donde tienes puesto eso en configuración ?<br>
<br><br>Saludos.<br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr>
<td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top"><div class="im">
<br><div><div align="center"> </div><span style="font-style: italic; font-weight: bold; color: rgb(255, 0, 0);">" La realidad es aquello que, cuando dejas de creer en ella, no desaparece"</span> <span style="font-weight: bold;">(Philip K Dick)</span><br>
<div><span style="font-size: 10pt;"><span style="font-weight: bold;"></span></span></div> <div align="center"><br><b><font face="Comic Sans MS"><font color="#ff0000"><br><br></font></font></b></div></div><br><br>--- El <b>sáb 30-oct-10, Marcos Germán Guglielmetti <i><<a href="mailto:marcos@ovejafm.com" target="_blank">marcos@ovejafm.com</a>></i></b> escribió:<br>
</div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div class="im"><br>De: Marcos Germán Guglielmetti <<a href="mailto:marcos@ovejafm.com" target="_blank">marcos@ovejafm.com</a>><br>
Asunto: Re: [Musix-usuarios] problemas con
la configuración de pantalla<br>Para: "Lista de usuarios de Musix" <<a href="mailto:musix-usuarios@lists.ourproject.org" target="_blank">musix-usuarios@lists.ourproject.org</a>><br></div>Fecha: sábado, 30 de octubre de 2010, 3:34<div>
<div></div><div class="h5"><br><br><div>On Friday 29 October 2010 22:26:01 Cronopio Rojo wrote:<br>> Copio contenido de /etc/X11/xorg.conf<br>><br><br>ok, veamos (estoy medio dormido pero se me ocurre algo...):<br><br>
> # If you have edited this file but would like it to be automatically<br>> updated # again, run the following command:<br>> # sudo dpkg-reconfigure -phigh xserver-xorg<br>><br>> Section "InputDevice"<br>
> Identifier "Generic Keyboard"<br>> Driver "kbd"<br>><br><br><br><br>Ok, veamos el que tengo acá, que lo tengo forzándolo a la resolución que mejor <br>anda en mi
monitor:<br><br>=================================================================<br><br># If you have edited this file but would like it to be automatically updated<br># again, run the following command:<br># sudo dpkg-reconfigure -phigh xserver-xorg<br>
<br>Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "kbd"<br> Option "XkbRules" "xorg"<br> Option "XkbModel" "pc105"<br>
Option "XkbLayout" "es"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br>
Option "CorePointer"<br>EndSection<br><br>Section "Device"<br> Identifier "Configured Video Device"<br> Driver "radeon"<br>EndSection<br><br>Section "Monitor"<br>
Identifier "Configured Monitor"<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Monitor "Configured Monitor"<br> Device "Configured Video Device"<br>
Defaultdepth 24<br> Subsection "Display"<br> Depth 24<br> Modes "1152x864"<br> EndSubsection<br>EndSection<br><br>Section
"ServerLayout"<br> Identifier "Default Layout"<br> screen "Default Screen"<br>EndSection<br>Section "Module"<br> Load "glx"<br>EndSection<br><br><br>=================================================================<br>
<br>fijate que la parte más importante es esta:<br><br><br>Section "Screen"<br> Identifier "Default Screen"<br> Monitor "Configured Monitor"<br> Device "Configured Video Device"<br>
Defaultdepth 24<br> Subsection "Display"<br> Depth 24<br> Modes "1152x864"<br> EndSubsection<br>EndSection<br><br>(vos en tu caso tendrías que poner
otra resolusión, la que mejor te ande)<br>pero para que eso pudiera funcionar, antes tendrías que:<br><br>* hacer un backup de tu xorg.conf actual por las dudas <br>(cp /etc/X11/xorg.conf /etc/X11/xorg.conf-back)<br><br>
* asegurarte de escribir todo bien (podés copiar y pegar), de lo contrario <br>fallará y no iniciará el escritorio (podrías restaurar el backup ante la <br>emergencia, con cp /etc/X11/xorg.conf-back /etc/X11/xorg.conf)<br>
<br>* incluir también, y antes que esa sección que vimos más arriba, estas:<br><br>Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br> Option "CorePointer"<br>
EndSection<br><br>Section "Device"<br> Identifier "Configured Video Device"<br> Driver
"radeon"<br>EndSection<br><br><br>* pero: quizá tu placa de video no sea RADEON, sino otra, en tal caso deberás <br>especificar el driver de tu placa, recuerdo que nos habías dicho cuál era <br>pero no lo encuentro ahora el mail. Ante la emergencia (y por el momento <br>
hasta que sepas qué driver poner), calculo que podés poner el driver <br>genérico "vesa" en lugar de "radeon", quizá andará todo más lento, pero <br>supongo que andará... <br><br><br>por ahora no se me ocurre nada más, supongo que otros colisteros tendrán <br>
mejores ideas<br><br>PD: también si estuvieras en problemas y no iniciara el escritorio, otra forma <br>en teoría de reparar el xorg.conf sería ejecutar<br><br>sudo dpkg-reconfigure -phigh xserver-xorg<br><br>_______________________________________________<br>
Musix GNU+Linux - <a href="http://www.musix.org.ar" target="_blank">www.musix.org.ar</a><br>Musix-usuarios mailing list<br><a href="http://mc/compose?to=Musix-usuarios@lists.ourproject.org" target="_blank"><font color="red"><b>MailScanner has detected a possible fraud attempt from "mc" claiming to be</b></font> Musix-usuarios@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios</a><br></div></div></div></blockquote></td></tr></tbody></table>
<br>
<br>_______________________________________________<br>
Musix GNU+Linux - <a href="http://www.musix.org.ar" target="_blank">www.musix.org.ar</a><br>
Musix-usuarios mailing list<br>
<a href="mailto:Musix-usuarios@lists.ourproject.org">Musix-usuarios@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>José A. González<br><br>Siempre GNU Linux.<br>