Re: [Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Bagas Sanjaya
On 5/25/23 17:52, Bagas Sanjaya wrote: > Hi, > > I notice a regression report on Bugzilla [1]. Quoting from it: > >> Original Summary: >> absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers >> produce vast raster right and bottom borders on the larger resolution of two >>

[Nouveau] Nouveau with G98: console mixed up

2023-05-25 Thread Damien Dejean
Hello nouveau team! I installed Debian 11 on an old laptop with a Geforce 9300M graphics card. The system starts but as soon as the session manager starts, the display is black. If I start in “recovery mode”, ie without display manager but only a shell, the console gets completely mixed up. I

[Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Bagas Sanjaya
Hi, I notice a regression report on Bugzilla [1]. Quoting from it: > Original Summary: > absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers > produce vast raster right and bottom borders on the larger resolution of two > displays > > To reproduce: > 1-connect two unequal

Re: [Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Bagas Sanjaya
On 5/25/23 17:55, Bagas Sanjaya wrote: > On 5/25/23 17:52, Bagas Sanjaya wrote: >> Hi, >> >> I notice a regression report on Bugzilla [1]. Quoting from it: >> >>> Original Summary: >>> absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers >>> produce vast raster right and bottom

Re: [Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Thorsten Leemhuis
On 25.05.23 12:55, Bagas Sanjaya wrote: > On 5/25/23 17:52, Bagas Sanjaya wrote: >> >> I notice a regression report on Bugzilla [1]. Quoting from it: >> [...] >> Anyway, I'm adding it to regzbot: >> >> #regzbot introduced: v6.1.12..v6.2.12 >> #regzbot title: vast raster right and bottom borders on

Re: [Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Karol Herbst
I wouldn't be surprised if 4a16dd9d18a0 is the culprit and that it was always broken like this with drm fbdev. Anyway, the logs don't indicate we are actually doing anything wrong, It's just that the tty handling is a little bonkers as always. On Thu, May 25, 2023 at 1:37 PM Bagas Sanjaya wrote:

Re: [Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Bagas Sanjaya
On Thu, May 25, 2023 at 01:24:42PM +0200, Thorsten Leemhuis wrote: > Bagas, thx again for your efforts, much appreciated. But I guess for drm > drivers that have a line like > > B: https://gitlab.freedesktop.org/drm/[...] > > in MAINTAINERS (which includes all the popular drm drivers) this just

Re: [Nouveau] Fwd: absent both plymouth, and video= on linu lines, vtty[1-6] framebuffers produce vast raster right and bottom borders on the larger resolution of two displays

2023-05-25 Thread Bagas Sanjaya
On Thu, May 25, 2023 at 06:37:05PM +0700, Bagas Sanjaya wrote: > Oops, again, I messed up the regzbot entry (reporter field still assigned > to me). Inconclusiving... > > #regzbot inconclusive: Wrong reporter assigned (from: doesn't take effect) > > Please ignore this thread as I will send a new

[Nouveau] [PATCH] drm/nouveau/acr: remove unused variable loc

2023-05-25 Thread Tom Rix
gcc with W=1 reports drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:221:21: error: variable ‘loc’ set but not used [-Werror=unused-but-set-variable] 221 | u32 loc, sig, cnt, *meta; | ^~~ This variable is not used so remove it. Signed-off-by: Tom Rix

[Nouveau] libGL error: glx: failed to create dri2 screen libGL / error: failed to load driver: nouveau

2023-05-25 Thread Mario Marietto
Hello. I wrote this tutorial some time ago because I wanted that Blender was able to recognize CUDA and the Nvidia driver directly within the linuxulator : https://www.reddit.com/r/freebsd/comments/1118eae/how_to_install_the_nvidia_driver_5257801_cuda_12/ I was inspired by this tutorial :