[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2022-06-02 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Importance: High => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
Oh maybe we could fix this in Plymouth without disabling the laptop
display...

If the CRTC_X / CRTC_Y / CRTC_W / CRTC_H properties behave how I think
they should then we could use them to maintain correct aspect ratio and
each monitor in its own native preferred resolution.

For example, displaying a 1920x1080 buffer in a 1920x1200 mode:

  CRTC_X = 0
  CRTC_Y = 60
  CRTC_W = 1920
  CRTC_H = 1080

Maybe those only exist for atomic KMS drivers though (like i915).

https://01.org/linuxgraphics/gfx-docs/drm/drm-kms-properties.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
I'm not sure this /should/ be fixed.

We don't want Plymouth to drive separate displays differently (unless it
already does?) because that's double the render load, which is too much
for software rendering.

We could implement the fix suggested in comment #12, but upstream might
not like it for good reason. If some user has a monitor accidentally
turned off and plymouth is stuck then they should be able to turn it on
halfway through and plymouth should be outputting to it.

If it was my machine I would just search through the monitor's own OSD
menu and find the setting that enables use of correct aspect ratios for
non-native modes. ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
It's a pity the "scaling mode" property is only implemented on the
laptop screen because if it existed for external monitors then we could
fix this bug by simply setting:

  "scaling mode" = "Full aspect"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
** Changed in: plymouth (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
Thanks. It looks like comment #10 is correct. Also the kernel is
correctly reporting that the laptop display is OFF and the external
monitor is ON. So I think Plymouth should be enhanced to check that and
not bother with outputs that are OFF.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
drm_info as 1920x1200 monitor connect to WD19, and lid closed.

** Attachment added: "drm_info-wd19-lidclose.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538389/+files/drm_info-wd19-lidclose.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
It's starting to look like this is a Plymouth bug/feature where it
applies the same resolution to all monitors:

https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/119
https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/9

If true then that would make sense. Plymouth uses software rendering and
possibly can't afford to render multiple monitors separately.

** Bug watch added: gitlab.freedesktop.org/plymouth/plymouth/-/issues #119
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/119

** Bug watch added: gitlab.freedesktop.org/plymouth/plymouth/-/issues #9
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/9

** Also affects: plymouth via
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/119
   Importance: Unknown
   Status: Unknown

** No longer affects: plymouth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Daniel van Vugt
Thanks. Those logs say the preferred mode is 1920x1080 so indeed you
will see some aspect distortion if that's referring to a 1920x1200
monitor...

Next we need to find out if either:

(a) the incorrect preferred mode is coming from the kernel; or

(b) plymouth is applying the preferred mode of the laptop panel to the
external monitor.

Please run 'drm_info' while only the external monitor is connected and
the laptop lid is still closed, and attach the output here. drm_info is
not in the archive until hirsute but it's a very simple program you
should be able to get running: https://launchpad.net/ubuntu/+source/drm-
info

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
xrandr as lid of the laptop is closed, and the 1920x1200 monitor is
connected via wd19

** Attachment added: "xrandar.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538345/+files/xrandar.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
when 1920x1200 external monitor is plugged via wd19 (dell docking)
and the lid of the laptop is closed.

** Attachment added: "plymouth-debug-with-wd19-lid-close.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538344/+files/plymouth-debug-with-wd19-lid-close.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
when 1920x1200 external monitor is plugged via wd19 (dell docking)

** Attachment added: "plymouth-debug-with-wd19.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538343/+files/plymouth-debug-with-wd19.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
** Attachment added: "lspci-nnvv"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538341/+files/lspci-nnvv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
when a 1920x1200 monitor is plugged via hdmi port of the machine.

** Attachment added: "plymouth-debug-hdmi.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538342/+files/plymouth-debug-hdmi.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-05 Thread Yuan-Chen Cheng
** Attachment added: "lspci-kv"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1949677/+attachment/5538340/+files/lspci-kv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-04 Thread Daniel van Vugt
Please use one of the plymouth.debug kernel parameters to record a
plymouth log of the problem happening and then attach the log here.

See
https://gitlab.freedesktop.org/plymouth/plymouth/-/raw/main/docs/development.txt


** Changed in: plymouth (Ubuntu)
   Status: New => Incomplete

** Changed in: plymouth (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949677] Re: Vendor logo does not display in correct ratio on external monitor as it have different ratio than internal on

2021-11-04 Thread Daniel van Vugt
It's probably the choice of graphics mode that's making pixels non-
square, and probably is not specific to the vendor logo(?)

Can you provide output from 'lspci -kv' ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949677

Title:
  Vendor logo does not display in correct ratio on external monitor as
  it have different ratio than internal on

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1949677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs