After getting the external monitor to display on the left with 'Display settings' I used the save button
and the menu bar to the right with JWNdesk, there was no save button
they go back after reboot. How can I make it persist after reboot?
make display settings and JWNdesk settings persist after reboot
Moderator: Forum moderators
make display settings and JWNdesk settings persist after reboot
- Attachments
-
- incorrect.png (196.7 KiB) Viewed 733 times
-
- correct.png (164.4 KiB) Viewed 733 times
BWPUP 10.0.9 on persistent USB
-
- Posts: 2151
- Joined: Tue Jul 14, 2020 11:24 pm
- Has thanked: 196 times
- Been thanked: 414 times
Re: make display settings and JWNdesk settings persist after reboot
you can boot into ram and when you shutdown you will be presented with dialogs to create saves. do not have your external drive plugged in if you want to not have it offered as a choice. only create saves where you wish to have them found at boot time. if your external drive is disconnected and you are not offered a choice to create a save on the USB, post the contents of grub.cfg
Re: make display settings and JWNdesk settings persist after reboot
There is a problem with bwpup, it will not save the external monitor setting.
- mikewalsh
- Moderator
- Posts: 6518
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 993 times
- Been thanked: 2170 times
Re: make display settings and JWNdesk settings persist after reboot
esos wrote: Mon Mar 03, 2025 4:02 pmThere is a problem with bwpup, it will not save the external monitor setting.
@esos :-
I suspect you'll find this has been a problem with Puppy for quite a while. We've had sporadic reports of this over the last few years, long before BWPup came along.
More to the point, I believe you'll find that the settings ARE created & saved, but for whatever reason, at next boot they aren't acted upon. Xorg doesn't, apparently, "see" them..?
That's the impression I've got, anyway.
Mike.
Re: make display settings and JWNdesk settings persist after reboot
Do the developers read these forums or should I file a big somewhere?
For now upon every restart I have a couple steps needed to set it up.
Open JWMdesk and click "apply". As you said the changes are saved in JWMdesk.
Open Desktop>Display settings>Advanced>Position: 'On Left'>Apply>'OK'
BWPUP 10.0.9 on persistent USB
-
- Posts: 3050
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2372 times
- Been thanked: 945 times
Re: make display settings and JWNdesk settings persist after reboot
mikewalsh wrote: Mon Mar 03, 2025 6:37 pmesos wrote: Mon Mar 03, 2025 4:02 pmThere is a problem with bwpup, it will not save the external monitor setting.
@esos :-
I suspect you'll find this has been a problem with Puppy for quite a while. We've had sporadic reports of this over the last few years, long before BWPup came along.
More to the point, I believe you'll find that the settings ARE created & saved, but for whatever reason, at next boot they aren't acted upon. Xorg doesn't, apparently, "see" them..?
That's the impression I've got, anyway.
Mike.
![]()
@mikewalsh do you think it's something simple as timing issue when the config loads? I know on other OS's I use sometimes I have to add scripts in ~/Startup to delay the loading of certain items.
geo_c
Old School Hipster, and Such
- rockedge
- Site Admin
- Posts: 7021
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3147 times
- Been thanked: 2933 times
- Contact:
Re: make display settings and JWNdesk settings persist after reboot
geo_c wrote:do you think it's something simple as timing issue when the config loads? I know on other OS's I use sometimes I have to add scripts in ~/Startup to delay the loading of certain items.
I number the scripts in ~/Startup like 01-start1, 02-start2 and so on and so forth...... and also if needed add a sleep statement to a script. Usually controlling the execution order will suffice.