I think you are right - will go with '+' only (visible when battery is charging).
Thanks
Search found 5472 matches
- 03 Aug 2022, 08:01
- Forum: Development
- Topic: server: battery level
- Replies: 6
- Views: 249
- 02 Aug 2022, 15:52
- Forum: Tutorials/Q&A
- Topic: Setting system to use 24hr time
- Replies: 1
- Views: 54
Setting system to use 24hr time
Hello achard, I have done some testing on: http://www.uize.com/examples/digital-clock.html and system localization does not matter. Browser needs to be localized to a non US version. Polish localized Firefox displays a 24 hour format on this page. This could be done through the customized builds ser...
- 02 Aug 2022, 15:18
- Forum: Development
- Topic: server: battery level
- Replies: 6
- Views: 249
server: battery level
Dont want to introduce another column but maybe we could use '+' character as an indicator for charging and '-' for discharging?
Sample for charging would be:
+33%
What do you think?
Sample for charging would be:
+33%
What do you think?
- 25 Jul 2022, 12:12
- Forum: Bug Reports
- Topic: change brightness
- Replies: 6
- Views: 148
change brightness
Please provide an output of following command: for x in `ls -1 /sys/class/backlight`; do echo $((`cat /sys/class/backlight/$x/max_brightness`*23/100)) > /sys/class/backlight/$x/brightness; done If no error is displayed then please update number '23' to anything else and check if brightness changes o...
- 25 Jul 2022, 10:59
- Forum: Bug Reports
- Topic: change brightness
- Replies: 6
- Views: 148
change brightness
Michael,
Please provide an output of following command:
Thanks
Please provide an output of following command:
Code: Select all
for x in `ls -1 /sys/class/backlight`; do echo $x; cat /sys/class/backlight/$x/brightness; cat /sys/class/backlight/$x/max_brightness; done
- 15 Jul 2022, 04:59
- Forum: Users feedback
- Topic: server installed now what?
- Replies: 3
- Views: 173
server installed now what?
Perhaps you could use the kiosk system instead of thinclient?
Thanks
Thanks
- 14 Jul 2022, 13:54
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 302
mapping hardware buttons?
Kiosk boots fast so you may consider using 'halt_idle=' function for maximum power savings.
Thanks
Thanks
- 14 Jul 2022, 06:56
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 302
mapping hardware buttons?
Must be a driver problem.
Does MX Linux give you an opportunity to upgrade the kernel from their repos?
If yes then please test latest kernel version.
If it wont help then we cannot do anything about it I'm afraid (hardware change is needed).
Thanks
Does MX Linux give you an opportunity to upgrade the kernel from their repos?
If yes then please test latest kernel version.
If it wont help then we cannot do anything about it I'm afraid (hardware change is needed).
Thanks
- 13 Jul 2022, 19:20
- Forum: Users feedback
- Topic: server installed now what?
- Replies: 3
- Views: 173
server installed now what?
Hello cemenc, Server Basic should be used for monitoring of the clients only. See here for comparison of the versions: https://porteus-kiosk.org/server.html#pricing It has no ping nor SSH enabled. You still should be able to reach the server's SSL cert on the Basic version as explained here: https:/...
- 13 Jul 2022, 16:47
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 302
mapping hardware buttons?
Please run this command to restart the Xorg session:
If it wont help then please check if MX Linux suffers for the same problem.
Thanks
Code: Select all
openbox --exit
Thanks
- 13 Jul 2022, 13:47
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 302
mapping hardware buttons?
Try to set the backlight manually over SSH:
Thanks
Code: Select all
for x in `ls -1 /sys/class/backlight`; do echo $((`cat /sys/class/backlight/$x/max_brightness`*100/100)) > /sys/class/backlight/$x/brightness; done
- 13 Jul 2022, 12:35
- Forum: Tutorials/Q&A
- Topic: Wifi connection to Ubiquity - only 1 AP allowed?
- Replies: 2
- Views: 98
Wifi connection to Ubiquity - only 1 AP allowed?
Richard,
If SSID and password are the same then kiosk should automatically connect to first AP found.
Thanks
If SSID and password are the same then kiosk should automatically connect to first AP found.
Thanks
- 13 Jul 2022, 10:09
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 302
mapping hardware buttons?
Michael,
Must be a hardware -> drivers related problem.
Please recreate the issue then post the output of following command (run it over SSH):
Also - please check if 'suspend_idle=' works better (if gives a biggest power savings).
Thanks
Must be a hardware -> drivers related problem.
Please recreate the issue then post the output of following command (run it over SSH):
Code: Select all
dmesg | tail -n 20
Also - please check if 'suspend_idle=' works better (if gives a biggest power savings).
Thanks
- 12 Jul 2022, 07:49
- Forum: Tutorials/Q&A
- Topic: battery api
- Replies: 4
- Views: 175
battery api
Michael,
Upower is not available by default:
https://porteus-kiosk.org/packages.html
it could be added through a customized build.
Please check under Ubuntu if it really works. Some other components may be also missing in our system.
Thanks
Upower is not available by default:
https://porteus-kiosk.org/packages.html
it could be added through a customized build.
Please check under Ubuntu if it really works. Some other components may be also missing in our system.
Thanks
- 11 Jul 2022, 14:50
- Forum: Tutorials/Q&A
- Topic: battery api
- Replies: 4
- Views: 175
battery api
Michael,
Please check if it works under Ubuntu.
If not then query Chrome devs why it does not work (under Ubuntu).
Thanks
Please check if it works under Ubuntu.
If not then query Chrome devs why it does not work (under Ubuntu).
Thanks