Ho bisogno che stia fisso e sempre acceso il browser in modalità schermo intero ( che tra l’altro no so come attivare qui [ in windows nel lanciatore dell’applicazioni all’avvio si inserisce --start-fullscreen] )
HO rimosso lo screen saver e nella finestra gestore energia tab inattività ho rimosso il flag su attiva monitor attività sistema.
Ma lo schermo va in standby lo stesso , cosa altro posso fare ?
I have made a new file named ‘startpc.sh’ by the command touch startpc.sh
Open it by featherpad startpc.sh
Now you can write into this file #!/bin/bash xset -dpms
Save the file and close featherpad.
Next you have to execute the command chmod +x startpc.sh
Last step is to make it an autostart file by
applications menu → preferences → LXQt settings → LXQt configuration center → session settings → autostart → add
In the pop-up window you can choose an arbitrary name, for instance ‘Autostartbatch’. In the line for the command you have to search the file ‘startpc.sh’. Click on OK.
After clicking the OK button the file should be listed as follows (done on 22.04 LTS in VirtualBox)
After a reboot it should work (with the original system settings).
Addendum:
You mentioned a second problem in your first post, namely to start Firefox in fullscreen mode. For that an add-on has to be installed in Firefox.
To do this, open Firefox → Tools → Add-ons and Themes. Here you can search with the keyword ‘fullscreen’. Several add-ons get listed. Choose one that you find suitable and add it to Firefox.
make a desktop icon for chromium by a right click on its starter in the application menu
→ add to desktop
right click on this desktop icon
→ open with featherpad
scroll down to the first line starting with Exec=
add at the end of this line --start-fullscreen [thanks to @Roberalz]:
save the modified file, close featherpad
[Added:] Now chromium will open in fullscreen mode when started with this desktop icon.
[Added:] To make it autostart fullscreen, add the command /snap/bin/chromium --start-fullscreen
to a new line in the existing file rimuovi_standby_monitor_bash.sh.
I have tried this on 22.04 LTS in VirtualBox.
=========
Now back to the main problem.
According to your first post, you did some changes in respect to the screensaver. Are you sure to have made them all undone?
[Added:] For instance, disabling the screen saver as autostart causes that the command xset -dpms doesn’t work. In your first post you wrote having removed the screensaver. Hence the monitor still will go to stand-by.
The right action would be to have the screensaver installed and autostarted but configured as disabled.