<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3738&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] disable frame buffer]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3738</link>
		<description><![CDATA[The most recent posts in [SOLVED] disable frame buffer.]]></description>
		<lastBuildDate>Tue, 18 Aug 2020 19:10:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24155#p24155</link>
			<description><![CDATA[<p>There is a third option: reconfigure the console-setup package and select the VGA font, which is the native font supplied by the video card.</p><p>For GRUB use the <span class="bbc">GRUB_FONT</span> option in <span class="bbc">/etc/default/grub</span>. Or just write your own grub.cfg instead and don&#039;t set the font (remove the GRUB packages to prevent the configuration file being overwritten after kernel upgrades).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 18 Aug 2020 19:10:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24155#p24155</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24148#p24148</link>
			<description><![CDATA[<p>Either way works for me!</p>]]></description>
			<author><![CDATA[dummy@example.com (Bill Evans)]]></author>
			<pubDate>Tue, 18 Aug 2020 15:17:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24148#p24148</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24144#p24144</link>
			<description><![CDATA[<p>How do you feel about /boot/grub/fonts.off instead? To me, .off is a lot clearer than xx, which could be useful if it&#039;s an X11 component. And I use xxd a lot...</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Tue, 18 Aug 2020 12:56:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24144#p24144</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24131#p24131</link>
			<description><![CDATA[<p>Well, now, this is really embarrassing.</p><p>In the light of day, when it comes to using the hardware native screen font, there are actually two advantages for using Head&#039;s solution.&#160; One, as he says: it&#039;s less hacky.&#160; The other: um, their solution works and mine doesn&#039;t.&#160; I don&#039;t know why my testing was so abysmal.</p><p>But wait!&#160; There&#039;s another solution!&#160; It&#039;s hacky, but it works:</p><div class="codebox"><pre><code>mv /etc/console-setup /etc/xxconsole-setup</code></pre></div><p>The advantage is that if you ever want to reverse this, you don&#039;t have to have access to a DVD, or a USB stick, or the Internet, to do so, because you won&#039;t have to reinstall console-setup.&#160; Just reverse the rename.</p><p>Aaaand, for esthetic consistency goodness, you can go full hacky:</p><div class="codebox"><pre><code>mv /boot/grub/fonts /boot/grub/xxfonts</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Bill Evans)]]></author>
			<pubDate>Sun, 16 Aug 2020 23:12:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24131#p24131</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24112#p24112</link>
			<description><![CDATA[<div class="quotebox"><cite>Bill Evans wrote:</cite><blockquote><div><p>To fix this bug, preventing the use of an artificial font, make the following configuration change:</p><div class="codebox"><pre><code>rm /bin/setupcon</code></pre></div></div></blockquote></div><p>Less hacky solution:</p><div class="codebox"><pre><code># apt purge console-setup</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 16 Aug 2020 12:21:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24112#p24112</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24111#p24111</link>
			<description><![CDATA[<p>One more wrinkle, though.&#160; Even though the framebuffer has been disabled, there&#039;s still a point where the native font is replaced by one that looks almost the same, but isn&#039;t quite.&#160; The native font is more readable from across the room (and, in my opinion, is more esthetically pleasing).&#160; To fix this bug, preventing the use of an artificial font, make the following configuration change:</p><div class="codebox"><pre><code>rm /bin/setupcon</code></pre></div><p>The results are delightful, I still get my virtual consoles, and I&#039;ve never looked back.</p>]]></description>
			<author><![CDATA[dummy@example.com (Bill Evans)]]></author>
			<pubDate>Sun, 16 Aug 2020 09:56:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24111#p24111</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23954#p23954</link>
			<description><![CDATA[<p>Yes, don&#039;t forget to run</p><div class="codebox"><pre><code>update-grub</code></pre></div><p>after you have made any changes to the grub configuration files, otherwise the changes will have no effect.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 10 Aug 2020 09:41:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23954#p23954</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23953#p23953</link>
			<description><![CDATA[<p>Ok, I looked at the digium page and saw that it advised five kernel command line arguments. It said that on a given system, one of them should disable the frame buffer, and that it wouldn&#039;t hurt to throw all five of them in there. I found that either of two of them worked for me. I settled on &quot;nomodeset&quot;.</p><p>&quot;Settling on nomodeset&quot; means that I could boot, press &quot;e&quot; to edit the commands, find the &quot;linux&quot; line, and add nomodeset as one of the parameters. That worked. But my application runs while I&#039;m away, and on power failure followed by power restore, I want the application to start up without human invervention.&#160; So pressing &quot;e&quot; is not an option there.&#160; The page does say how to make the nomodeset parameter permanent and automatic.</p><p>The page first advises editing /boot/grub/menu.lst, but that file doesn&#039;t exist. No problem: the page goes on to advise that on &quot;modern Debian systems&quot; one should instead edit /etc/grub.d/10_linux. Look for the &quot;linux&quot; command, and add the parameter (in this case, &quot;nomodeset&quot;) to that line.&#160; It turns out there are two such lines; I modified both of them.&#160; It had no effect whatsoever; that is, when I rebooted, (a) pressing &quot;e&quot; presented me with a &quot;linux&quot; line that did not include &quot;nomodeset&quot;, and (b) after the system finished booting, /dev/fb0 was present. Further, I found that crippling /etc/grub.d/10_linux (with s/linux/linus/, s/LINUX/LINUS/, s/Linux/Linus, just for fun), or removing that file entirely, didn&#039;t change how devuan booted. That file seems to have zero effect on boot. Hmm.</p><p>It turns out that the answer (at least for devuan 3.0) is:</p><p>Edit /etc/default/grub. Find this line:</p><p>GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet&quot;</p><p>Add to that line one or all of these five arguments:</p><p>vga=normal<br />nofb<br />nomodeset<br />video=vesafb:off<br />i915.modeset=0</p><p>I changed that line to:</p><p>GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet nomodeset&quot;</p><p>Then close the edit and run update-grub.</p><p>When you reboot, you&#039;ll notice two things. First, if you press &quot;e&quot; while in grub, you&#039;ll see that the nomodeset is there on the linux line. Second, when rebooting has finished, you&#039;ll notice that /dev/fb0 is absent.</p>]]></description>
			<author><![CDATA[dummy@example.com (Bill Evans)]]></author>
			<pubDate>Mon, 10 Aug 2020 09:15:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23953#p23953</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23943#p23943</link>
			<description><![CDATA[<p>The digium link is perfect, thank you. I&#039;ll skip the console-setup alternative for now, because I&#039;ve never seen a loaded video font that was as crisp or as readable as a native one. But I&#039;m guessing that&#039;s a religious issue. I&#039;ve salted away your console-setup idea in case I ever need it, but the digium link is huge. And yes, performance is an issue, since I do use digium telephony cards (but not Asterisk software). I never thought to go to digium for help.</p><p>The kernel.org link is interesting, and worth looking at more closely at some future point.</p>]]></description>
			<author><![CDATA[dummy@example.com (Bill Evans)]]></author>
			<pubDate>Sun, 09 Aug 2020 19:15:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23943#p23943</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23927#p23927</link>
			<description><![CDATA[<p>See <a href="https://support.digium.com/s/article/How-to-disable-the-Linux-frame-buffer-if-it-s-causing-problems" rel="nofollow">https://support.digium.com/s/article/Ho … g-problems</a> &amp; <a href="https://www.kernel.org/doc/html/latest/fb/fbcon.html" rel="nofollow">https://www.kernel.org/doc/html/latest/fb/fbcon.html</a> but I think a better solution would be to set a bigger console font:</p><div class="codebox"><pre><code># apt install console-setup
# dpkg-reconfigure console-setup</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 09 Aug 2020 11:41:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23927#p23927</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] disable frame buffer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23919#p23919</link>
			<description><![CDATA[<p>I am running devuan without X. I wish the console and virtual consoles to use the old 25 x 80 format, nice and crisp, without using a frame buffer; using the frame buffer seems to make the characters smaller so I get 48 lines of text on the screen.&#160; How do I set things up so that upon boot the frame buffer is disabled/not used? I&#039;ve looked on the web, and all discussion about this seems to be ages old and referring to configuration files that no longer exist.</p>]]></description>
			<author><![CDATA[dummy@example.com (Bill Evans)]]></author>
			<pubDate>Sun, 09 Aug 2020 08:49:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23919#p23919</guid>
		</item>
	</channel>
</rss>
