Closed jgao1025 closed 4 months ago
Hi, sorry for the very late response, I was busy on personal stuff.
So, this means that both monitors show the same screen, right? Are they being duplicated, such the mouse is seen in both monitors? If so, maybe this is an xrandr/X11 monitor setup issue, which I don't know a lot about.
@JezerM Thanks for the reply. Yep, I guess there would be something wrong with the X11 monitor but I am unable to continue work on/debug that as I changed my job.
Thanks and I will close this ticket.
Environment
web-greeter --version 3.5.2
Graphics: Device-1: Intel HD Graphics 630 driver: i915 v: kernel Display: server: X.org v: 1.21.1.4 with: Xwayland v: 22.1.1 driver: X: loaded: modesetting unloaded: fbdev,vesa gpu: i915 tty: 176x49 resolution: 1: 1920x1080 2: 3840x2160 Message: GL data unavailable in console for root.
primary_html: "index.html" secondary_html: "secondary.html"
from what xrandr gave me, there are two monitors, one is HDMI-2 which is Dell machine, and the other is HDMI-3, which is external monitor.
I also debug in /usr/lib/web-greeter/browser/browser.py
I can see the log as below
This means web-greeter had found that two monitors and load the theme accordingly. However, it seems that this HDMI-2 didn't link to Dell machine, somehow it shares HDMI-3 with that external monitor. This is why both monitors show the same screen. I can't debug futher than this.
A few other tests I made so far
Difficulties I met
So far I am not sure which part is in fault, and I just raise an issue to see if anyone encounter the similar problem. Are there any workaround with this? Thanks.
Steps to reproduce
Expected behavior
The primary monitor will show index.html and secondary monitor will show secondar.html.
Screenshots
If applicable, add screenshots to help explain your problem.