Page 2 of 2

Nemesis-20210724 edition bug reports

Posted: 22 Oct 2021, 23:49
by Ed_P
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.

Nemesis-20210724 edition bug reports

Posted: 23 Oct 2021, 07:41
by M. Eerie
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.

Nemesis-20210724 edition bug reports

Posted: 24 Oct 2021, 12:22
by M. Eerie
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

Nemesis-20210724 edition bug reports

Posted: 03 Nov 2021, 10:18
by M. Eerie
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

Nemesis-20210724 edition bug reports

Posted: 07 Jun 2022, 20:24
by M. Eerie
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