<html><body style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 12px;"><p> <br />Sorry for my lack of contribution lately. Here is a quick update.<br /><br />I originally followed<a href="http://forums.fedoraforum.org/showpost.php?p=1703528&amp;postcount=286"> these instructions</a> to install the nVidia drivers and these are the instructions that gave the results I originally posted. <a href="http://forums.fedoraforum.org/showpost.php?p=1714382&amp;postcount=310">Here is a post I made</a> providing diagnostic output to the same thread that the instructions came from.<br /><br />I followed the instructions that Reynold provided, also with little success. I will soon be wiping my Fedora installation to start from a clean state and will then be trying Reynolds instructions again.</p><p>I also seem to be having an issue where my hard drives do not mount during the boot process which results in me being dumped into an emergency mode console. This is an intermittent failure that may be somehow related to the graphics driver issue that I am having. <a href="https://www.dropbox.com/s/qfmfwqqzqzn2o5f/IMG_20141113_200142.jpg?dl=0">Here is a screenshot </a>of the emergency mode console that I am getting. Unfortunately I have not managed to get a copy of the log file that it says it generated (I cant figure out how to mount a USB drive in the emergency mode console).</p><p><br /></p><p>Furthermore, I do not have an Optimus system. So my issues are not stemming from that.</p><p><br /></p><p>Bidski<br /></p><p><br /></p>
<blockquote>
<br />----- Original Message -----<br /><div style="width:100%;background:rgb(228,228,228);">
<div style="font-weight:bold;">From:</div> "For testing and quality assurance of Fedora releases" &lt;test@lists.fedoraproject.org&gt;</div>
<br /><div style="font-weight:bold;">To:</div>"For testing and quality assurance of Fedora releases" &lt;test@lists.fedoraproject.org&gt;<br /><div style="font-weight:bold;">Cc:</div>
<br /><div style="font-weight:bold;">Sent:</div>Thu, 13 Nov 2014 17:03:20 -0500<br /><div style="font-weight:bold;">Subject:</div>Re: F21 Installation Issues - Installation destination partitioning<br /><br /><br />
Note that many Optimus notebooks do work in Optimus mode using the<br />
NVIDIA driver, without using Bumblebee. From that NVIDIA page you linked<br />
to: "*Some* designs incorporating supported GPUs may not be compatible<br />
with the NVIDIA Linux driver".<br /><br /><br />
On 11/13/2014 04:08 PM, Joerg Lechner wrote:<br />
&gt; Hi,<br />
&gt; "optimus laptops" with Nvidia grafics, like the Acer Aspire E15, which<br />
&gt; I have,  are not supported by Nvidia. See the currently final answer<br />
&gt; of the Nvidia support below:<br />
&gt; --------------------------------------------------------------<br />
&gt; In that case, unfortunately the NVIDIA Linux driver won't work for<br />
&gt; normal display purposes.<br />
&gt; We document this Optimus limitation under the 'Additional Information'<br />
&gt; tab at the driver download page here:<br />
&gt; http://www.nvidia.com/download/driverResults.aspx/79413/en-us<br />
&gt; Some users have had success with the open source bumblebee driver, but<br />
&gt; NVIDIA does not support bumblebee.<br />
&gt; -------------------------------------------------------------<br />
&gt; Kind Regards<br />
&gt;<br />
&gt;<br />
&gt; -----Ursprüngliche Mitteilung-----<br />
&gt; Von: Reynold &lt;reynoldlinux@gmail.com&gt;<br />
&gt; An: test &lt;test@lists.fedoraproject.org&gt;<br />
&gt; Verschickt: Di, 11 Nov 2014 6:48 pm<br />
&gt; Betreff: Re: F21 Installation Issues - Installation destination<br />
&gt; partitioning<br />
&gt;<br />
&gt; How to manually install NVIDIA graphics driver<br />
&gt;<br />
&gt; using yum or dnf (I prefer dnf so I will use that)<br />
&gt;<br />
&gt; #dnf clean all<br />
&gt; #dnf update<br />
&gt; #dnf install gcc kernel-devel dkms<br />
&gt;<br />
&gt; download NVIDIA driver from nvidia.com and cd to the download directory<br />
&gt; #chmod +x NVIDIA-XXX.run (the NVIDIA driver, for instance <br />
&gt; NVIDIA-Linux-x86_64-343.13.run)<br />
&gt;<br />
&gt; #vi /etc/modprobe.d/blacklist.conf and insert a line with text <br />
&gt; "blacklist nouveau" (without quotes)<br />
&gt; #vi /etc/sysconfig/grub and insert this text <br />
&gt; "rd.driver.blacklist=nouveau" (without quotes) and the end<br />
&gt; of the line beginning with GRUB_CMDLINE_LINUX= making sure the text is <br />
&gt; inside the last quotation mark<br />
&gt;<br />
&gt; #grub2-mkconfig -o /boot/grub2/grub.cfg<br />
&gt;<br />
&gt; #dnf remove xorg-x11-drv-nouveau.x86x_64 (this is 64bit driver - if you <br />
&gt; have a 32bit operating system it will be 32bit driver)<br />
&gt;<br />
&gt; #reboot<br />
&gt;<br />
&gt; When you are in grub and the and your operating system kernel is <br />
&gt; highlighted as the one you are booting to press the "e" on the keyboard <br />
&gt; to edit the line<br />
&gt; Then at the end of this line GRUB_CMDLINE_LINUX_DEFAULT= still inside <br />
&gt; the ending quotes insert this text "init 3" (without quotes)<br />
&gt; press F10 to reboot<br />
&gt;<br />
&gt; you should then come to a command prompt where you log on as a root user<br />
&gt; cd to the download directory where the NVIDIA driver located<br />
&gt; #./NVIDIA-XXX.run (for instance ./NVIDIA-Linux-x86_64-343.13.run)<br />
&gt; The NVIDIA installer will start<br />
&gt; Accept the license agreement<br />
&gt; Install 32 bit compatibility (if you are on a 64bit machine)<br />
&gt; Choose to automatically update nvidia-xconfig-utility<br />
&gt;<br />
&gt; reboot and log into graphical mode or from command line using root init 5<br />
&gt;<br />
&gt; Hope this helps<br />
&gt;<br />
&gt; Reynold<br />
&gt;<br />
&gt; On 11/10/2014 11:49 PM, Bidski wrote:<br />
&gt; &gt;<br />
&gt; &gt; Hi,<br />
&gt; &gt;<br />
&gt; &gt; Can you instruct me in how you installed the nVidia drivers?<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;     ----- Original Message -----<br />
&gt; &gt;     From:<br />
&gt; &gt;     "Joerg Lechner" &lt;julechner@aol.com &lt;mailto:julechner@aol.com&gt;&gt;<br />
&gt; &gt;<br />
&gt; &gt;     To:<br />
&gt; &gt;     &lt;bidski@iinet.net.au &lt;mailto:bidski@iinet.net.au&gt;&gt;, &lt;test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org&gt;&gt;<br />
&gt; &gt;     Cc:<br />
&gt; &gt;<br />
&gt; &gt;     Sent:<br />
&gt; &gt;     Tue, 11 Nov 2014 02:18:35 -0500<br />
&gt; &gt;     Subject:<br />
&gt; &gt;     Re: F21 Installation Issues - Installation destination partitioning<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;     Hi,<br />
&gt; &gt;     on my laptop there is a Nvidia Geforce 840M (Acer Aspire E15, E5<br />
&gt; &gt;     571G). I didn't have any problems with the grafics drivers so far.<br />
&gt; &gt;     Currently running F21 Final TC1.<br />
&gt; &gt;     Kind Regards<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;     -----Ursprüngliche Mitteilung-----<br />
&gt; &gt;     Von: Bidski &lt;bidski@iinet.net.au &lt;mailto:bidski@iinet.net.au&gt;&gt;<br />
&gt; &gt;     An: test &lt;test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org&gt;&gt;<br />
&gt; &gt;     Verschickt: Mo, 10 Nov 2014 10:05 pm<br />
&gt; &gt;     Betreff: Re: F21 Installation Issues - Installation destination<br />
&gt; &gt;     partitioning<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;     Has anyone had success installing the nVidia drivers in F21 yet?<br />
&gt; &gt;     I am meeting some strange issues following the instructions for<br />
&gt; &gt;     installing them in F20. Including this page<br />
&gt; &gt;     (https://www.dropbox.com/s/9de7q9llhlamf32/IMG_20141110_192627.jpg?dl=0)<br />
&gt; &gt;     displaying while booting after installing the drivers.<br />
&gt; &gt;<br />
&gt; &gt;     I will generate some better diagnostics tonight.<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;         ----- Original Message -----<br />
&gt; &gt;         From:<br />
&gt; &gt;         "Adam Williamson" &lt;adamwill@fedoraproject.org &lt;mailto:adamwill@fedoraproject.org&gt;<br />
&gt; &gt;         &lt;mailto:adamwill@fedoraproject.org &lt;mailto:adamwill@fedoraproject.org?&gt;&gt;&gt;<br />
&gt; &gt;<br />
&gt; &gt;         To:<br />
&gt; &gt;         "Bidski" &lt;bidski@iinet.net.au &lt;mailto:bidski@iinet.net.au&gt; &lt;mailto:bidski@iinet.net.au &lt;mailto:bidski@iinet.net.au?&gt;&gt;&gt;,<br />
&gt; &gt;         "For testing and quality assurance of Fedora releases"<br />
&gt; &gt;         &lt;test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org&gt;<br />
&gt; &gt;         &lt;mailto:test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org?&gt;&gt;&gt;<br />
&gt; &gt;         Cc:<br />
&gt; &gt;<br />
&gt; &gt;         Sent:<br />
&gt; &gt;         Sun, 09 Nov 2014 23:38:19 -0800<br />
&gt; &gt;         Subject:<br />
&gt; &gt;         Re: F21 Installation Issues - Installation destination<br />
&gt; &gt;         partitioning<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;         On Mon, 2014-11-10 at 18:28 +1100, Bidski wrote:<br />
&gt; &gt;         &gt;<br />
&gt; &gt;         &gt; After shifting the partitions on my HDD up by about 200 MiB<br />
&gt; &gt;         and then<br />
&gt; &gt;         &gt; using gdisk to convert the disk to GPT (did it this way to<br />
&gt; &gt;         try and<br />
&gt; &gt;         &gt; preserve the existing Windows partitions), the Fedora<br />
&gt; &gt;         installer now<br />
&gt; &gt;         &gt; only recognises my HDD as a multipath device.<br />
&gt; &gt;<br />
&gt; &gt;         &gt; I also looked at the F21 Common Bugs page on the wiki. There<br />
&gt; &gt;         is a<br />
&gt; &gt;         &gt; section there talking about multipath device issue. I<br />
&gt; &gt;         created edited<br />
&gt; &gt;         &gt; the /etc/multipath.conf file to have the contents specified<br />
&gt; &gt;         but the<br />
&gt; &gt;         &gt; installer still treats all devices as multipaths.<br />
&gt; &gt;         &gt;<br />
&gt; &gt;         &gt; Any suggestions here?<br />
&gt; &gt;<br />
&gt; &gt;         I wrote the CommonBugs note blind - I couldn't test that the<br />
&gt; &gt;         proposed<br />
&gt; &gt;         workaround would actually work as I haven't reproduced the bug.<br />
&gt; &gt;<br />
&gt; &gt;         However, it shouldn't happen if you use a non-live install<br />
&gt; &gt;         image, so I'd<br />
&gt; &gt;         suggest that. You can use the 'Server' network install image<br />
&gt; &gt;         to install<br />
&gt; &gt;         any package set, not just Server, so try using that.<br />
&gt; &gt;         -- <br />
&gt; &gt;         Adam Williamson<br />
&gt; &gt;         Fedora QA Community Monkey<br />
&gt; &gt;         IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT<br />
&gt; &gt;         happyassassin . net<br />
&gt; &gt;         http://www.happyassassin.net<br />
&gt; &gt;<br />
&gt; &gt;     -- <br />
&gt; &gt;     test mailing list<br />
&gt; &gt;     test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org&gt;  &lt;mailto:test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org?&gt;&gt;<br />
&gt; &gt;     To unsubscribe:<br />
&gt; &gt;     https://admin.fedoraproject.org/mailman/listinfo/test<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt;<br />
&gt; -- <br />
&gt; Reynold DeMarco Jr.<br />
&gt; reynoldlinux@gmail.com &lt;mailto:reynoldlinux@gmail.com&gt;<br />
&gt; 858-603-1725<br />
&gt;<br />
&gt; -- <br />
&gt; test mailing list<br />
&gt; test@lists.fedoraproject.org &lt;mailto:test@lists.fedoraproject.org&gt;<br />
&gt; To unsubscribe:<br />
&gt; https://admin.fedoraproject.org/mailman/listinfo/test<br />
&gt;<br />
&gt;<br /><br />
-- <br />
test mailing list<br />
test@lists.fedoraproject.org<br />
To unsubscribe:<br />
https://admin.fedoraproject.org/mailman/listinfo/test
</blockquote></body></html>