You are not logged in.
Thanks! And how analyze that? I see hdd is bottleneck?
sed -i 's|#!/usr/bin/python|&3|' pybootchartgui.py ./pybootchartgui.pyEDIT: monkey patching ftw!
Wow! Thanks! Its magic! What is trick?
https://i.imgur.com/ynv1HKU.png
ps understood python>python3 in pybootchartgui.py
I see now
/var/log/bootchart.tgz
but
freeartist@devuan:~/Downloads/bootchart$ ./pybootchartgui.py
bash: ./pybootchartgui.py: /usr/bin/python: bad interpreter: No such file or directory
freeartist@devuan:~/Downloads/bootchart$freeartist@devuan:/var/log$ bootchart /var/log/bootchart.tgz
bash: bootchart: command not found
freeartist@devuan:/var/log$ bootchart2 /var/log/bootchart.tgz
bash: bootchart2: command not found
freeartist@devuan:/var/log$ root@devuan:/home/freeartist/Downloads# dpkg -i bootchart2_0.14.4-3+b1_amd64.deb
Selecting previously unselected package bootchart2.
(Reading database ... 461869 files and directories currently installed.)
Preparing to unpack bootchart2_0.14.4-3+b1_amd64.deb ...
Unpacking bootchart2 (0.14.4-3+b1) ...
Setting up bootchart2 (0.14.4-3+b1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: stop runlevel arguments (6 0) do not match bootchart-done Default-Stop values (none)
Processing triggers for man-db (2.10.2-1) ...
root@devuan:/home/freeartist/Downloads# freeartist@devuan:/var/log$
freeartist@devuan:~/Downloads$ bootchart2
bash: bootchart2: command not found
freeartist@devuan:~/Downloads$ freeartist@devuan:/usr/bin$ sudo ln -fs python3 python
freeartist@devuan:/usr/bin$
freeartist@devuan:~/Downloads/bootchart$ ./pybootchartgui.py
/home/freeartist/Downloads/bootchart/pybootchartgui/parsing.py:101: SyntaxWarning: "is" with a literal. Did you mean "=="?
if pid is 0:
/home/freeartist/Downloads/bootchart/pybootchartgui/draw.py:511: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if (OPTIONS.show_pid or OPTIONS.show_all) and ipid is not 0:
/home/freeartist/Downloads/bootchart/pybootchartgui/draw.py:609: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if i is not 0:
No path given, trying /var/log/bootchart.tgz
warning: path '/var/log/bootchart.tgz' does not exist, ignoring.
Parse error: empty state: '/var/log/bootchart.tgz' does not contain a valid bootchart
freeartist@devuan:~/Downloads/bootchart$ freeartist@devuan:~/Downloads/bootchart$ ./pybootchartgui.py
bash: ./pybootchartgui.py: /usr/bin/python: bad interpreter: No such file or directory
freeartist@devuan:~/Downloads/bootchart$ root@devuan:/etc# apt install bootchart
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package bootchart
root@devuan:/etc# And where is your exclamation mark?
Yes, same here. Just tested on my Devuan Ceres (unstable) If items on taskbar grouped and minimized i cant select it.
https://streamable.com/nnldqn
bootlogd or bootchart? n
thx, how to use them?
Solved
this magic helped
sudo apt remove notification-daemon dunst xfce4-notifyd --purge && sudo apt autoremove && sudo apt install notification-daemon xfce4-notifyd && sudo apt remove notify-osd --purgeafter installing i3wm, xfce volume bar was replaced by i3 volume bar, how restore default xfce volume bar
screenshots here
https://imgur.com/a/H3OuBUt
this not help
sudo apt reinstall xfce4-pulseaudio-plugin
sudo apt reinstall pavucontrol
sudo apt reinstall xfce4-indicator-pluginalso reinstalled xfce4-notifyd, not help
https://imgur.com/a/TXncrzQ
?
deepforest wrote:i.e. using linux - problems should be expected
No, not really.
I have an AMD card that functions perfectly under Linux thanks to the efforts of the (paid!) AMD developers who have open sourced their graphics stack (apart from the firmware) and contribute actively to Linux development.
In Windows I cannot use the open source amdgpu driver so I have to use AMDGPU-PRO instead and the performance is *terrible*, especially in respect of power consumption and temperature management. The blobby driver is shit.
Agree, Can you you explain why linux community hate nvidia? A am also love AMD too for free and opensource politics. But now many software and games developers is nvidia oriented.
Here example https://developer.blender.org/T96614
Devuan aren't going to patch the kernel to fix a problem introduced by NVIDIA. That would be ridiculous.
Problem already fixed https://aur.archlinux.org/packages/nvidia-340xx
Devuan or Devian devs must just add it to repo
ps for me working this solution https://www.if-not-true-then-false.com/ … a-patcher/
it is stuck 18 seconds on "Initializing extension XINERAMA"
try disable, but no result
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "ServerFlags"
Option "IgnoreABI" "1"
Option "Xinerama" "0"
EndSectionYes but if the ABI isn't supported then problems should be expected.
i.e. using linux - problems should be expected
deepforest wrote:Head_on_a_Stick wrote:The proprietary drivers are not part of the official Devuan release either.
Why? Devuan not supported any proprietary drivers!?
Because the source code is not available. The drivers are available from the non-free component of the repositories as a convenience for users but that component is not considered part of the official release.
and what? nvidia have linux driver that patched by community for new kernels. so its devuan or debian issue that it not apply patched diver in his repo.
There is also this:
X.Org log wrote:[ 44.886] (II) LoadModule: "nvidia" [ 44.887] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 45.134] (II) Module nvidia: vendor="NVIDIA Corporation" [ 45.134] compiled for 4.0.2, module version = 1.0.0 [ 45.134] Module class: X.Org Video Driver [ 45.134] ================ WARNING WARNING WARNING WARNING ================ [ 45.134] This server has a video driver ABI version of 25.2 that this driver does not officially support. Please check http://www.nvidia.com/ for driver updates or downgrade to an X server with a supported driver ABI. [ 45.134] =================================================================
its just warning
it is stuck 18 seconds on "Initializing extension XINERAMA"
thanx, i will try to disabe it
1. install an SSD
2. upgrade your hardware
You're welcome
booting is quick but appearing desktop is ~20sec
Have you tried nouveau?
I'll get my coat...
with nouveau is much longer then proprietary, also nouveau have poor performance in games
The proprietary drivers are not part of the official Devuan release either.
Why? Devuan not supported any proprietary drivers!?
ps in my case, 340 is still supported bu Debian Sid, or i am wrong? Sid been supported 340 untill 5.17, what happend now?
legacy PC - c2q(q6600), gf9800gtx, hdd
xorg log https://pastebin.com/raw/wyJC77cb