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:27:32 -0400	[thread overview]
Message-ID: <CABr8-B5cakVP_VLHFv4ORxZynddEskrHjbhXGAsVbFRsBkDuVg@mail.gmail.com> (raw)
In-Reply-To: <CAKb7Uvh6ieqB3fCppR3z8gvVM2xp_0EvbQbXPueoeAXkH1_LAw@mail.gmail.com>

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

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

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.

So progress. but still no good.

Jerry

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

  reply	other threads:[~2021-10-01 19:27 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 [this message]
2021-10-01 19:35                 ` Jerry Geis
2021-10-01 19:40                   ` Ilia Mirkin
2021-10-01 19:58                     ` Jerry Geis
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-B5cakVP_VLHFv4ORxZynddEskrHjbhXGAsVbFRsBkDuVg@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.