<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Tue May 21, 2013 7:34 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Tue May 21, 2013 7:34 pm</pubDate>
  <lastBuildDate>Tue May 21, 2013 7:34 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: LXFDVD143. Video goes berzerk (viking state qualifier)</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=98082#98082</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67322'&gt;gustaf4711&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 30, 2011 4:43 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks PCNetSpec! Your advice solved my problem.&lt;br /&gt;
&lt;br /&gt;
To break out of Debian 6 while it booted I used ctrl+alt +F2. I then edited the /etc/modprobe.d into &lt;br /&gt;
options i915 modeset=0&lt;br /&gt;
and the graphics output became acceptable.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=98082#98082</comments>
                                        <author>gustaf4711</author>
                                        <pubDate>Wed Mar 30, 2011 4:43 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=98082#98082</guid>
                                      </item>
                                      <item>
                                        <title>Re: LXFDVD143. Video goes berzerk (viking state qualifier)</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=97980#97980</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66236'&gt;PCNetSpec&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Mar 24, 2011 5:56 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      OK, you need to edit a line at the GRUB menu screen at bootup, instructions here for GRUB2 (Ubuntu):&lt;br /&gt;
&lt;a href=&quot;https://help.ubuntu.com/community/Grub2#Editing%20Menus%20During%20Boot&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.ubuntu.com/community/Grub2#Editing%20Menus%20During%20Boot&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and add a space after quiet splash then the i915 modeset=0 (or nomodeset)&lt;br /&gt;
&lt;br /&gt;
so the end reads:&lt;br /&gt;
&lt;br /&gt;
quiet splash i915 modeset=0&lt;br /&gt;
&lt;br /&gt;
It should be *similar* in Debian and/or GRUB legacy. (though it might be the Esc key rather than Shift)&lt;br /&gt;
&lt;br /&gt;
remember, this will NOT survive a reboot, so you will have to add it permanently to GRUB after booting and update-grub&lt;br /&gt;
&lt;br /&gt;
Which version of Debian ? .. or GRUB ?&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;[EDIT]&lt;/span&gt;&lt;br /&gt;
Or you could use a working LiveCD (or Recovery Mode root prompt) to navigate (on you hard drive) to:&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;/etc/modprobe.d/i915-kms.conf&lt;/span&gt;&lt;br /&gt;
and change its contents from:&lt;br /&gt;
&lt;br /&gt;
options i915 modeset=&lt;span style=&quot;font-weight: bold&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
to:&lt;br /&gt;
options i915 modeset=&lt;span style=&quot;font-weight: bold&quot;&gt;0&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Save the file, and reboot.&lt;br /&gt;
&lt;br /&gt;
as explained here:&lt;br /&gt;
&lt;a href=&quot;http://wiki.debian.org/KernelModesetting&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://wiki.debian.org/KernelModesetting&lt;/a&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=97980#97980</comments>
                                        <author>PCNetSpec</author>
                                        <pubDate>Thu Mar 24, 2011 5:56 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=97980#97980</guid>
                                      </item>
                                      <item>
                                        <title>Re: LXFDVD143. Video goes berzerk (viking state qualifier)</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=97977#97977</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67322'&gt;gustaf4711&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Mar 24, 2011 1:55 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thank you PCNetSpec for your suggestion.&lt;br /&gt;
&lt;br /&gt;
Being a beginner I do not know how to handle your suggestion. Therefore:&lt;br /&gt;
&lt;br /&gt;
1. Into which (bootstrap?) file do I enter the nomodeset or &amp;quot;i915 modeset=0&amp;quot; commands?&lt;br /&gt;
&lt;br /&gt;
2. Since the VDU becomes unreadable during the standard bootstrap, I would have to break out of it into a console-mode in order to be able to set the kernel parameter, I guess. Is that possible?&lt;br /&gt;
&lt;br /&gt;
Ch&lt;br /&gt;
&lt;br /&gt;
P.S. On the web I found this not-very-promising post:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/the-dreaded-82845g-intel-integrated-graphics-does-any-linux-work-with-it-802465/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/the-dreaded-82845g-intel-integrated-graphics-does-any-linux-work-with-it-802465/&lt;/a&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=97977#97977</comments>
                                        <author>gustaf4711</author>
                                        <pubDate>Thu Mar 24, 2011 1:55 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=97977#97977</guid>
                                      </item>
                                      <item>
                                        <title>Re: LXFDVD143. Video goes berzerk (viking state qualifier)</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=97960#97960</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66236'&gt;PCNetSpec&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 23, 2011 2:34 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Have you tried the old trick of adding:&lt;br /&gt;
&lt;br /&gt;
nomodeset&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
i915 modeset=0&lt;br /&gt;
&lt;br /&gt;
as a kernel boot parameter ?&lt;br /&gt;
&lt;br /&gt;
More info on Kernel ModeSetting (KMS) here:&lt;br /&gt;
&lt;a href=&quot;http://wiki.debian.org/KernelModesetting&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://wiki.debian.org/KernelModesetting&lt;/a&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=97960#97960</comments>
                                        <author>PCNetSpec</author>
                                        <pubDate>Wed Mar 23, 2011 2:34 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=97960#97960</guid>
                                      </item>
                                      <item>
                                        <title>LXFDVD143. Video goes berzerk (viking state qualifier)</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=97959#97959</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67322'&gt;gustaf4711&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 23, 2011 2:11 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      The debian was installed onto a SCSI disc in a 2004 Dell desktop.&lt;br /&gt;
Installation messages displayed properly in a simple VGA-style.&lt;br /&gt;
All terminated normally.&lt;br /&gt;
&lt;br /&gt;
Upon restart, debian starts to inform of its progress in quite a small but still readable font. &lt;br /&gt;
&lt;br /&gt;
Then some process starts and the display goes into an incompatible mode represented by broad flickering and well separated lines of varying colours. &lt;br /&gt;
&lt;br /&gt;
Does anyone have a hint? The motherboard features an embedded Intel 82845 graphics driver. Intel.com hints that all Linux distros should have the proper Intel-driver included ...</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=97959#97959</comments>
                                        <author>gustaf4711</author>
                                        <pubDate>Wed Mar 23, 2011 2:11 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=97959#97959</guid>
                                      </item></channel></rss>