https://bugs.freedesktop.org/show_bug.cgi?id=110660 --- Comment #34 from Ilia Mirkin --- (In reply to Alexey Kuznetsov from comment #33) > Thanks! In Ubuntu kernel has no drivers/gpu/drm/nouveau/dispnv50/disp.c and > drivers/gpu/drm/nouveau/dispnv50/head.c but instead those files merged into > one drivers/gpu/drm/nouveau/nv50_display.c for some heck reason. The code was refactored. The ubuntu kernel is older. > > Patching this file makes one problem disappear, only "fix center and aspect > scaling" work properly (which confirms I build a kernel properly) but Yay! > scaling modes without calling 'xrandr --output eDP-1 --set "scaling mode" > "Full aspect"' still produces broken 8 displays. Hmmmm... adjusted_mode is the wrong thing to look at maybe? What if you switch adjusted_mode -> mode in that conditional? I always get so confused with that... -- You are receiving this mail because: You are the assignee for the bug.