Nemesis-20210724 edition bug reports

Arch based Porteus community project

Moderator: M. Eerie

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Nemesis-20210724 edition bug reports

Post#16 by Ed_P » 22 Oct 2021, 23:49

Jack wrote:
22 Oct 2021, 21:16
I think you have to create account after so many downloads.
I do not have an account for that site.
Ed

User avatar
M. Eerie
Moderator
Moderator
Posts: 618
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis-20210724 edition bug reports

Post#17 by M. Eerie » 23 Oct 2021, 07:41

ncmprhnsbl wrote:
22 Oct 2021, 22:14
seems to me that using a module would be just as simple
Yes, I tried that, but then I'm not sure rootcopy folder would be the right place to hold it, I think...
It is just a simple text file with commands inside that I update from time to time. For me, seems simpler to manage as a tar.gz, but ok.
ncmprhnsbl wrote:
22 Oct 2021, 22:14
i guess this technique is implemented somewhere in APorteus initrd
Yes it is. Added to my TO-DO list.
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
M. Eerie
Moderator
Moderator
Posts: 618
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis-20210724 edition bug reports

Post#18 by M. Eerie » 24 Oct 2021, 12:22

ncmprhnsbl wrote:
22 Oct 2021, 09:53
will need to look into those.. most likely some things under the hood have changed since those were implemented
Brightness is working well. (I have 2 monitors and I didn't notice that the change was being made on the laptop monitor (eDP1).

Regarding the volume, the command line parameter, needs '%' to be added. I.e. volume=60%

Code: Select all

# Set volume
get_cheatcode_value volume cheatcodes
[ "$cheatval" ] && amixer set Master $cheatval
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
M. Eerie
Moderator
Moderator
Posts: 618
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis-20210724 edition bug reports

Post#19 by M. Eerie » 03 Nov 2021, 10:18

From rc.log:
* Applying user configs ...
/etc/init.d/prelogin: line 73: setxbmap: command not found

Code: Select all

# grep -lr setxbmap /mnt/live/memory/images
/mnt/live/memory/images/001-core-20211006.xzm/etc/init.d/prelogin

setxbmap Needs to be replaced by setxkbmap
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
M. Eerie
Moderator
Moderator
Posts: 618
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis-20210724 edition bug reports

Post#20 by M. Eerie » 07 Jun 2022, 20:24

Since en_US is the default keymap, not everyone might notice it:

@/mnt/live/memory/images/001-core-YYYYMMDD.xzm

Code: Select all

sed -i 's/setxbmap/setxkbmap/' /etc/init.d/prelogin
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

Post Reply