nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Nouveau] Nouveau on Ubuntu 20.04 LTS
@ 2021-10-01 15:00 Jerry Geis
  2021-10-01 15:05 ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 15:00 UTC (permalink / raw)
  To: nouveau

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

I am trying to get Nouveau running and also playing video.
lspci | grep VGA shows
03:00.0 VGA compatible controller: NVIDIA Corporation GT218 [ION] (rev a2)

syslog shows nouveau loaded

But video performance is SLOW - dropping frames.

have I missed something ?

How do I get better video performance ?

Thanks,

Jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  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
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 15:05 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

You can check the perf level your GPU is at, and potentially adjust it.

cat /sys/kernel/debug/dri/0/pstate

This should give a list of levels like "xx: stuff", with the "AC"
level being the current settings. Echo'ing any one of the xx's into
that file will attempt to switch to a different performance level.
Sometimes it works, other times it kills the GPU until you reboot. Use
with care.

Cheers,

  -ilia

On Fri, Oct 1, 2021 at 11:01 AM Jerry Geis <jerry.geis@gmail.com> wrote:
>
> I am trying to get Nouveau running and also playing video.
> lspci | grep VGA shows
> 03:00.0 VGA compatible controller: NVIDIA Corporation GT218 [ION] (rev a2)
>
> syslog shows nouveau loaded
>
> But video performance is SLOW - dropping frames.
>
> have I missed something ?
>
> How do I get better video performance ?
>
> Thanks,
>
> Jerry

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 15:05 ` Ilia Mirkin
@ 2021-10-01 18:29   ` Jerry Geis
  2021-10-01 18:44     ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 18:29 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

On Fri, Oct 1, 2021 at 11:05 AM Ilia Mirkin <imirkin@alum.mit.edu> wrote:

> You can check the perf level your GPU is at, and potentially adjust it.
>
> cat /sys/kernel/debug/dri/0/pstate
>
> This should give a list of levels like "xx: stuff", with the "AC"
> level being the current settings. Echo'ing any one of the xx's into
> that file will attempt to switch to a different performance level.
> Sometimes it works, other times it kills the GPU until you reboot. Use
> with care.
>
> Cheers,
>
>   -ilia
>
> On Fri, Oct 1, 2021 at 11:01 AM Jerry Geis <jerry.geis@gmail.com> wrote:
> >
> > I am trying to get Nouveau running and also playing video.
> > lspci | grep VGA shows
> > 03:00.0 VGA compatible controller: NVIDIA Corporation GT218 [ION] (rev
> a2)
> >
> > syslog shows nouveau loaded
> >
> > But video performance is SLOW - dropping frames.
> >
> > have I missed something ?
> >
> > How do I get better video performance ?
> >
> > Thanks,
> >
> > Jerry
>


Thanks perhaps this is part of the problem:
 ls -l /sys/kernel/debug/dri/
total 0

Do I not have a package installed ?
apt list --installed | grep dri

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

i965-va-driver/focal,now 2.4.0-0ubuntu1 amd64 [installed,automatic]
intel-media-va-driver/focal,now 20.1.1+dfsg1-1 amd64 [installed,automatic]
libgl1-mesa-dri/now 21.0.3-0ubuntu0.3~20.04.1 amd64 [installed,upgradable
to: 21.0.3-0ubuntu0.3~20.04.2]
libreoffice-base-drivers/focal-updates,now 1:6.4.7-0ubuntu0.20.04.1 amd64
[installed,automatic]
libxcb-dri2-0/focal,now 1.14-2 amd64 [installed,automatic]
libxcb-dri3-0/focal,now 1.14-2 amd64 [installed,automatic]
mesa-va-drivers/now 21.0.3-0ubuntu0.3~20.04.1 amd64 [installed,upgradable
to: 21.0.3-0ubuntu0.3~20.04.2]
mesa-vdpau-drivers/now 21.0.3-0ubuntu0.3~20.04.1 amd64
[installed,upgradable to: 21.0.3-0ubuntu0.3~20.04.2]
mesa-vulkan-drivers/now 21.0.3-0ubuntu0.3~20.04.1 amd64
[installed,upgradable to: 21.0.3-0ubuntu0.3~20.04.2]
printer-driver-pnm2ppa/focal,now 1.13+nondbs-0ubuntu6 amd64
[installed,automatic]
ubuntu-drivers-common/focal-updates,now 1:0.9.0~0.20.04.1 amd64
[installed,automatic]
va-driver-all/focal,now 2.7.0-2 amd64 [installed,automatic]
vdpau-driver-all/focal,now 1.3-1ubuntu2 amd64 [installed,automatic]
vdpau-va-driver/now 0.7.4-7 amd64 [installed,local]

Jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 18:29   ` Jerry Geis
@ 2021-10-01 18:44     ` Ilia Mirkin
  2021-10-01 18:59       ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 18:44 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

On Fri, Oct 1, 2021 at 2:29 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> Thanks perhaps this is part of the problem:
>  ls -l /sys/kernel/debug/dri/
> total 0

This indicates that nouveau is not loaded. (Or loaded and failed
part-way through the load.)

Cheers,

  -ilia

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 18:44     ` Ilia Mirkin
@ 2021-10-01 18:59       ` Jerry Geis
  2021-10-01 19:05         ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 18:59 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

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

> On Fri, Oct 1, 2021 at 2:29 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> > Thanks perhaps this is part of the problem:
> >  ls -l /sys/kernel/debug/dri/
> > total 0
>
> This indicates that nouveau is not loaded. (Or loaded and failed
> part-way through the load.)
>
> Cheers,
>
>   -ilia
>

Thanks I have this:

 grep nouveau /var/log/syslog
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (==) Matched
nouveau as autoconfigured driver 0
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II)
LoadModule: "nouveau"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/nouveau_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Module
nouveau: vendor="X.Org Foundation"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (==) Matched
nouveau as autoconfigured driver 0
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II)
LoadModule: "nouveau"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/nouveau_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Module
nouveau: vendor="X.Org Foundation"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II)
UnloadModule: "nouveau"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II)
Unloading nouveau
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Failed
to load module "nouveau" (already loaded, 0)

grep Loading /var/log/syslog
Oct  1 09:47:47 mediaport57 kernel: [   12.300994] Loading compiled-in
X.509 certificates
Oct  1 09:47:47 mediaport57 kernel: [   12.772319] blacklist: Loading
compiled-in revocation X.509 certificates
Oct  1 09:47:47 mediaport57 kernel: [   37.869170] cfg80211: Loading
compiled-in X.509 certificates for regulatory database
Oct  1 09:47:57 mediaport57 lxd.activate[846]: ==> Loading snap
configuration
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/extensions/libglx.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/nouveau_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/modesetting_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/vesa_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/nouveau_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/modesetting_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/drivers/vesa_drv.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
sub module "vbe"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/libvbe.so
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
sub module "int10"
Oct  1 09:48:41 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/libint10.so
Oct  1 09:48:42 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
sub module "ddc"
Oct  1 09:48:43 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
sub module "shadow"
Oct  1 09:48:43 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/libshadow.so
Oct  1 09:48:43 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
sub module "fb"
Oct  1 09:48:43 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/libfb.so
Oct  1 09:48:43 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
sub module "int10"
Oct  1 09:48:43 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/libint10.so
Oct  1 09:48:44 mediaport57 /usr/lib/gdm3/gdm-x-session[1423]: (II) Loading
/usr/lib/xorg/modules/input/libinput_drv.so

lsmod | grep nouveau

What dont I have ?

Jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 18:59       ` Jerry Geis
@ 2021-10-01 19:05         ` Ilia Mirkin
  2021-10-01 19:16           ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 19:05 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:05         ` Ilia Mirkin
@ 2021-10-01 19:16           ` Jerry Geis
  2021-10-01 19:20             ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 19:16 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

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
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (==) Matched
modesetting as autoconfigured driver 1
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (==) Matched
fbdev as autoconfigured driver 2
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (==) Matched
vesa as autoconfigured driver 3
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (==)
Assigned the driver to the xf86ConfigLayout
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
LoadModule: "nouveau"
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) Loading
/usr/lib/xorg/modules/drivers/nouveau_drv.so
Oct  1 15:11:21 mediaport57 systemd[1484]: Stopped Tracker file system data
miner.
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) Module
nouveau: vendor="X.Org Foundation"
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011compiled
for 1.20.3, module version = 1.0.16
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011Module
class: X.Org Video Driver
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011ABI
class: X.Org Video Driver, version 24.0
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
LoadModule: "modesetting"
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) Loading
/usr/lib/xorg/modules/drivers/modesetting_drv.so
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) Module
modesetting: vendor="X.Org Foundation"
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011compiled
for 1.20.11, module version = 1.20.11
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011Module
class: X.Org Video Driver
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011ABI
class: X.Org Video Driver, version 24.1
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
LoadModule: "fbdev"
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (WW)
Warning, couldn't open module fbdev
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (EE) Failed
to load module "fbdev" (module does not exist, 0)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
LoadModule: "vesa"
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) Loading
/usr/lib/xorg/modules/drivers/vesa_drv.so


Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) NOUVEAU
driver Date:   Mon Jan 28 23:25:58 2019 -0500
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II) NOUVEAU
driver for NVIDIA chipset families :
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011RIVA TNT
           (NV04)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011RIVA
TNT2           (NV05)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
256         (NV10)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
2           (NV11, NV15)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
4MX         (NV17, NV18)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
3           (NV20)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
4Ti         (NV25, NV28)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
FX          (NV3x)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
6           (NV4x)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
7           (G7x)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
8           (G8x)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
9           (G9x)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
GTX 2xx/3xx (GT2xx)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
GTX 4xx/5xx (GFxxx)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
GTX 6xx/7xx (GKxxx)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
GTX 9xx     (GMxxx)
Oct  1 15:11:21 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: #011GeForce
GTX 10xx    (GPxxx)

Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1920x1080" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1600x1200" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1440x900" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1368x768" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1360x768" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1366x768" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "1024x768" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "800x600" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "640x480" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "1280x800" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "640x400" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "320x400" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "320x240" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using built-in mode "320x200" (no mode of this name)
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (WW)
VESA(0): No valid modes left. Trying less strict filter...
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (II)
VESA(0): Not using mode "1920x1080" (no mode of this name)

Oct  1 15:11:23 mediaport57 /usr/lib/gdm3/gdm-x-session[1546]: (**)
VESA(0): Using "Shadow Framebuffer"

So it seems like its loading .... but perhaps its not happy ????

What do I do  ?

Jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:16           ` Jerry Geis
@ 2021-10-01 19:20             ` Ilia Mirkin
  2021-10-01 19:27               ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 19:20 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:20             ` Ilia Mirkin
@ 2021-10-01 19:27               ` Jerry Geis
  2021-10-01 19:35                 ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 19:27 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

[-- 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 --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:27               ` Jerry Geis
@ 2021-10-01 19:35                 ` Jerry Geis
  2021-10-01 19:40                   ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 19:35 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

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
>
> 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
>

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.

jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:35                 ` Jerry Geis
@ 2021-10-01 19:40                   ` Ilia Mirkin
  2021-10-01 19:58                     ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 19:40 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:40                   ` Ilia Mirkin
@ 2021-10-01 19:58                     ` Jerry Geis
  2021-10-01 20:14                       ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 19:58 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

[-- 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 --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 19:58                     ` Jerry Geis
@ 2021-10-01 20:14                       ` Ilia Mirkin
  2021-10-01 20:29                         ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 20:14 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

On Fri, Oct 1, 2021 at 3:58 PM Jerry Geis <jerry.geis@gmail.com> wrote:
>
>
>
> 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

Oh dear. Esp acpi=off is very bad for any post-2010 machine. (The
cut-off is probably earlier, but def by 2010, ACPI is basically
required for things to function.) pci=nomsi won't affect things too
much either way, but I'm not aware of needing to turn off MSI except
for very odd situations.

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

Nouveau will have registered a second sound adapter (whose sound would
get piped out through HDMI / DP ports, if available). Make sure you're
still using the "right" audio hardware in your settings.

You can also check that pstate file I was talking about earlier to
adjust the power levels of the GPU (either more power / more heat /
less battery or less power / less heat / more battery...)

Good luck,

  -ilia

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 20:14                       ` Ilia Mirkin
@ 2021-10-01 20:29                         ` Jerry Geis
  2021-10-01 20:41                           ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 20:29 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

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

> On Fri, Oct 1, 2021 at 3:58 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> >
> >
> >
> > 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
>
> Oh dear. Esp acpi=off is very bad for any post-2010 machine. (The
> cut-off is probably earlier, but def by 2010, ACPI is basically
> required for things to function.) pci=nomsi won't affect things too
> much either way, but I'm not aware of needing to turn off MSI except
> for very odd situations.
>
> >
> > The machine seems happier - now - althought I no longer have sound for
> some reason - but after installing the firmware - CPU % is way down.
>
> Nouveau will have registered a second sound adapter (whose sound would
> get piped out through HDMI / DP ports, if available). Make sure you're
> still using the "right" audio hardware in your settings.
>
> You can also check that pstate file I was talking about earlier to
> adjust the power levels of the GPU (either more power / more heat /
> less battery or less power / less heat / more battery...)
>
> Good luck,
>
>   -ilia
>

yes very weird on the sound. Using analog speakers at the moment
I got no test sound - and no video sound after getting nouveau to run
correctly ????
I was playing analog audio before ?
Does nouveau only do HDMI audio ?

jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 20:29                         ` Jerry Geis
@ 2021-10-01 20:41                           ` Ilia Mirkin
  2021-10-01 20:48                             ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 20:41 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

On Fri, Oct 1, 2021 at 4:29 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> yes very weird on the sound. Using analog speakers at the moment
> I got no test sound - and no video sound after getting nouveau to run correctly ????
> I was playing analog audio before ?
> Does nouveau only do HDMI audio ?

nouveau only does HDMI(/DP) audio. A different driver will handle a
built-in sound card (e.g. snd_hda_intel). You might want to reach out
to your distro's support channels to better diagnose what's going on.
Unlikely to have anything to do with nouveau. More likely that you had
added "acpi=off" to hack around this. Or perhaps pci=nomsi for a
broken audio adapter? Don't know. dmesg (not to mention google) will
have the answers.

  -ilia

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 20:41                           ` Ilia Mirkin
@ 2021-10-01 20:48                             ` Jerry Geis
  2021-10-01 20:55                               ` Jerry Geis
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 20:48 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

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

> On Fri, Oct 1, 2021 at 4:29 PM Jerry Geis <jerry.geis@gmail.com> wrote:
> > yes very weird on the sound. Using analog speakers at the moment
> > I got no test sound - and no video sound after getting nouveau to run
> correctly ????
> > I was playing analog audio before ?
> > Does nouveau only do HDMI audio ?
>
> nouveau only does HDMI(/DP) audio. A different driver will handle a
> built-in sound card (e.g. snd_hda_intel). You might want to reach out
> to your distro's support channels to better diagnose what's going on.
> Unlikely to have anything to do with nouveau. More likely that you had
> added "acpi=off" to hack around this. Or perhaps pci=nomsi for a
> broken audio adapter? Don't know. dmesg (not to mention google) will
> have the answers.
>
>   -ilia
>

Thanks - I switched monitors - using a 4K monitor with buildin sound.
Sound works now- great.  but the screen is not in 4K .
Does Nouveau not do 4K - 3840x2160?

Thanks!

Jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 20:48                             ` Jerry Geis
@ 2021-10-01 20:55                               ` Jerry Geis
  2021-10-01 20:57                                 ` Ilia Mirkin
  0 siblings, 1 reply; 18+ messages in thread
From: Jerry Geis @ 2021-10-01 20:55 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau

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

On Fri, Oct 1, 2021 at 4:48 PM Jerry Geis <jerry.geis@gmail.com> wrote:

>
>
> On Fri, Oct 1, 2021 at 4:41 PM Ilia Mirkin <imirkin@alum.mit.edu> wrote:
>
>> On Fri, Oct 1, 2021 at 4:29 PM Jerry Geis <jerry.geis@gmail.com> wrote:
>> > yes very weird on the sound. Using analog speakers at the moment
>> > I got no test sound - and no video sound after getting nouveau to run
>> correctly ????
>> > I was playing analog audio before ?
>> > Does nouveau only do HDMI audio ?
>>
>> nouveau only does HDMI(/DP) audio. A different driver will handle a
>> built-in sound card (e.g. snd_hda_intel). You might want to reach out
>> to your distro's support channels to better diagnose what's going on.
>> Unlikely to have anything to do with nouveau. More likely that you had
>> added "acpi=off" to hack around this. Or perhaps pci=nomsi for a
>> broken audio adapter? Don't know. dmesg (not to mention google) will
>> have the answers.
>>
>>   -ilia
>>
>
> Thanks - I switched monitors - using a 4K monitor with buildin sound.
> Sound works now- great.  but the screen is not in 4K .
> Does Nouveau not do 4K - 3840x2160?
>
> Thanks!
>
> Jerry
>

HA! I just dawned on my the OLD GT218 does not do 4K... The 4K display
looks like a strched for some reason - I thought it would jus tbe the
normal 1080p.
Anyway - got it working - thanks to all the suggestions!

Jerry

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Nouveau] Nouveau on Ubuntu 20.04 LTS
  2021-10-01 20:55                               ` Jerry Geis
@ 2021-10-01 20:57                                 ` Ilia Mirkin
  0 siblings, 0 replies; 18+ messages in thread
From: Ilia Mirkin @ 2021-10-01 20:57 UTC (permalink / raw)
  To: Jerry Geis; +Cc: nouveau

On Fri, Oct 1, 2021 at 4:56 PM Jerry Geis <jerry.geis@gmail.com> wrote:
>
>
>
> On Fri, Oct 1, 2021 at 4:48 PM Jerry Geis <jerry.geis@gmail.com> wrote:
>>
>>
>>
>> On Fri, Oct 1, 2021 at 4:41 PM Ilia Mirkin <imirkin@alum.mit.edu> wrote:
>>>
>>> On Fri, Oct 1, 2021 at 4:29 PM Jerry Geis <jerry.geis@gmail.com> wrote:
>>> > yes very weird on the sound. Using analog speakers at the moment
>>> > I got no test sound - and no video sound after getting nouveau to run correctly ????
>>> > I was playing analog audio before ?
>>> > Does nouveau only do HDMI audio ?
>>>
>>> nouveau only does HDMI(/DP) audio. A different driver will handle a
>>> built-in sound card (e.g. snd_hda_intel). You might want to reach out
>>> to your distro's support channels to better diagnose what's going on.
>>> Unlikely to have anything to do with nouveau. More likely that you had
>>> added "acpi=off" to hack around this. Or perhaps pci=nomsi for a
>>> broken audio adapter? Don't know. dmesg (not to mention google) will
>>> have the answers.
>>>
>>>   -ilia
>>
>>
>> Thanks - I switched monitors - using a 4K monitor with buildin sound.
>> Sound works now- great.  but the screen is not in 4K .
>> Does Nouveau not do 4K - 3840x2160?
>>
>> Thanks!
>>
>> Jerry
>
>
> HA! I just dawned on my the OLD GT218 does not do 4K... The 4K display looks like a strched for some reason - I thought it would jus tbe the normal 1080p.
> Anyway - got it working - thanks to all the suggestions!

We enforce a max of 165mhz on those boards for HDMI (this is what the
HW is rated for). If you feel like forcing it, you can boot with
nouveau.hdmimhz=300 to allow the 4k resolution. Note that it's a
weaker GPU, and 4k will not be great on it anyways.

  -ilia

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-10-01 20:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).