The officially official Devuan Forum!

You are not logged in.

#276 Re: Desktop and Multimedia » Can you suggest some tips and tricks for speed up Devuan? » 2022-11-13 18:20:25

Head_on_a_Stick wrote:

Devuan is already faster than vanilla Arch anyway big_smile

hey) Its very interesting question! On my second legacy PC i have 3 Linux)

1.Arch(vanilla)
2.Devuan Ceres
3.Artix(no systemd Arch)

The fasted for me is Artix, second is Devuan, third Arch

My second PC, legacy - c2d Q6600, gf9800gtx, 4gb ram

PS i want ask here? What Linux is better for

My first PC, modern - AMD r2600, radeon rx580, 32gb ram

I think may be vanilla Arch? I love play different games old and new)

#277 Re: Desktop and Multimedia » Can you suggest some tips and tricks for speed up Devuan? » 2022-11-13 18:09:57

Thanks All for replys)

Yes. As i know only mitigations=off in kernels upper 5.15.
So it works.

freeartist@devuan:~$ for i in /sys/devices/system/cpu/vulnerabilities/* ; do echo "$(basename $i): $(cat $i)" ; done
itlb_multihit: KVM: Mitigation: VMX disabled
l1tf: Mitigation: PTE Inversion; VMX: EPT disabled
mds: Vulnerable; SMT disabled
meltdown: Vulnerable
mmio_stale_data: Unknown: No mitigations
retbleed: Not affected
spec_store_bypass: Vulnerable
spectre_v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers
spectre_v2: Vulnerable, STIBP: disabled, PBRSB-eIBRS: Not affected
srbds: Not affected
tsx_async_abort: Not affected
freeartist@devuan:~$ 

#278 Desktop and Multimedia » Can you suggest some tips and tricks for speed up Devuan? » 2022-11-12 20:06:33

deepforest
Replies: 92

Without upgrading hardware;)

Please, post here if you have such tips and tricks.

#279 Re: Desktop and Multimedia » Thunar not show all devices on left panel » 2022-11-12 17:20:31

I usually am starting Thunar not from terminal, so cant say. Today is good again. If it happened next time i am try your suggestion.
And what i must look at xorg log than it happened?

#280 Re: Desktop and Multimedia » Thunar not show all devices on left panel » 2022-11-12 01:45:29

huh, its happens again( after boot i don't see devices at left in Thunar

root@devuan:/home/freeartist/Downloads# findmnt
TARGET                    SOURCE     FSTYPE          OPTIONS
/                         /dev/sdc3  ext4            rw,relatime,errors=remount-ro
├─/sys                    sysfs      sysfs           rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security  securityfs securityfs      rw,relatime
│ ├─/sys/fs/pstore        pstore     pstore          rw,relatime
│ └─/sys/fs/cgroup        cgroup2    cgroup2         rw,nosuid,nodev,noexec,relatime,nsdelegate
├─/proc                   proc       proc            rw,nosuid,nodev,noexec,relatime
├─/dev                    udev       devtmpfs        rw,nosuid,relatime,size=1991116k,nr_inodes=497779,mode=755,inode64
│ ├─/dev/pts              devpts     devpts          rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000
│ └─/dev/shm              tmpfs      tmpfs           rw,nosuid,nodev,noexec,relatime,size=1643280k,inode64
└─/run                    tmpfs      tmpfs           rw,nosuid,nodev,noexec,relatime,size=402220k,mode=755,inode64
  ├─/run/lock             tmpfs      tmpfs           rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
  └─/run/user/1000        tmpfs      tmpfs           rw,nosuid,nodev,relatime,size=402216k,nr_inodes=100554,mode=700,uid=1000,gid=1000,inode64
    ├─/run/user/1000/gvfs gvfsd-fuse fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
    └─/run/user/1000/doc  portal     fuse.portal     rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
root@devuan:/home/freeartist/Downloads# 

#281 Desktop and Multimedia » Can't extract boot chart from collector - at booting log » 2022-11-12 01:34:40

deepforest
Replies: 0

I see this at end of boot log. What this mean? Previously bootchart was installed.

freeartist@devuan:~$ sudo dmesg | grep -i collector
[sudo] password for freeartist: 
[   50.048596] bootchart-collector started as pid 1777 with 2 args: '--dump' '/tmp/bootchart.JiLx4zycq7' 
               Failed to find the collector's pid
               bootchart-collector pid: 1777 unmounted proc / clean exit
freeartist@devuan:~$

#282 Re: Desktop and Multimedia » Thunar not show all devices on left panel » 2022-11-10 18:30:09

Head_on_a_Stick wrote:

Can we see

cat /etc/fstab
findmnt

Thanks!

Thanks! Weird, but today all drives is shown. I am do not nothing.
https://imgur.com/a/U9uQrk5

Here output.

freeartist@devuan:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb3 during installation
UUID=b719b471-3b3a-4eda-8fd4-0e5406bf9906 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb2 during installation
UUID=5755abdb-a2a3-4387-9469-a23778127f40 none            swap    sw              0       0
# swap was on /dev/sdc2 during installation
#UUID=fbf32798-7cc2-4ffd-8b77-8bd2934d0f6a none            swap    sw              0       0
freeartist@devuan:~$ findmnt
TARGET                    SOURCE     FSTYPE          OPTIONS
/                         /dev/sda3  ext4            rw,relatime,errors=remount-ro
├─/sys                    sysfs      sysfs           rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security  securityfs securityfs      rw,relatime
│ ├─/sys/fs/pstore        pstore     pstore          rw,relatime
│ └─/sys/fs/cgroup        cgroup2    cgroup2         rw,nosuid,nodev,noexec,relatime,nsdelegate
├─/proc                   proc       proc            rw,nosuid,nodev,noexec,relatime
├─/dev                    udev       devtmpfs        rw,nosuid,relatime,size=1991116k,nr_inodes=497779,mode=755,inode64
│ ├─/dev/pts              devpts     devpts          rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000
│ └─/dev/shm              tmpfs      tmpfs           rw,nosuid,nodev,noexec,relatime,size=1643280k,inode64
└─/run                    tmpfs      tmpfs           rw,nosuid,nodev,noexec,relatime,size=402220k,mode=755,inode64
  ├─/run/lock             tmpfs      tmpfs           rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
  └─/run/user/1000        tmpfs      tmpfs           rw,nosuid,nodev,relatime,size=402216k,nr_inodes=100554,mode=700,uid=1000,gid=1000,inode64
    ├─/run/user/1000/gvfs gvfsd-fuse fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
    └─/run/user/1000/doc  portal     fuse.portal     rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
freeartist@devuan:~$ 

#283 Desktop and Multimedia » Thunar not show all devices on left panel » 2022-11-09 22:20:31

deepforest
Replies: 9

Devuan Ceres

After last update. Thunar not show all devices on left panel. Before update i see all my drives on left panel now not, even mounted. Why?

screenshot
https://imgur.com/a/9cVpii1

#284 Re: Desktop and Multimedia » How disable apparmor? » 2022-11-01 02:49:20

Thank to all for suggestions and replys! Its all bit hard for understanding for not expirenced linuxoids. I need time to think:)

so, is it safe to purge appamor, look for system responce and performance, and bring apparmor back if it will be needed?

#285 Re: Desktop and Multimedia » How disable apparmor? » 2022-10-31 21:17:43

so, solution here is remove apparmor?

#286 Re: Desktop and Multimedia » How disable apparmor? » 2022-10-30 22:41:44

Thanks! So hard and complex)
No errors at booting now.
Buy why i still see this? apparmor module is loaded

root@devuan:/home/freeartist# service apparmor status
apparmor module is loaded.
apparmor filesystem is not mounted.
root@devuan:/home/freeartist# 

#287 Re: Desktop and Multimedia » How disable apparmor? » 2022-10-30 21:46:21

issue, still loading with errors

root@devuan:/home/freeartist# dmesg | grep -i apparmor
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.0.0-2-amd64 root=UUID=b719b471-3b3a-4eda-8fd4-0e5406bf9906 ro quiet mitigations=off apparmor=0
[    0.048939] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.0.0-2-amd64 root=UUID=b719b471-3b3a-4eda-8fd4-0e5406bf9906 ro quiet mitigations=off apparmor=0
[    1.036333] evm: security.apparmor
root@devuan:/home/freeartist# service apparmor status
apparmor module is loaded.
apparmor filesystem is not mounted.
root@devuan:/home/freeartist#
/var/log/boot                                                                                                                                                   1109305/1084K              99%
Sun Oct 30 23:38:31 2022: Starting: AppArmorLoading AppArmor profiles - failed, Do you have the correct privileges? ... .[31mfailed!.[0m

Sun Oct 30 23:38:39 2022: startpar: service(s) returned failure: apparmor ... .[31mfailed!.[0m

#288 Desktop and Multimedia » How disable apparmor? » 2022-10-30 20:49:17

deepforest
Replies: 34

Delete this symlinks not help, apparmor is still loading

/etc/rcS.d/S14apparmor
/etc/systemd/system/sysinit.target.wants/apparmor.service

#289 Re: Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-30 20:04:29

Head_on_a_Stick wrote:

The kernel developers are keen on their features. GNU's bloated libc version doesn't help either.

For a more streamlined approach to kernel development try OpenBSD or perhaps 9front. Just don't expect a Windows/OS X desktop clone, although OpenBSD does offer GNOME.

Ok! Thanks for explain! I will try your suggestion.

For my legacy PC now i choose Devuan Ceres and Artix its running the best compare to others OS. And i love it both! smile

#290 Re: Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-30 20:01:00

How disable apparmor?

I am remove symlink /etc/rcS.d/S14apparmor

But it still loading at boot

#291 Re: Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-30 19:47:20

why "bloated" also applies to Linux, too, I thought only proprietary software suffers from it?

#292 Re: Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-30 19:34:20

Head_on_a_Stick wrote:
deepforest wrote:

And why ancient is faster and newer is bloated?

Developers tend to add more features over time. These features do not come without cost.

See also Wirth's Law.

EDIT:

deepforest wrote:

how disable apparmor from booting?

https://wiki.debian.org/AppArmor/HowToU … e_AppArmor

But why i cant choose what functions i need and what not? I thought that Linux gives me the opportunity for choosing?

#293 Re: Desktop and Multimedia » [SOLVED] How my network is working? » 2022-10-30 19:30:18

Head_on_a_Stick wrote:

That does not surprise me.

NM is useless bloat with a vanilla ethernet connection. All it adds are bugs. IMO.

Thanks! So better using network via /etc/network/interfaces ?

#294 Re: Desktop and Multimedia » [SOLVED] How my network is working? » 2022-10-30 19:25:47

Head_on_a_Stick wrote:

NetworkManager will ignore anything in /etc/network/interfaces. Remove eth0 from that file if you want to use NM with it.

EDIT: /etc/network/interfaces works via ifupdown & /etc/init.d/networking.

disable like that?

# The primary network interface
#auto eth0
#iface eth0 inet dhcp

#295 Re: Desktop and Multimedia » [SOLVED] How my network is working? » 2022-10-30 19:23:45

Ok, thx for explain, i am try. But now my network works much stable(without NM) some times when i was using NM my networks is not works  after boot. When i set network through /etc/network/interfaces i have no issues.

#296 Re: Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-30 19:10:50

GlennW wrote:

tell me, is your appamor setup engaged? My is slow as... a 386sx /4Mb ram while waiting for programs to open. I hope it's apparmor.

How to look is its enable, how disable appamor?

root@devuan:/etc/network# dmesg | grep -i apparmor
[    0.187740] AppArmor: AppArmor initialized
[    0.374761] AppArmor: AppArmor Filesystem Enabled
[    1.033136] AppArmor: AppArmor sha1 policy hashing enabled
[    1.033220] evm: security.apparmor
[   18.923993] audit: type=1400 audit(1667155934.179:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1077 comm="apparmor_parser"
[   18.924479] audit: type=1400 audit(1667155934.179:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1078 comm="apparmor_parser"
[   18.924483] audit: type=1400 audit(1667155934.179:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1078 comm="apparmor_parser"
[   18.929357] audit: type=1400 audit(1667155934.183:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=1085 comm="apparmor_parser"
[   18.933645] audit: type=1400 audit(1667155934.187:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1079 comm="apparmor_parser"
[   18.933652] audit: type=1400 audit(1667155934.187:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1079 comm="apparmor_parser"
[   18.933656] audit: type=1400 audit(1667155934.187:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1079 comm="apparmor_parser"
[   19.046168] audit: type=1400 audit(1667155934.299:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1097 comm="apparmor_parser"
[   19.066041] audit: type=1400 audit(1667155934.319:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1101 comm="apparmor_parser"
[   19.355111] audit: type=1400 audit(1667155934.607:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="unreal" pid=1108 comm="apparmor_parser"
root@devuan:/etc/network# 

how disable apparmor from booting?

#297 Re: Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-30 19:09:27

Head_on_a_Stick wrote:
deepforest wrote:

Hello! Can you explain? Why under Win7x32 i feel much better and smoother overall perfomance than on Devuan Ceres x64?

Because Win7 is obsolete and unsupported. Ancient software tends to run faster.

And why ancient is faster and newer is bloated?

#298 Desktop and Multimedia » [SOLVED] How my network is working? » 2022-10-30 19:06:16

deepforest
Replies: 8

How my network is working?
NetworkManager is working but it do not handle network?!

screenshot
https://i.imgur.com/gEyAsKr.jpg

/etc/network/interfaces                                                                                                                                             304/304               100%
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
freeartist@devuan:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:1d:7d:c7:be:43 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.13/24 brd 192.168.0.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet 192.168.0.26/24 brd 192.168.0.255 scope global secondary dynamic eth0
       valid_lft 359sec preferred_lft 359sec
    inet6 fe80::21d:7dff:fec7:be43/64 scope link 
       valid_lft forever preferred_lft forever
freeartist@devuan:~$ mc

#299 Installation » How to make sure that the system is restored after a breakdown? » 2022-10-22 19:43:51

deepforest
Replies: 2

Hi. After i was try run old unreal tournament 99 game, and manually install some x32 packages, my Devuan Ceres x64 is broke. Is there way to fix all that, or only one way is fresh reinstall OS totally?

root@devuan:/home/freeartist# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libbsd0 : Depends: libmd0 (>= 1.0.3-2) but 1.0.1-2 is installed
 libbsd0:i386 : Depends: libmd0:i386 (>= 1.0.3-2) but 1.0.1-2 is installed
 libgcc-s1 : Breaks: libgcc-s1:i386 (!= 12.2.0-5) but 12.2.0-7 is installed
 libgcc-s1:i386 : Depends: gcc-12-base:i386 (= 12.2.0-7) but 12.2.0-5 is installed
                  Breaks: libgcc-s1 (!= 12.2.0-7) but 12.2.0-5 is installed
 libgtk1.2:i386 : Depends: libgtk1.2-common:i386 (>= 1.2.10-18.1) but it is not installable
                  Depends: libxi6:i386 but it is not installed
 libmd-dev : Depends: libmd0 (= 1.0.4-2) but 1.0.1-2 is installed
 libx11-dev : Depends: libx11-6 (= 2:1.8.1-2) but 2:1.7.2-1 is installed
 libx11-xcb1 : Depends: libx11-6 (= 2:1.8.1-2) but 2:1.7.2-1 is installed
 libxext-dev : Depends: libxext6 (= 2:1.3.4-1+b1) but 2:1.3.3-1.1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@devuan:/home/freeartist#

UPD1

root@devuan:/home/freeartist# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  cpp-12 g++-12 gcc-12 gcc-12-base gcc-12-base:i386 libasan8 libatomic1 libcc1-0 libgcc-12-dev libgcc-s1 libgccjit0 libgfortran5 libgomp1 libitm1 liblsan0 libmd0 libmd0:i386 libquadmath0
  libstdc++-12-dev libstdc++6 libtsan2 libubsan1 libx11-6 libx11-6:i386 libxext6 libxext6:i386
Suggested packages:
  gcc-12-locales cpp-12-doc g++-12-multilib gcc-12-doc gcc-12-multilib libstdc++-12-doc
The following packages will be REMOVED:
  libgtk1.2:i386
The following packages will be upgraded:
  cpp-12 g++-12 gcc-12 gcc-12-base gcc-12-base:i386 libasan8 libatomic1 libcc1-0 libgcc-12-dev libgcc-s1 libgccjit0 libgfortran5 libgomp1 libitm1 liblsan0 libmd0 libmd0:i386 libquadmath0
  libstdc++-12-dev libstdc++6 libtsan2 libubsan1 libx11-6 libx11-6:i386 libxext6 libxext6:i386
26 upgraded, 0 newly installed, 1 to remove and 183 not upgraded.
12 not fully installed or removed.
Need to get 62.8 MB of archives.
After this operation, 2,200 kB disk space will be freed.
Do you want to continue? [Y/n] 
Get:1 http://deb.devuan.org/merged ceres/main i386 gcc-12-base i386 12.2.0-7 [36.6 kB]
Get:2 http://deb.devuan.org/merged ceres/main amd64 gcc-12-base amd64 12.2.0-7 [36.6 kB]
Get:3 http://deb.devuan.org/merged ceres/main amd64 libgcc-s1 amd64 12.2.0-7 [49.8 kB]
Get:4 http://deb.devuan.org/merged ceres/main amd64 libcc1-0 amd64 12.2.0-7 [41.7 kB]
Get:5 http://deb.devuan.org/merged ceres/main amd64 libgomp1 amd64 12.2.0-7 [116 kB]
Get:6 http://deb.devuan.org/merged ceres/main amd64 libitm1 amd64 12.2.0-7 [26.1 kB]
Get:7 http://deb.devuan.org/merged ceres/main amd64 libatomic1 amd64 12.2.0-7 [9,328 B]
Get:8 http://deb.devuan.org/merged ceres/main amd64 libasan8 amd64 12.2.0-7 [2,194 kB]
Get:9 http://deb.devuan.org/merged ceres/main amd64 liblsan0 amd64 12.2.0-7 [969 kB]
Get:10 http://deb.devuan.org/merged ceres/main amd64 libtsan2 amd64 12.2.0-7 [2,197 kB]
Get:11 http://deb.devuan.org/merged ceres/main amd64 libubsan1 amd64 12.2.0-7 [883 kB]
Get:12 http://deb.devuan.org/merged ceres/main amd64 libquadmath0 amd64 12.2.0-7 [145 kB]
Get:13 http://deb.devuan.org/merged ceres/main amd64 libstdc++6 amd64 12.2.0-7 [613 kB]
Get:14 http://deb.devuan.org/merged ceres/main amd64 g++-12 amd64 12.2.0-7 [10.7 MB]
Get:15 http://deb.devuan.org/merged ceres/main amd64 libstdc++-12-dev amd64 12.2.0-7 [2,045 kB]
Get:16 http://deb.devuan.org/merged ceres/main amd64 libgcc-12-dev amd64 12.2.0-7 [2,437 kB]
Get:17 http://deb.devuan.org/merged ceres/main amd64 gcc-12 amd64 12.2.0-7 [19.3 MB]
Get:18 http://deb.devuan.org/merged ceres/main amd64 cpp-12 amd64 12.2.0-7 [9,769 kB]
Get:19 http://deb.devuan.org/merged ceres/main amd64 libgfortran5 amd64 12.2.0-7 [792 kB]
Get:20 http://deb.devuan.org/merged ceres/main amd64 libgccjit0 amd64 12.2.0-7 [8,785 kB]
Get:21 http://deb.devuan.org/merged ceres/main amd64 libmd0 amd64 1.0.4-2 [29.5 kB]                                                                                                          
Get:22 http://deb.devuan.org/merged ceres/main i386 libmd0 i386 1.0.4-2 [30.5 kB]                                                                                                            
Get:23 http://deb.devuan.org/merged ceres/main amd64 libx11-6 amd64 2:1.8.1-2 [772 kB]                                                                                                       
Get:24 http://deb.devuan.org/merged ceres/main i386 libx11-6 i386 2:1.8.1-2 [794 kB]                                                                                                         
Get:25 http://deb.devuan.org/merged ceres/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]                                                                                                   
Get:26 http://deb.devuan.org/merged ceres/main i386 libxext6 i386 2:1.3.4-1+b1 [55.3 kB]                                                                                                     
Fetched 62.8 MB in 6s (10.1 MB/s)                                                                                                                                                            
Reading changelogs... Done
(Reading database ... 521592 files and directories currently installed.)
Removing libgtk1.2:i386 (1.2.10-18.1) ...
(Reading database ... 521578 files and directories currently installed.)
Preparing to unpack .../gcc-12-base_12.2.0-7_amd64.deb ...
De-configuring gcc-12-base:i386 (12.2.0-5), to allow configuration of gcc-12-base:amd64 (12.2.0-7) ...
Unpacking gcc-12-base:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../gcc-12-base_12.2.0-7_i386.deb ...
Unpacking gcc-12-base:i386 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../libgcc-s1_12.2.0-7_amd64.deb ...
Unpacking libgcc-s1:amd64 (12.2.0-7) over (12.2.0-5) ...
Setting up gcc-12-base:amd64 (12.2.0-7) ...
Setting up libgcc-s1:amd64 (12.2.0-7) ...
(Reading database ... 521578 files and directories currently installed.)
Preparing to unpack .../0-libcc1-0_12.2.0-7_amd64.deb ...
Unpacking libcc1-0:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../1-libgomp1_12.2.0-7_amd64.deb ...
Unpacking libgomp1:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../2-libitm1_12.2.0-7_amd64.deb ...
Unpacking libitm1:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../3-libatomic1_12.2.0-7_amd64.deb ...
Unpacking libatomic1:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../4-libasan8_12.2.0-7_amd64.deb ...
Unpacking libasan8:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../5-liblsan0_12.2.0-7_amd64.deb ...
Unpacking liblsan0:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../6-libtsan2_12.2.0-7_amd64.deb ...
Unpacking libtsan2:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../7-libubsan1_12.2.0-7_amd64.deb ...
Unpacking libubsan1:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../8-libquadmath0_12.2.0-7_amd64.deb ...
Unpacking libquadmath0:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../9-libstdc++6_12.2.0-7_amd64.deb ...
Unpacking libstdc++6:amd64 (12.2.0-7) over (12.2.0-5) ...
Setting up libstdc++6:amd64 (12.2.0-7) ...
(Reading database ... 521578 files and directories currently installed.)
Preparing to unpack .../00-g++-12_12.2.0-7_amd64.deb ...
Unpacking g++-12 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../01-libstdc++-12-dev_12.2.0-7_amd64.deb ...
Unpacking libstdc++-12-dev:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../02-libgcc-12-dev_12.2.0-7_amd64.deb ...
Unpacking libgcc-12-dev:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../03-gcc-12_12.2.0-7_amd64.deb ...
Unpacking gcc-12 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../04-cpp-12_12.2.0-7_amd64.deb ...
Unpacking cpp-12 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../05-libgfortran5_12.2.0-7_amd64.deb ...
Unpacking libgfortran5:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../06-libgccjit0_12.2.0-7_amd64.deb ...
Unpacking libgccjit0:amd64 (12.2.0-7) over (12.2.0-5) ...
Preparing to unpack .../07-libmd0_1.0.4-2_i386.deb ...
De-configuring libmd0:amd64 (1.0.1-2), to allow configuration of libmd0:i386 (1.0.4-2) ...
Unpacking libmd0:i386 (1.0.4-2) over (1.0.1-2) ...
Preparing to unpack .../08-libmd0_1.0.4-2_amd64.deb ...
Unpacking libmd0:amd64 (1.0.4-2) over (1.0.1-2) ...
Preparing to unpack .../09-libx11-6_2%3a1.8.1-2_i386.deb ...
De-configuring libx11-6:amd64 (2:1.7.2-1), to allow configuration of libx11-6:i386 (2:1.8.1-2) ...
Unpacking libx11-6:i386 (2:1.8.1-2) over (2:1.7.2-1) ...
Preparing to unpack .../10-libx11-6_2%3a1.8.1-2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.1-2) over (2:1.7.2-1) ...
Preparing to unpack .../11-libxext6_2%3a1.3.4-1+b1_i386.deb ...
De-configuring libxext6:amd64 (2:1.3.3-1.1), to allow configuration of libxext6:i386 (2:1.3.4-1+b1) ...
Unpacking libxext6:i386 (2:1.3.4-1+b1) over (2:1.3.3-1.1) ...
Preparing to unpack .../12-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) over (2:1.3.3-1.1) ...
Setting up cpp-12 (12.2.0-7) ...
Setting up libgomp1:amd64 (12.2.0-7) ...
Setting up gcc-12-base:i386 (12.2.0-7) ...
Setting up libquadmath0:amd64 (12.2.0-7) ...
Setting up libatomic1:amd64 (12.2.0-7) ...
Setting up libgfortran5:amd64 (12.2.0-7) ...
Setting up libubsan1:amd64 (12.2.0-7) ...
Setting up libmd0:amd64 (1.0.4-2) ...
Setting up libasan8:amd64 (12.2.0-7) ...
Setting up libx11-6:amd64 (2:1.8.1-2) ...
Setting up libtsan2:amd64 (12.2.0-7) ...
Setting up libcc1-0:amd64 (12.2.0-7) ...
Setting up liblsan0:amd64 (12.2.0-7) ...
Setting up libitm1:amd64 (12.2.0-7) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up libgcc-12-dev:amd64 (12.2.0-7) ...
Setting up libgccjit0:amd64 (12.2.0-7) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-7) ...
Setting up gcc-12 (12.2.0-7) ...
Setting up g++-12 (12.2.0-7) ...
Setting up libgcc-s1:i386 (12.2.0-7) ...
Setting up libc6:i386 (2.35-3) ...
Setting up libmd0:i386 (1.0.4-2) ...
Setting up libglib1.2ldbl:i386 (1.2.10-19) ...
Setting up libbsd0:i386 (0.11.7-1) ...
Setting up libxau6:i386 (1:1.0.9-1) ...
Setting up libxdmcp6:i386 (1:1.1.2-3) ...
Setting up libxcb1:i386 (1.15-1) ...
Setting up libx11-6:i386 (2:1.8.1-2) ...
Setting up libxext6:i386 (2:1.3.4-1+b1) ...
Processing triggers for man-db (2.11.0-1+b1) ...
Processing triggers for libc-bin (2.35-3) ...
root@devuan:/home/freeartist# 

#300 Desktop and Multimedia » [SOLVED] Perfomance Devuan Ceres vs Windows 7 » 2022-10-21 07:31:00

deepforest
Replies: 14

Hello! Can you explain? Why under Win7x32 i feel much better and smoother overall perfomance than on Devuan Ceres x64?

c2q q6600, gf9800gtx(proprietary driver), 4gb ram, hdd

Board footer

Forum Software