Bug 442520

Summary: Display Configuration KCM fails to apply full RGB range
Product: [Plasma] kwin Reporter: Patrick Silva <bugseforuns>
Component: platform-drmAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: grouchomarx.fr, kamil, lunar.arun, m.riedel.nrw, meven29, mrcuve0+kde, nate, plasma-bugs, xaver.hugl
Priority: NOR    
Version: 5.22.90   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 5.24.4
Attachments: Before Logout, initial state of the log
Before Logout, Atuomatic -> Full
After Logout
After logout, Automatic to Full
my ~/.local/share/kscreen folder
Mrcuve0 - kscreen folder
Mrcuve0 - kscreen_terminal.log
Mrcuve0 - kscreen.log (.local/share/kscreen/)

Description Patrick Silva 2021-09-16 13:25:26 UTC
STEPS TO REPRODUCE
1. use Wayland session
2. open Display Configuration KCM
3. select Full RGB range
4. click on Apply button
5. comfirm the change by clicking on Keep button of the confirmation dialog

OBSERVED RESULT
Apply button is still active. I get an apply/discard prompt when leaving the KCM.

EXPECTED RESULT
Full RGB range should be applied

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.22.90
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.14.3-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 2 × Intel® Celeron® CPU G1820 @ 2.70GHz
Memory: 7,7 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics
Comment 1 Nate Graham 2021-09-16 18:09:30 UTC
Can confirm.
Comment 2 Zamundaaa 2021-09-16 21:18:12 UTC
Hmm, I could only test it by changing code in KWin where it printed out the correct value, because I don't have Intel hardware.
Maybe we're setting it wrong somehow... What does ~/.local/share/sddm/wayland-session.log say? If you have debug logging enabled it should have a message like
"Setting rgb range: Full"
And possibly a "Atomic test for CommitMode::Test failed!" with a bunch of numbers below it. If that is there, the exact lines would be interesting.
Comment 3 Patrick Silva 2021-09-16 21:45:21 UTC
after my steps, these lines are added to log file:

kwin_wayland_drm: Atomic test for (0) failed! Invalid argument
kwin_wayland_drm: Flags:
kwin_wayland_drm: 	 DRM_MODE_PAGE_FLIP_EVENT
kwin_wayland_drm: Drm objects:
kwin_wayland_drm: connector 79
kwin_wayland_drm: 	"CRTC_ID": 45
kwin_wayland_drm: 	"non-desktop": 0
kwin_wayland_drm: 	"DPMS": 0
kwin_wayland_drm: 	"Broadcast RGB": 0->1
kwin_wayland_drm: crtc 45
kwin_wayland_drm: 	"MODE_ID": 103
kwin_wayland_drm: 	"ACTIVE": 1
kwin_wayland_drm: 	"VRR_ENABLED": 0
kwin_wayland_drm: 	"GAMMA_LUT": 110
kwin_wayland_drm: primary plane 31
kwin_wayland_drm: 	"type": 1
kwin_wayland_drm: 	"SRC_X": 0
kwin_wayland_drm: 	"SRC_Y": 0
kwin_wayland_drm: 	"SRC_W": 125829120
kwin_wayland_drm: 	"SRC_H": 70778880
kwin_wayland_drm: 	"CRTC_X": 0
kwin_wayland_drm: 	"CRTC_Y": 0
kwin_wayland_drm: 	"CRTC_W": 1920
kwin_wayland_drm: 	"CRTC_H": 1080
kwin_wayland_drm: 	"FB_ID": 105
kwin_wayland_drm: 	"CRTC_ID": 45
kwin_wayland_drm: 	"rotation": 1
kwin_wayland_drm: 	"IN_FORMATS": 32
Comment 4 Zamundaaa 2021-09-16 22:37:44 UTC
Okay, thanks. I have an idea about what could be causing this
Comment 5 Bug Janitor Service 2021-09-16 22:41:20 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1426
Comment 6 Zamundaaa 2021-09-17 06:32:14 UTC
Can you test the patch?
Comment 7 Patrick Silva 2021-09-17 12:27:31 UTC
(In reply to Zamundaaa from comment #6)
> Can you test the patch?

I have applied your patch to my system.
Now I can apply full rgb range but it is reverted
to limited when I restart Plasma session.
And when I apply full rgb range and then immediately reopen the KCM,
rgb range combobox is empty or Automatic option is selected.
These issues persist after reboot.
Comment 8 Zamundaaa 2021-09-17 13:51:10 UTC
Git commit 4848964c6036803b5fa0d88340960b44a113da67 by Xaver Hugl.
Committed on 17/09/2021 at 13:48.
Pushed by zamundaaa into branch 'master'.

platforms/drm: allow modesets when setting Broadcast RGB

M  +5    -1    src/plugins/platforms/drm/drm_object_connector.cpp

https://invent.kde.org/plasma/kwin/commit/4848964c6036803b5fa0d88340960b44a113da67
Comment 9 Zamundaaa 2021-09-17 13:56:53 UTC
Git commit 6455499dca1b589d87184ef128bd9b226899f8ce by Xaver Hugl.
Committed on 17/09/2021 at 13:56.
Pushed by zamundaaa into branch 'Plasma/5.23'.

platforms/drm: allow modesets when setting Broadcast RGB


(cherry picked from commit 4848964c6036803b5fa0d88340960b44a113da67)

M  +5    -1    src/plugins/platforms/drm/drm_object_connector.cpp

https://invent.kde.org/plasma/kwin/commit/6455499dca1b589d87184ef128bd9b226899f8ce
Comment 10 Nate Graham 2021-09-17 14:45:15 UTC
Anything more to do here, or should this be fixed now? Can you test, Patrick? Thanks!
Comment 11 Zamundaaa 2021-09-17 15:02:38 UTC
The bug as per the first description should be fixed but the setting is not restored by kded, even though it is saved into the config file(s). I must've overlooked something in KScreen. Too much boilerplate code :/
Comment 12 Bug Janitor Service 2021-09-21 11:35:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libkscreen/-/merge_requests/34
Comment 13 Zamundaaa 2021-09-21 12:02:53 UTC
Git commit 67e629aa18ba878d4f3566457b6fbfff7ec949fd by Xaver Hugl.
Committed on 21/09/2021 at 11:34.
Pushed by vladz into branch 'master'.

outputdevice: add missing done events

M  +8    -0    src/server/outputdevice_v2_interface.cpp

https://invent.kde.org/plasma/kwayland-server/commit/67e629aa18ba878d4f3566457b6fbfff7ec949fd
Comment 14 Zamundaaa 2021-09-21 12:12:27 UTC
Git commit 4008dccebc51f79a283852399a778c4d546c8dd8 by Xaver Hugl.
Committed on 21/09/2021 at 12:12.
Pushed by zamundaaa into branch 'Plasma/5.23'.

outputdevice: add missing done events


(cherry picked from commit 67e629aa18ba878d4f3566457b6fbfff7ec949fd)

M  +8    -0    src/server/outputdevice_v2_interface.cpp

https://invent.kde.org/plasma/kwayland-server/commit/4008dccebc51f79a283852399a778c4d546c8dd8
Comment 15 Zamundaaa 2021-09-21 12:13:16 UTC
Git commit b6f7e1627104bb6dc811374e92d1088530c3d1ae by Xaver Hugl.
Committed on 21/09/2021 at 11:31.
Pushed by zamundaaa into branch 'master'.

fix all the new settings

While they were written to the control file, they were not written into
the configuration files from kded and were thus reset after a session restart

M  +20   -5    src/output.cpp
M  +3    -3    src/output.h

https://invent.kde.org/plasma/libkscreen/commit/b6f7e1627104bb6dc811374e92d1088530c3d1ae
Comment 16 Zamundaaa 2021-09-21 12:13:43 UTC
Git commit f659d88aaae2690207a39e7c60c7f2ecf3aedecb by Xaver Hugl.
Committed on 21/09/2021 at 12:13.
Pushed by zamundaaa into branch 'Plasma/5.23'.

fix all the new settings

While they were written to the control file, they were not written into
the configuration files from kded and were thus reset after a session restart


(cherry picked from commit b6f7e1627104bb6dc811374e92d1088530c3d1ae)

M  +20   -5    src/output.cpp
M  +3    -3    src/output.h

https://invent.kde.org/plasma/libkscreen/commit/f659d88aaae2690207a39e7c60c7f2ecf3aedecb
Comment 17 Patrick Silva 2021-09-21 20:11:49 UTC
I have built 5.23 branch of libkscreen, kwayland-server, kwin, kscreen
and plasma-workspace. But rgb range is still reverted to limited 
("Automatic" is selected in KCM) after re-login.
Comment 18 Zamundaaa 2021-09-21 22:45:57 UTC
Ack, it doesn't work with global retention. Can you try https://invent.kde.org/plasma/kscreen/-/merge_requests/44?
Comment 19 Patrick Silva 2021-09-21 23:14:40 UTC
(In reply to Zamundaaa from comment #18)
> Ack, it doesn't work with global retention. Can you try
> https://invent.kde.org/plasma/kscreen/-/merge_requests/44?

Applied your patch. Full rgb range is preserved after reboot, but it is not
after re-login.
Comment 20 Zamundaaa 2021-09-22 17:22:09 UTC
Git commit 38c258a1d7b007281ffae4f67621491378d0f4aa by Xaver Hugl.
Committed on 22/09/2021 at 17:21.
Pushed by zamundaaa into branch 'master'.

fix all the new settings

There were still bits missing for the global config

M  +18   -1    kded/output.cpp
M  +3    -0    kded/output.h

https://invent.kde.org/plasma/kscreen/commit/38c258a1d7b007281ffae4f67621491378d0f4aa
Comment 21 Zamundaaa 2021-09-22 17:22:32 UTC
Git commit c2180098a5646a8d2e48c5eb6aec99fcf9e88ec4 by Xaver Hugl.
Committed on 22/09/2021 at 17:22.
Pushed by zamundaaa into branch 'Plasma/5.23'.

fix all the new settings

There were still bits missing for the global config


(cherry picked from commit 38c258a1d7b007281ffae4f67621491378d0f4aa)

M  +18   -1    kded/output.cpp
M  +3    -0    kded/output.h

https://invent.kde.org/plasma/kscreen/commit/c2180098a5646a8d2e48c5eb6aec99fcf9e88ec4
Comment 22 Zamundaaa 2021-09-22 17:23:13 UTC
I can't reproduce the logout+login problem
Comment 23 arun 2021-09-26 15:10:17 UTC
I have this issue. I have tried patching with mr 44. still it doesn't work.
Comment 24 Zamundaaa 2021-09-26 15:57:18 UTC
You need up to date builts of the Plasma/5.23 branch (or git master) for libkscreen, kscreen, kwayland-server and kwin, the single patch won't work.
Comment 25 Patrick Silva 2021-10-14 11:43:31 UTC
RGB range is reverted to "Automatic" affer re-login on Plasma 5.23 too.
"Automatic" means "Limited" on my system.

Operating System: Arch Linux
KDE Plasma Version: 5.23.0
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Graphics Platform: Wayland
Comment 26 Mrcuve0 2021-10-19 08:05:08 UTC
Can confirm, on Opensuse TW w/ 5.23 I'm having the exact same issue as pointed out by Patrick Silva. I was going to file a bug for the case and discovered this one instead.

To better define my environment:
I have two monitors, my FHD laptop on the left and my secondary FHD screen on the right, which is also the "main" one (although no such definition exists on wayland yet). My secondary monitor, when RGB Range is on "automatic" is actually set on "limited" (although it should refer to "full" as it is perfectly capable to do such setting).

I noticed that whenever I force "Full" (no matter for which screen and no matter the "Save display's properties" setting below), if I disconnect my secondary screen on the right and reconnect it, all the setting (even those related to the laptop screen) revert to "automatic". Hence, my secondary screen reverts to a limited RGB range, which is quite annoying now that I discovered my monitor does not have washed out colors ahaha.

Laptop screen: Dell XPS 13 9343
Secondary screen: Dell U2419HC

Let me know if I can attach further information/logs etc!

Operating System: openSUSE Tumbleweed 20211016
KDE Plasma Version: 5.23.0
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.14.11-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-5200U CPU @ 2.20GHz
Memory: 7,7 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 5500
Comment 27 Zamundaaa 2021-10-19 22:01:22 UTC
Can you check for "Atomic test for (0) failed!" in ~/.local/sddm/wayland-session.log?
I don't have a device that supports it and faking support in KWin still seems to make it work fine, maybe there's something with driver interaction that makes it fail.
Comment 28 Mrcuve0 2021-10-20 08:13:27 UTC
> Can you check for "Atomic test for (0) failed!" in ~/.local/sddm/wayland-session.log?

I just read your second comment and I believe I don't have debug logging enabled, can you tell me how can I enable it? Sorry noob here. 
I tried adding "export QT_LOGGING_RULES="kwin_*.debug=true" to my .bashrc, logout, and then launch "systemsettings5 kcm_kscreen" but I can't see any additional info added to the logfile
Comment 29 Zamundaaa 2021-10-20 11:40:53 UTC
Either set it like this for your user account: https://invent.kde.org/plasma/kwin/-/wikis/Environment-Variables#usage or put it in /etc/environment to set it globally
When you have that, set rgb range to something else than automatic, log out, log in and have a look at the session log
Comment 30 Mrcuve0 2021-10-20 13:43:38 UTC
Created attachment 142670 [details]
Before Logout, initial state of the log

Before Logout, the screen is already in Automatic RGB mode, initial state of the log
Comment 31 Mrcuve0 2021-10-20 13:44:52 UTC
Created attachment 142671 [details]
Before Logout, Atuomatic -> Full

The logs records the instant where I change RGB mode from Automatic to Full, before logging out
Comment 32 Mrcuve0 2021-10-20 13:45:35 UTC
Created attachment 142672 [details]
After Logout

The logs shows the state after logout/login -> the screen is back to Automatic RGB mode
Comment 33 Mrcuve0 2021-10-20 13:46:28 UTC
Created attachment 142673 [details]
After logout, Automatic to Full

After logout, I switch again from Automatic to Full, the logs records this action
Comment 34 Mrcuve0 2021-10-20 13:58:03 UTC
I added "export QT_LOGGING_RULES="kwin_*.debug=true" as suggested, removed the log and rebooted to reach a clean state.

I recorded 4 different logs for the 4 subsequent actions done:
* 00a: shows the initial state of the log, the screen is on Automatic and no preference has been set yet
* 00b: the log records the instant when I switch from Automatic to Full, before logout
*** LOGOUT ***
* 01a: shows the state after logout, the screen is back in Automatic mode
* 01b: I switch again from Automatic to Full, the log records this action

Points of Interest I noticed using diff:
--> Comparison among 00b and 01a (logout happens in between):
* Line 7: The properties of Crtc 60 change (why?)
* Line 70: The properties of connector 77 change (why?)
* Line 71: Connector 85 (crtc 60) goes from Automatic to Full
* Line 74 and 75: The two hex addresses changes (IDs?)
* Line 421 in 01a sets the RGB range to Automatic

--> Comparison among 01a and 01b:
* Line 522: the RGB range is set to Full

-------

I didn't find any "kwin_wayland_drm: Atomic test for (0) failed! Invalid argument" string in these logs, however we can find on line 4:

"kwin_wayland_drm: Using Atomic Mode Setting on gpu "/dev/dri/card0"

So I guess the error does not produce in my case (?)
Comment 35 Zamundaaa 2021-10-21 08:22:02 UTC
Thanks for the investigation, the bug is almost certainly in KScreen then.
Comment 36 Zamundaaa 2021-12-07 22:02:17 UTC
*** Bug 446617 has been marked as a duplicate of this bug. ***
Comment 37 Méven Car 2021-12-29 10:59:25 UTC
Could you share the folder ~/.local/share/kscreen content
Comment 38 Patrick Silva 2021-12-29 13:19:47 UTC
Created attachment 144933 [details]
my ~/.local/share/kscreen folder
Comment 39 Mrcuve0 2021-12-29 14:57:37 UTC
Created attachment 144937 [details]
Mrcuve0 - kscreen folder
Comment 40 Méven Car 2021-12-30 10:07:23 UTC
(In reply to Mrcuve0 from comment #39)
> Created attachment 144937 [details]
> Mrcuve0 - kscreen folder

Thanks for those folders.

Your two configs have `"rgbrange": 0,` (automatic) in common, it should be `"rgbrange": 1,` for Full.

 It seems to indicate kscreen kded did not save the rgb range correctly, or KWin did not transmit it.

So a great thing that can help is to be in a automatic state, run
`WAYLAND_DEBUG=1 kcmshell5 kscreen`, keep the output, (this is quite verbose).
Then switch to full.
We should see in the trace a `output_devicev2.send_rgb_range(1)` or similar after the activation, if not the bug is in KWin side.
Comment 41 Mrcuve0 2021-12-30 11:17:54 UTC
I'm adding two different logs: 

* The first one `kscreen_terminal.log` is the one you asked (I'd like to understand why redirecting with tee or > didn't work with this particular command, anyway I copy pasted the stdout to this file :D).
* The second one `kscreen.log` is the one produced by setting the .sh file in plasma-workspace/env like https://community.kde.org/Solid/Projects/ScreenManagement suggests.

Hope both help. Anyway, I quickly searched for the string you mentioned and couldn't see it.

It is also woth mentioning that both screens (e-DP1, my laptop's builtin, and DP-1 Dell U2419HC, my external one) were set to "automatic" before launching the command. However, DP-1 was clearly showing a "full-RGB" image. I tried to restart and disconnect DP-1 multiple times while having "automatic" in kscreen to force it to a visually "limited" scale but I couldn't. Also closing the laptop lid didn't change anything. 

It's interesting because some months ago (at least as soon as i got 5.23 on tumbleweed) these operations would have triggered the bug instantly (i.e. DP-1 would clearly show a "limited" image), now I cannot find a way to reproduce it sistematically (but I can guarantee you that I still have to manually launch kscreen just to set to "full" DP-1 from time to time)
Comment 42 Mrcuve0 2021-12-30 11:18:21 UTC
Created attachment 144959 [details]
Mrcuve0 - kscreen_terminal.log
Comment 43 Mrcuve0 2021-12-30 11:18:57 UTC
Created attachment 144960 [details]
Mrcuve0 - kscreen.log (.local/share/kscreen/)
Comment 44 Mrcuve0 2021-12-30 11:24:44 UTC
Just to add additional information to my setup, some days ago I wanted to try OC my screens to 75Hz "for the lulz" following https://old.reddit.com/r/linux_gaming/comments/e339il/how_to_overclock_your_monitor_on_wayland/.
Hence why you'll find 75Hz in the configs and logs.

It probably does not have effects on the bug but, you know, sometimes "very unlikely" configs have an impact on what you are trying to debug and you find it only after hours of wasted time
Comment 45 Méven Car 2021-12-30 17:16:50 UTC
(In reply to Mrcuve0 from comment #42)
> Created attachment 144959 [details]
> Mrcuve0 - kscreen_terminal.log

Great, this confirms the issue is on Kscreen side:

[4081578,804]  -> kde_output_management_v2@49.create_configuration(new id kde_output_configuration_v2@55)
[4081578,967]  -> kde_output_configuration_v2@55.mode(kde_output_device_v2@50, kde_output_device_mode_v2@4278190082)
[4081579,040]  -> kde_output_configuration_v2@55.mode(kde_output_device_v2@51, kde_output_device_mode_v2@4278190115)
[4081579,063]  -> kde_output_configuration_v2@55.set_rgb_range(kde_output_device_v2@51, 1)
[4081579,098]  -> kde_output_configuration_v2@55.apply()
[...]
[4081635,736] kde_output_device_v2@51.rgb_range(1)
[4081635,782] kde_output_device_v2@51.done()
[4081635,815] kde_output_configuration_v2@55.applied()
Comment 46 Méven Car 2022-01-02 12:51:11 UTC
In someone with the needed hardware could test the tentative kwin patch https://invent.kde.org/plasma/kwin/-/merge_requests/1830
This should make kwin restore your rgb range setting on startup.
Comment 47 Méven Car 2022-01-03 15:51:42 UTC
Git commit d81b106c1554a36c14c55d81083268a79b057a91 by Méven Car, on behalf of Méven Car.
Committed on 03/01/2022 at 15:40.
Pushed by meven into branch 'master'.

Apply the rgbrange read from Kscreen configuration on startup

M  +1    -0    src/abstract_wayland_output.cpp
M  +4    -0    src/backends/drm/drm_backend.cpp

https://invent.kde.org/plasma/kwin/commit/d81b106c1554a36c14c55d81083268a79b057a91
Comment 48 Marc Riedel 2022-02-09 13:10:50 UTC
Hi guys,

the behavior didn't change.  
After logout/login cycle, "rgbrange" stays "1" for the files in "kscreen/control/outputs" and "kscreen/control/configs" but not for the files in "kscreen" and in "kscreen/outputs".
They are reverted to "0". 
Furthermore, the apply/discard prompt doesn't show up after hitting apply, so the settings are reverted after the timeout. When starting kscreen via kcmshell5, it works like it should.

Tested with the latest release:

Betriebssystem: Debian GNU/Linux
KDE-Plasma-Version: 5.24.0
KDE-Frameworks-Version: 5.90.0
Qt-Version: 5.15.2
Kernel-Version: 5.16.0-7.slh.1-aptosid-amd64 (64-bit)
Grafik-Plattform: Wayland
Prozessoren: 12 × Intel® Core™ i7-8700K CPU @ 3.70GHz
Speicher: 31,2 GiB Arbeitsspeicher
Grafikprozessor: Mesa DRI Intel® UHD Graphics 630

Best regards

Marc
Comment 49 Patrick Silva 2022-02-11 19:46:04 UTC
*** Bug 450029 has been marked as a duplicate of this bug. ***
Comment 50 Nate Graham 2022-02-16 18:00:07 UTC
*** Bug 450172 has been marked as a duplicate of this bug. ***
Comment 51 Bug Janitor Service 2022-03-11 02:51:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwayland-server/-/merge_requests/360
Comment 52 Zamundaaa 2022-03-11 02:54:02 UTC
I managed to reproduce the bug, this MR should finally fix it for good. If someone else could verify that would be good though
Comment 53 Zamundaaa 2022-03-11 16:14:36 UTC
Git commit b90a3cbb4c3615fa6bf6dc8ffb5747da7d5deb60 by Xaver Hugl.
Committed on 11/03/2022 at 02:51.
Pushed by ngraham into branch 'master'.

outputchangeset: set default values for vrr policy and rgb range

If this is not done then KScreen will sometimes unintentionally reset them
to the default.
FIXED-IN: 5.24.4

M  +2    -0    src/server/outputchangeset_v2.cpp

https://invent.kde.org/plasma/kwayland-server/commit/b90a3cbb4c3615fa6bf6dc8ffb5747da7d5deb60
Comment 54 Nate Graham 2022-03-11 16:14:58 UTC
Git commit a8e66dd1360624f9fef016598435182d7faa635a by Nate Graham, on behalf of Xaver Hugl.
Committed on 11/03/2022 at 16:14.
Pushed by ngraham into branch 'Plasma/5.24'.

outputchangeset: set default values for vrr policy and rgb range

If this is not done then KScreen will sometimes unintentionally reset them
to the default.
FIXED-IN: 5.24.4


(cherry picked from commit b90a3cbb4c3615fa6bf6dc8ffb5747da7d5deb60)

M  +2    -0    src/server/outputchangeset_v2.cpp

https://invent.kde.org/plasma/kwayland-server/commit/a8e66dd1360624f9fef016598435182d7faa635a
Comment 55 Marc Riedel 2022-04-01 11:53:18 UTC
Hi guys,

the bug fix looks good.
Running version 5.24.4 and didn't encountered this issue anymore. 
Also the RGB setting in kscreen settings menu gets remembered correctly.

Thanks and best regards,

Marc