All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Geis <jerry.geis@gmail.com>
To: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: nouveau <nouveau@lists.freedesktop.org>
Subject: Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
Date: Fri, 1 Oct 2021 15:58:17 -0400	[thread overview]
Message-ID: <CABr8-B4zOQU1KYatZre7yZ9tkFOAffZj=DLKbvZe5om9uQ6ssA@mail.gmail.com> (raw)
In-Reply-To: <CAKb7UvgaOi9Le9F2hv3d2xjSrxenatUWMobKjjfb_UfGuPRbtA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4898 bytes --]

On Fri, Oct 1, 2021 at 3:40 PM Ilia Mirkin <imirkin@alum.mit.edu> wrote:

> On Fri, Oct 1, 2021 at 3:36 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> >
> >
> >
> > On Fri, Oct 1, 2021 at 3:27 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> >>
> >>
> >>
> >> On Fri, Oct 1, 2021 at 3:20 PM Ilia Mirkin <imirkin@alum.mit.edu>
> wrote:
> >>>
> >>> On Fri, Oct 1, 2021 at 3:17 PM Jerry Geis <jerry.geis@gmail.com>
> wrote:
> >>> > On Fri, Oct 1, 2021 at 3:06 PM Ilia Mirkin <imirkin@alum.mit.edu>
> wrote:
> >>> >>
> >>> >> On Fri, Oct 1, 2021 at 3:00 PM Jerry Geis <jerry.geis@gmail.com>
> wrote:
> >>> >> > lsmod | grep nouveau
> >>> >> >
> >>> >> > What dont I have ?
> >>> >>
> >>> >> nouveau :)
> >>> >>
> >>> >> Other than that, you got everything...
> >>> >>
> >>> >> Check dmesg for errors.
> >>> >>
> >>> >> Cheers,
> >>> >>
> >>> >>   -ilia
> >>> >
> >>> >
> >>> > I see this:
> >>> > Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (==)
> Matched nouveau as autoconfigured driver 0
> >>>
> >>> This is not dmesg. This is some log file. Please look in dmesg.
> >>>
> >>> > Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (**)
> VESA(0): Using "Shadow Framebuffer"
> >>>
> >>> X is using the VESA driver because nouveau (nor any other DRM driver)
> is loaded.
> >>>
> >>> >
> >>> > So it seems like its loading .... but perhaps its not happy ????
> >>> >
> >>> > What do I do  ?
> >>>
> >>> Check dmesg for why nouveau didn't load.
> >>>
> >>>   -ilia
> >>
> >>
> >>  grep -i nouveau /var/log/dmesg
> >> [   19.934733] kernel: fb0: switching to nouveaufb from VESA VGA
> >> [   20.013197] kernel: nouveau 0000:03:00.0: vgaarb: deactivate vga
> console
> >> [   20.013415] kernel: nouveau 0000:03:00.0: NVIDIA GT218 (0a8200b1)
> >> [   20.159472] kernel: nouveau 0000:03:00.0: bios: version
> 70.18.45.00.00
> >> [   20.162603] kernel: nouveau 0000:03:00.0: fb: 512 MiB DDR3
> >> [   21.552858] kernel: nouveau 0000:03:00.0: DRM: VRAM: 512 MiB
> >> [   21.552873] kernel: nouveau 0000:03:00.0: DRM: GART: 1048576 MiB
> >> [   21.552888] kernel: nouveau 0000:03:00.0: DRM: TMDS table version 2.0
> >> [   21.552900] kernel: nouveau 0000:03:00.0: DRM: DCB version 4.0
> >> [   21.552911] kernel: nouveau 0000:03:00.0: DRM: DCB outp 00: 01000302
> 00000030
> >> [   21.552924] kernel: nouveau 0000:03:00.0: DRM: DCB outp 01: 02000300
> 00000000
> >> [   21.552937] kernel: nouveau 0000:03:00.0: DRM: DCB outp 02: 02011362
> 00020010
> >> [   21.552950] kernel: nouveau 0000:03:00.0: DRM: DCB conn 00: 00001030
> >> [   21.552961] kernel: nouveau 0000:03:00.0: DRM: DCB conn 01: 00002161
> >> [   21.568834] kernel: nouveau 0000:03:00.0: DRM: MM: using COPY for
> buffer copies
> >> [   21.645206] kernel: nouveau 0000:03:00.0: DRM: allocated 1920x1080
> fb: 0x70000, bo (____ptrval____)
> >> [   21.648681] kernel: fbcon: nouveaudrmfb (fb0) is primary device
> >> [   21.837701] kernel: nouveau 0000:03:00.0: [drm] fb0: nouveaudrmfb
> frame buffer device
> >> [   21.873290] kernel: [drm] Initialized nouveau 1.3.1 20120801 for
> 0000:03:00.0 on minor 0
>
> I was looking for you to just run "dmesg", BTW, not read a log file.
>
> >>
> >> lsmod | grep nouveau
> >> nouveau              1986560  30
> >> mxm_wmi                16384  1 nouveau
> >> i2c_algo_bit           16384  1 nouveau
> >> drm_ttm_helper         16384  1 nouveau
> >> ttm                    73728  2 drm_ttm_helper,nouveau
> >> drm_kms_helper        237568  1 nouveau
> >> drm                   548864  25
> drm_kms_helper,drm_ttm_helper,ttm,nouveau
> >> video                  53248  1 nouveau
> >> wmi                    32768  2 mxm_wmi,nouveau
> >>
> >> I took off ALL extra kernel command paramters - nothing specific to
> nouveau - and I got better results. however - video is still dropping
> frames.
>
> Perhaps you had a "nomodeset" in there? That would prevent nouveau
> from doing anything useful, although I think it'd still load in that
> case.
>
> >>
> >> So progress. but still no good.
>
> Check xorg log to make sure you see NOUVEAU lines, not modeset lines.
> If you see modeset lines, make sure you force the nouveau DDX driver
> to load. (Some distros think it's funny to prevent it from loading by
> default...)
>
> >>
> >> Jerry
> >
> >
> > I see this error:
> > nouveau 0000:03:00.0: Direct firmware load for nouveau/nva8_fuc084 failed
> >
> > I did apt-file search nva8_fuc084
> > and it did not return anything.
>
> This is for video decoding acceleration (vdpau / va-api). You can set
> this up by following the instructions at
> https://nouveau.freedesktop.org/VideoAcceleration.html . Note that
> it's hardly perfect.
>
> Cheers,
>
>   -ilia
>

These were the kernel command line items I removed.
acpi=off pci=nomsi

The machine seems happier - now - althought I no longer have sound for some
reason - but after installing the firmware - CPU % is way down.
Thanks

Jerry

[-- Attachment #2: Type: text/html, Size: 7024 bytes --]

  reply	other threads:[~2021-10-01 19:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01 15:00 [Nouveau] Nouveau on Ubuntu 20.04 LTS Jerry Geis
2021-10-01 15:05 ` Ilia Mirkin
2021-10-01 18:29   ` Jerry Geis
2021-10-01 18:44     ` Ilia Mirkin
2021-10-01 18:59       ` Jerry Geis
2021-10-01 19:05         ` Ilia Mirkin
2021-10-01 19:16           ` Jerry Geis
2021-10-01 19:20             ` Ilia Mirkin
2021-10-01 19:27               ` Jerry Geis
2021-10-01 19:35                 ` Jerry Geis
2021-10-01 19:40                   ` Ilia Mirkin
2021-10-01 19:58                     ` Jerry Geis [this message]
2021-10-01 20:14                       ` Ilia Mirkin
2021-10-01 20:29                         ` Jerry Geis
2021-10-01 20:41                           ` Ilia Mirkin
2021-10-01 20:48                             ` Jerry Geis
2021-10-01 20:55                               ` Jerry Geis
2021-10-01 20:57                                 ` Ilia Mirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABr8-B4zOQU1KYatZre7yZ9tkFOAffZj=DLKbvZe5om9uQ6ssA@mail.gmail.com' \
    --to=jerry.geis@gmail.com \
    --cc=imirkin@alum.mit.edu \
    --cc=nouveau@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.