<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/13/2014 08:26 AM, Linda wrote:<br>
    </div>
    <blockquote cite="mid:548C4CAD.7010009@earthlink.net" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      I installed Lubuntu 14.04 LTS on a new HP Pavillion (500-C6)   AMD
      A6 8GB SDRAM AMD Radeon HD 8400 Graphics.<br>
      It takes quite a while to go from login user password to showing
      the icons on the  desktop and allowing you to start a terminal
      window. It also takes minutes to  respond choosing logout of the
      application menu in the left corner or the shutdown icon in the
      right corner.<br>
      I<snip><br>
    </blockquote>
    <blockquote cite="mid:548C4CAD.7010009@earthlink.net" type="cite">
                     Linda<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
      Although I haven't figured out the answers to all my questions I
    thought I would post the solutions I found.<br>
      Getting rid of network manager and doing networking by hand did
    speed up login and got rid of lots of error messages from my logs. I
    use static ipaddresses for my system<br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    <p><strong><span style="font-weight: normal">Set up Ip address this
          is done in /etc/network/interfaces along with gateway like
          this</span></strong></p>
    <ol>
      auto eth0 <br>
      iface eth0 inet static <br>
      address ipaddress<br>
      netmask 255.255.255.0 <br>
      <strong><span style="font-weight: normal">gateway ipaddress<br>
        </span></strong>
    </ol>
    <strong><span style="font-weight: normal">Set
        up nameservers</span></strong><br>
    <strong><span style="font-weight: normal">/etc/resolv.conf/resolv.conf.d/base</span></strong><br>
    <strong><span style="font-weight: normal">nameserver </span></strong><strong><span
        style="font-weight: normal"> ipaddress</span></strong>
    <br>
    <strong><span style="font-weight: normal">nameserver </span></strong><strong><span
        style="font-weight: normal"> ipaddress</span></strong>
    <br>
    <strong><span style="font-weight: normal">nameserver </span></strong><strong><span
        style="font-weight: normal"> ipaddress</span></strong>
    <br>
    <title></title>
    <meta name="generator" content="LibreOffice 4.2.7.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                p { margin-bottom: 0.1in; line-height: 120% }
                a:link { so-language: zxx }
        -->
        </style><br>
    Although I could not get the logout dialogue box to come up in a
    reasonable amount of time I did come up with a work around that log
    you off immediately with no redundant questions about if you really
    want to log off<br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    <p style="margin-bottom: 0in; line-height: 100%">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
    </p>
    <p style="margin-bottom: 0in; line-height: 100%">
      <title></title>
      <meta name="generator" content="LibreOffice 4.2.7.2 (Linux)">
      <style type="text/css">
        <!--
                @page { margin: 0.79in }
                p { margin-bottom: 0.1in; line-height: 120% }
        -->
        </style>
      <p style="margin-bottom: 0in; line-height: 100%">To quit using the
        ldxsession dialogue that takes forever to launch replace it</p>
      <p style="margin-bottom: 0in; line-height: 100%">cd /usr/bin</p>
      sudo cp
      lxsession-logout lxsession-logout.org<br>
      sudo rm
      lxsession-logout</p>
    sudo vi lxsession-logout
    <p style="margin-bottom: 0in; line-height: 100%">Put the following
      lines in the file<br>
    </p>
    <pre class="western"><code class="western">#!/bin/sh</code></pre>
    <pre class="western" style="margin-bottom: 0.2in"><code class="western">pkill
-9 -f lxsession</code></pre>
    <p style="margin-bottom: 0in; line-height: 100%">save file</p>
    <p style="margin-bottom: 0in; line-height: 100%">sudo chmod gou+x
      lxsession-logout</p>
    <title></title>
    <meta name="generator" content="LibreOffice 4.2.7.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                pre.cjk { font-family: "DejaVu Sans Mono", monospace }
                p { margin-bottom: 0.1in; line-height: 120% }
                code.cjk { font-family: "Nimbus Mono L", monospace }
        -->
        </style><br>
    <br>
    The parts I haven't found any answers to are<br>
    How to fix these <br>
       [drmm:radeon_acpi_init] ERROR cannot find a backlight controller<br>
      There is a note  saying Please enable IMMOU in Bios any
    suggestions on where to find this.<br>
          <br>
                    Thanks<br>
                     Linda<br>
     <br>
  </body>
</html>