<div dir="ltr">Hi to all.<div><br></div><div>I remember that some one give the idea for use jwm and like x windows managers to construct a UbuntuStudio release. I <br clear="all"><div><br></div><div>I said I did not like the idea that connect to external monitors was difficult, and that this is automatic in UbuntuStudio, easy to configure. In addition I could not set my external monitor VA1931wa-LED ViewSonic to 75Hz to avoid eye strain, but now I found a solution with this script:<br></div><div><br></div><div><div>#! /bin/bash</div><div># Este es el script que yo utilizo para ponerle 75Hz a mi monitor externo y al mismo</div><div># Adaptado de "Using xrandr and gtf to add a new mode to your X configuration at runtime" <a href="http://www.arunviswanathan.com/node/53">http://www.arunviswanathan.com/node/53</a></div><div># Este script funciona primero apagando el monitor de mi laptop y luego poniendo el nuevo modo al externo y los 75Hz</div><div>xrandr --output LVDS1 --off<br></div><div>xrandr --newmode "1280x768_75.00"  102.98  1280 1360 1496 1712  768 769 772 802  -HSync +Vsync</div><div>xrandr --addmode VGA1 1280x768_75.00</div><div>xrandr --output VGA1 --mode 1280x768_75.00</div><div>feh --bg-scale /home/wachin/.icewm/wallpaper/Jesus-inside.jpg &<br></div><div># Para ponerle un wallpaper al escritorio de icewm después que he puesto los 75Hz.</div></div><div><br></div><div>With this script first:</div><div>1.- turn off laptop monitor</div><div>2.- turn on external monitor </div><div>3.- enable wallpaper (of course in second because this are on)</div><div><br></div><div>Now I working in the config files and make a entry in my linux blog</div><div><br></div><div><h3 class="gmail-post-title entry-title" style="margin:0px;font-weight:normal;font-stretch:normal;font-size:18px;font-family:arial,tahoma,helvetica,freesans,sans-serif;color:rgb(97,97,97)">icewm Administrador de Ventanas para PC con bajos recursos en Ubuntu</h3></div><div><a href="http://facilitarelsoftwarelibre.blogspot.com/2016/07/icewm-administrador-de-ventanas-para-pc.html">http://facilitarelsoftwarelibre.blogspot.com/2016/07/icewm-administrador-de-ventanas-para-pc.html</a><br></div><div><br></div><div>is only in english, but contain very usefull content. </div><div><br></div><div>Now I install antiX Linux 2016 to learn the</div><div><br></div><div>.icewm</div><div><br></div><div>folder, inside this are more configurations that I need to learn. </div><div><br></div><div>This antiX have others x window manager like jwm, but I think that IceWM is the best (this is the default in antiX). </div><div><br></div><div>I think that is possible fo UbuntuStudio Team make other release but with IceWM</div><div><br></div><div>Then it would be two download releases that the public would<br></div><div><br></div><div>1.- UbuntuStudio XFCE based</div><div>2.- UbuntuStudio IceWM based</div><div><br></div><div>But now I have only a several problem. Wine Apps have very bad renderin fonts, the appearance is bad, and I use a Windows Software that I can't use: e-Sword</div><div>-- <br></div><div class="gmail_signature"><div dir="ltr"><div>Ingeniero en Alimentos</div><div>Washington Indacochea Delgado</div></div></div>
</div></div>