Taylor,<div><br></div><div>No one&#39;s &quot;in charge of&quot; the wiki; that&#39;s why it&#39;s a wiki. If people find ways to improve it, they can do so. I think your uninstalling instructions are a great thing to add to the wiki. Just hit the &quot;Edit&quot; button on the top left and copy&#39;n&#39;paste :)</div>
<div><br></div><div><br></div><div>Jerry (re: i915.modeset),</div><div><br></div><div>The legacy driver is xserver-xorg-video-intel 2.12 with the addition of the UMS code from before Karmic (so no GEM memory management, which might be causing the problems). This UMS code is what needs testing, since the X team is thinking about canning KMS for i8xx cards.</div>
<div><br></div><div>Now, in Lucid, KMS has been blacklisted for i8xx cards since the 2.6.32-21 kernel. So if the only change you&#39;ve made is to add this aubergine PPA, then your system will boot into that UMS code. But if you&#39;ve enabled any workarounds to re-enable KMS (UMS was sending a bunch of people into black screens in Lucid), or are running Maverick (which has *not* blacklisted KMS on i8xx cards), then you&#39;ll need to boot with i915.modeset=0 (or nomodeset) to get into that UMS code.</div>
<div><br></div><div>So if setting i915.modeset=0 does anything funky, that&#39;s a good thing to let us all know about, because that&#39;s the change that&#39;s supposed to fix everything (at least with this legacy driver). Testing i915.modeset=1 (the &#39;1&#39; means KMS, the &#39;0&#39; means UMS) doesn&#39;t help at all, because that just boots into KMS which everyone already knows is causing problems, especially with XVideo.</div>
<div><br></div><div>I hope that helps clear things up. So the wiki instructions aren&#39;t &quot;wrong&quot;, it&#39;s just that the legacy driver doesn&#39;t work for you. Those are two very different things.</div><div><br>
</div><div>-Stenten</div><div><br></div><div><br><div class="gmail_quote">On Wed, Aug 11, 2010 at 2:42 PM, Taylor Brown <span dir="ltr">&lt;<a href="mailto:taylor@nearlyalaugh.com">taylor@nearlyalaugh.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Thanks for the suggestion, Jerry.<br>
<br>
I wanted to further report that the driver doesn&#39;t work on my system<br>
whether I use i915.modeset=0, =1, or whether I omit the option entirely.<br>
At least my system only crashes after resuming from suspend...<br>
<br>
I don&#39;t know who&#39;s in charge of the wiki page, but for those users who<br>
find themselves with a broken X server it might be helpful to add a<br>
quick note about /uninstalling/ the legacy driver:<br>
<br>
1. Login as root in recovery mode,<br>
2. Find and remove the ppa entry in /etc/apt/sources.list.d/,<br>
        # cd /etc/apt/sources.list.d/<br>
        # rm raof[something]<br>
3. Find the newly created-added apt key and delete it and update,<br>
        # apt-key list<br>
        # apt-key del [whatever]<br>
        # aptitude update       (or apt-get update)<br>
5. Downgrade xserver-xorg-video-intel,<br>
        # aptitude remove xserver-xorg-video-intel      (or apt-get remove)<br>
        (choosing the option to downgrade to the earlier version)<br>
6. Remove the modesetting line from GRUB if it&#39;s been added,<br>
        # nano /etc/default/grub<br>
        # update-grub<br>
7. Exit recovery mode, login as user, and start X,<br>
        # exit<br>
        (log in as user)<br>
        $ sudo gdm<br>
<br>
<br>
Hope this feedback helps someone,<br>
<br>
Taylor<br>
<br>
Ubuntu 10.04.1 LTS<br>
Linux 2.6.32-24-generic<br>
Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)<br>
<br>
On 08/11/2010 06:21 AM, <a href="mailto:jerrylamos@aim.com">jerrylamos@aim.com</a> wrote:<br>
&gt;   Taylor,<br>
&gt;<br>
&gt; Many of us found the wiki instructions don&#39;t work. However the driver does.<br>
&gt;<br>
&gt; Putting i915.modeset=0 or =1 or nomodeset in the linux line as in the<br>
&gt; wiki instructions does NOT work. Fails every time.<br>
&gt;<br>
&gt; What works for me is &quot;quiet&quot; for options in the linux line, and from<br>
&gt; posted comments for others as well.<br>
&gt;<br>
&gt; I&#39;ve got an i845G which has had tons of kernel and driver problems but<br>
&gt; is now working. &quot;Until the next update.&quot;<br>
&gt;<br>
&gt; Good luck, Jerry<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I tried the legacy driver per the wiki instructions<br>
&gt;<br>
&gt;<br>
&gt; [<a href="https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes#Legacy%20Driver" target="_blank">https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes#Legacy%20Driver</a>]<br>
&gt;<br>
&gt;<br>
&gt; because I&#39;ve been having trouble with X freezing after resuming from<br>
&gt;<br>
&gt;<br>
&gt; suspend (bug #582057 in xserver-xorg-video-intel<br>
&gt;<br>
&gt;<br>
&gt; [<a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/582057]" target="_blank">https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/582057]</a>).<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; After booting, the screen cycled repeatedly between trying to load GDM<br>
&gt;<br>
&gt;<br>
&gt; and crashing, obviously rendering the driver unusable on my system.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; System:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Ubuntu 10.04.1 LTS<br>
&gt;<br>
&gt;<br>
&gt; Linux 2.6.32-24-generic<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Graphics:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL<br>
&gt;<br>
&gt;<br>
&gt; Integrated Graphics Controller (rev 04)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Sincerely,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Taylor Brown<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt;<br>
&gt; Ubuntu-x mailing list<br>
&gt;<br>
&gt;<br>
&gt; <a href="mailto:Ubuntu-x@lists.ubuntu.com">Ubuntu-x@lists.ubuntu.com</a>  &lt;mailto:<a href="mailto:Ubuntu-x@lists.ubuntu.com">Ubuntu-x@lists.ubuntu.com</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modify settings or unsubscribe at:<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-x" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-x</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; End of Ubuntu-x Digest, Vol 36, Issue 10<br>
&gt;<br>
&gt;<br>
&gt; ****************************************<br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
--<br>
Ubuntu-x mailing list<br>
<a href="mailto:Ubuntu-x@lists.ubuntu.com">Ubuntu-x@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-x" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-x</a><br>
</font></blockquote></div><br></div>