2015-12-10 14:44:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-01-08 17:22:33 +00:00
<feed xmlns= "http://www.w3.org/2005/Atom" > <title > balkian.com - cheats</title> <link href= "http://balkian.com/" rel= "alternate" > </link> <link href= "http://balkian.com/feeds/cheats.atom.xml" rel= "self" > </link> <id > http://balkian.com/</id> <updated > 2017-01-07T18:00:00+01:00</updated> <entry > <title > HDMI-VGA adapter issues with Raspberry Pi</title> <link href= "http://balkian.com/hdmi-vga-adapter-issues-with-raspberry-pi.html" rel= "alternate" > </link> <published > 2017-01-07T18:00:00+01:00</published> <updated > 2017-01-07T18:00:00+01:00</updated> <author > <name > J. Fernando Sánchez</name> </author> <id > tag:balkian.com,2017-01-07:/hdmi-vga-adapter-issues-with-raspberry-pi.html</id> <summary type= "html" > < p> Avoid HDMI flickering/intermittent blanking on RPI with a 1400x1050 VGA monitor.< /p>
2017-01-07 22:33:42 +00:00
< table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1
2
3
4
5< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> < span class="n"> hdmi_drive< /span> < span class="o"> =< /span> < span class="mi"> 2< /span>
< span class="n"> hdmi_group< /span> < span class="o"> =< /span> < span class="mi"> 2< /span>
< span class="n"> hdmi_mode< /span> < span class="o"> =< /span> < span class="mi"> 42< /span>
< span class="n"> disable_overscan< /span> < span class="o"> =< /span> < span class="mi"> 1< /span>
< span class="n"> config_hdmi_boost< /span> < span class="o"> =< /span> < span class="mi"> 7< /span>
< /pre> < /div>
2019-01-08 17:22:33 +00:00
< /td> < /tr> < /table> </summary> <content type= "html" > < p> Avoid HDMI flickering/intermittent blanking on RPI with a 1400x1050 VGA monitor.< /p>
< table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1
2
3
4
5< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> < span class="n"> hdmi_drive< /span> < span class="o"> =< /span> < span class="mi"> 2< /span>
< span class="n"> hdmi_group< /span> < span class="o"> =< /span> < span class="mi"> 2< /span>
< span class="n"> hdmi_mode< /span> < span class="o"> =< /span> < span class="mi"> 42< /span>
< span class="n"> disable_overscan< /span> < span class="o"> =< /span> < span class="mi"> 1< /span>
< span class="n"> config_hdmi_boost< /span> < span class="o"> =< /span> < span class="mi"> 7< /span>
< /pre> < /div>
< /td> < /tr> < /table> </content> <category term= "rpi" > </category> </entry> <entry > <title > PPTP connections</title> <link href= "http://balkian.com/pptp-connections.html" rel= "alternate" > </link> <published > 2017-01-01T00:00:00+01:00</published> <updated > 2017-01-01T00:00:00+01:00</updated> <author > <name > J. Fernando Sánchez</name> </author> <id > tag:balkian.com,2017-01-01:/pptp-connections.html</id> <summary type= "html" > < table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> opkg install kmod-nf-nathelper-extra
< /pre> < /div>
< /td> < /tr> < /table> </summary> <content type= "html" > < table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> opkg install kmod-nf-nathelper-extra
< /pre> < /div>
< /td> < /tr> < /table> </content> <category term= "openwrt" > </category> <category term= "linux" > </category> <category term= "router" > </category> </entry> <entry > <title > Arch Linux Fixes</title> <link href= "http://balkian.com/arch-linux-fixes.html" rel= "alternate" > </link> <published > 2016-02-03T20:00:00+01:00</published> <updated > 2016-02-03T20:00:00+01:00</updated> <author > <name > J. Fernando Sánchez</name> </author> <id > tag:balkian.com,2016-02-03:/arch-linux-fixes.html</id> <summary type= "html" > < div class="section" id="black-screen-and-lightdm-doesn-t-unlock">
2016-02-03 17:56:30 +00:00
< h2> Black screen and LightDM doesn't unlock< /h2>
< p> Add this to your < cite> /etc/lightdm/lightdm.conf< /cite> file:< /p>
< table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1
2016-09-28 18:27:26 +00:00
2< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> < span class="k"> [LightDM]< /span>
2016-02-03 17:56:30 +00:00
< span class="na"> logind-check-graphical< /span> < span class="o"> =< /span> < span class="s"> true< /span>
< /pre> < /div>
< /td> < /tr> < /table> < /div>
2019-01-08 17:22:33 +00:00
</summary> <content type= "html" > < div class="section" id="black-screen-and-lightdm-doesn-t-unlock">
< h2> Black screen and LightDM doesn't unlock< /h2>
< p> Add this to your < cite> /etc/lightdm/lightdm.conf< /cite> file:< /p>
< table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1
2< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> < span class="k"> [LightDM]< /span>
< span class="na"> logind-check-graphical< /span> < span class="o"> =< /span> < span class="s"> true< /span>
< /pre> < /div>
< /td> < /tr> < /table> < /div>
</content> <category term= "arch" > </category> <category term= "linux" > </category> </entry> <entry > <title > Org-mode tricks</title> <link href= "http://balkian.com/org-mode-tricks.html" rel= "alternate" > </link> <published > 2015-12-10T11:34:00+01:00</published> <updated > 2015-12-10T11:34:00+01:00</updated> <author > <name > J. Fernando Sánchez</name> </author> <id > tag:balkian.com,2015-12-10:/org-mode-tricks.html</id> <summary type= "html" > < div class="section" id="show-plain-text-version">
< h2> Show plain text version< /h2>
< table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> < span class="p"> (< /span> < span class="nv"> font-lock-mode< /span> < span class="p"> )< /span>
< /pre> < /div>
< /td> < /tr> < /table> < /div>
</summary> <content type= "html" > < div class="section" id="show-plain-text-version">
2015-12-10 14:44:33 +00:00
< h2> Show plain text version< /h2>
2016-09-28 18:27:26 +00:00
< table class="highlighttable"> < tr> < td class="linenos"> < div class="linenodiv"> < pre> 1< /pre> < /div> < /td> < td class="code"> < div class="highlight"> < pre> < span> < /span> < span class="p"> (< /span> < span class="nv"> font-lock-mode< /span> < span class="p"> )< /span>
2015-12-10 14:44:33 +00:00
< /pre> < /div>
< /td> < /tr> < /table> < /div>
2019-01-08 17:22:33 +00:00
</content> <category term= "emacs" > </category> <category term= "productivity" > </category> <category term= "editor" > </category> <category term= "org" > </category> </entry> </feed>