<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [NV98] breaks Login / SwitchToGreeter / SwitchToUser"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96737#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [NV98] breaks Login / SwitchToGreeter / SwitchToUser"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96737">bug 96737</a>
              from <span class="vcard"><a class="email" href="mailto:pomidorabelisima@gmail.com" title="poma <pomidorabelisima@gmail.com>"> <span class="fn">poma</span></a>
</span></b>
        <pre>
VT switching - with disabled acceleration, works


/var/log/Xorg.0.log
Kernel command line: ... nouveau.noaccel=1
(EE) NOUVEAU(0): Error initialising acceleration.  Falling back to NoAccel
(**) NOUVEAU(0): [COPY] acceleration disabled

glxinfo:
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/etc/X11/xorg.conf.d/nouveau.conf
Section "Device"
        Identifier "video0"
        Driver "nouveau"
        Option "NoAccel" "on"
EndSection

/var/log/Xorg.0.log
(**) NOUVEAU(0): Option "NoAccel" "on"
(**) NOUVEAU(0): Acceleration disabled
(**) NOUVEAU(0): [COPY] acceleration disabled

glxinfo:
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/etc/X11/xorg.conf.d/nouveau.conf
Section "Device"
        Identifier "video0"
        Driver "nouveau"
        Option "AccelMethod" "none"
EndSection

/var/log/Xorg.0.log
(**) NOUVEAU(0): Option "AccelMethod" "none"
(**) NOUVEAU(0): [COPY] acceleration disabled

glxinfo:
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>