<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 04/30/2018 11:31 PM, Trevor Cordes wrote:<br>
    <blockquote type="cite"
      cite="mid:20180430233133.552ad7d1@pog.tecnopolis.ca">
      <pre wrap="">On 2018-04-30 Gilles Detillieux wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
That's the thing. I'm not sure exactly which driver it's using. What
</pre>
      </blockquote>
      <pre wrap="">
Must be nouveau as none of the major distros ship the nvidia binary
running by default AFAIK.

lsmod | grep -P 'nouveau|nvidia'

Will reveal the truth.  The only way it can't be one of the two is if
it's Wayland and Wayland doesn't use nouveau (which I have zero
knowledge about either way (purposely)).</pre>
    </blockquote>
    <br>
    Well, duh, why didn't I think of using lsmod. Thanks! Definitely
    nouveau is running:<br>
    <br>
    # lsmod | grep -P 'nouveau|nvidia'<br>
    nouveau              1662531  8 <br>
    video                  24538  1 nouveau<br>
    mxm_wmi                13021  1 nouveau<br>
    i2c_algo_bit           13413  1 nouveau<br>
    drm_kms_helper        176920  1 nouveau<br>
    ttm                    99555  1 nouveau<br>
    drm                   397988  7 ttm,drm_kms_helper,nouveau<br>
    i2c_core               63151  5
    drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,nouveau<br>
    wmi                    19086  2 mxm_wmi,nouveau<br>
    # <br>
    <br>
    Not sure why it's so non-verbose as far as logging, though, and
    whether that can be controlled.<br>
    <br>
    <blockquote type="cite"
      cite="mid:20180430233133.552ad7d1@pog.tecnopolis.ca">
      <blockquote type="cite">
        <pre wrap="">says "(II) glamor: OpenGL accelerated X.org driver based." That
</pre>
      </blockquote>
      <pre wrap="">
Oh, forget what I just said about Wayland.

Glamor should sit on top of nouveau.  Nouveau does a decent amount of
hw acceleration now too, it's just the super-modern fancy stuff it
won't do (like vdpau last I checked).  If you want super low-CPU
accelerated video, vdpau is awesome.</pre>
    </blockquote>
    <br>
    Yeah, no, Wayland is a whole other world I have yet to begin
    exploring, and I may delay the journey for as long as I can. As for
    vdpau, given the lack of feedback in the X logs, I can't tell if
    it's there or not. It's not showing up in lsmod, if it's supposed to
    appear there. Anyway, not too worked up about performance for this
    application.<br>
    <br>
    <blockquote type="cite"
      cite="mid:20180430233133.552ad7d1@pog.tecnopolis.ca">
      <blockquote type="cite">
        <pre wrap="">gain voltage resolution on the Y.) The trick is once you have the
display configured properly for your login account, you need to copy
that to GDM's configuration:
</pre>
      </blockquote>
      <pre wrap="">
I'm using lightdm, but it probably has a similar setup, I'll check it
out, thanks!  I figured it was a matter of the dm being too early in
the sequence to know what the user has selected (part of the problem
of randr being configured per-user rather than per-system like the
good ol' xorg.conf days).  Since I only reboot once every few months
(whenever a CVE pops up that actually applies to me), it's not high on
my priority list. :-)
</pre>
    </blockquote>
    <br>
    cp <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>home<span
        class="moz-txt-tag">/</span></i><username>/.config/monitors.xml
    <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>var/lib/lightdm<span
        class="moz-txt-tag">/</span></i>.config/<br>
    <br>
    is supposed to do the trick based on what I read
(<a class="moz-txt-link-freetext" href="https://askubuntu.com/questions/408302/rotated-monitor-login-screen-needs-rotation">https://askubuntu.com/questions/408302/rotated-monitor-login-screen-needs-rotation</a>).
    The xrandr hacks appear to be deprecated.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Gilles R. Detillieux              E-mail: <a class="moz-txt-link-rfc2396E" href="mailto:grdetil@scrc.umanitoba.ca"><grdetil@scrc.umanitoba.ca></a>
Spinal Cord Research Centre       WWW:    <a class="moz-txt-link-freetext" href="http://www.scrc.umanitoba.ca/">http://www.scrc.umanitoba.ca/</a>
Dept. of Physiology and Pathophysiology, Rady Faculty of Health Sciences,
Univ. of Manitoba  Winnipeg, MB  R3E 0J9  (Canada)
</pre>
  </body>
</html>