You are not logged in.

#1 2021-08-30 23:54:22

TJM
Member
Registered: 2016-09-18
Posts: 114

[Solved] Correct xorg.conf monitor identifier name?

I'm switching from lightdm to ly, a lighter desktop manager which launches X session after login. However, after I successfully installed and launched ly and got into graphic environment, I found the automatic screen off for long idle time disappeared. For example, if I left my laptop idle with no video playing, it should blank and turn off the screen after a few minutes. It is awkward without this, as you may forget to close your web pages when you leave your seat for coffee, which will embarrass those walking by your seat.
After reading the DPMS related article from arch wiki and the Xorg document pages, I found that I could mandate Xorg to turn off my screen, which activates a screen locker. Both documents read that I could add an option to the monitor section to active DPMS and then specify the idle time to turn off the screen in the subsequent ServerLayout section. That sounds good, but I don't have a monitor section in my Xorg config file, which implies I have to create it myself. Unfortunately, there is a field called Identifier, which is mandatory in the monitor section to indicate the monitor's name. The integrated monitor from xrandr reads eDP-1-1, but the output device from my existing Xorg config file reads nvidia. So which name should I employ? Any of them or none of them?

[tjm@ArchPad X11]$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 16384 x 16384
eDP-1-1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 173mm
   1366x768      60.06*+
   1280x720      60.00    59.99    59.86    59.74
   1024x768      60.04    60.00
   960x720       60.00
   928x696       60.05
   896x672       60.01
   1024x576      59.95    59.96    59.90    59.82
   960x600       59.93    60.00
   960x540       59.96    59.99    59.63    59.82
   800x600       60.00    60.32    56.25
   840x525       60.01    59.88
   864x486       59.92    59.57
   700x525       59.98
   800x450       59.95    59.82
   640x512       60.02
   700x450       59.96    59.88
   640x480       60.00    59.94
   720x405       59.51    58.99
   684x384       59.88    59.85
   640x400       59.88    59.98
   640x360       59.86    59.83    59.84    59.32
   512x384       60.00
   512x288       60.00    59.92
   480x270       59.63    59.82
   400x300       60.32    56.34
   432x243       59.92    59.57
   320x240       60.05
   360x202       59.51    59.13
   320x180       59.84    59.32
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
[tjm@ArchPad X11]$ cat /etc/X11/xorg.conf
Section "Module"
        Load "modesetting"
EndSection

Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
        BusID "PCI:4:0:0"
        Option "AllowEmptyInitialConfiguration"
        Option "Coolbits" "8"
EndSection

[tjm@ArchPad X11]$

Last edited by TJM (2021-09-07 00:26:00)

Offline

#2 2021-08-31 00:04:50

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [Solved] Correct xorg.conf monitor identifier name?

The Identifier entry can be any unique string you choose.  If another section references that monitor it would use that identifier name.

Offline

#3 2021-08-31 06:08:50

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: [Solved] Correct xorg.conf monitor identifier name?

1. DPMS is a server flag, it's not related to your output. You do not need a serverlayout and you do not need monitor sections either,
Most likely you actually want to remove the nvidia-generated xorg.conf

https://man.archlinux.org/man/extra/xorg-server/xorg.conf.5.en wrote:

Option "StandbyTime" "time"
sets the inactivity timeout for the standby phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1). Default: 10 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below).
Option "SuspendTime" "time"
sets the inactivity timeout for the suspend phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1). Default: 10 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below).
Option "OffTime" "time"
sets the inactivity timeout for the off phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1). Default: 10 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below).

2. X11 configured DPMS can and typically will be overwritten by the more elaborate desktop environments, so if you're running KDE or GNOME etc. you need to look at their configuration.

3. Present dpms can be checked w/ "xset q" and runtime-set w/ "xset dpms [standby [suspend [off]]]" (see "xset -h")

4. DPMS does NOT lock your screen and there's no guarantee that whatever you use as screenlocker reacts to it. If this is your concern you need to elaborate on your session and what's actually supposed to lock the screen (because previously it was most likely light-locker, which is tied to lightdm)

5. ly is … not the most advisable choice. Sanity check: is this a multi-user system and do you need a DM *at all*?

Offline

#4 2021-08-31 10:59:38

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

Hi seth,
Thanks for your reply. TBH, the xorg.conf file isn't generated by Nvidia. It came from an old version of the example config from arch wiki. It seems that I may either update or remove it as time pasts and things changed a lot. With some google search, it reads that the standby time, suspend time and off time has no difference for an LCD screen. So probably I could just set the off time. I checked the current dpms times with `xset q`, which shows all three times are set to 600, which indicates about ten hours before the screen turns off. As I'm using bare i3 without any DE, I believe this value might be set by ly. I know ly is a brand new project with fewer tests than traditional DMs like lightdm. However, ly is tiny and light way, which is enough for me to shutdown or reboot the computer without logging in to the system. Also, I'm using xss-lock, which will trigger i3lock when received a dpms event. I've tested it with `xset dpms force off`, which actually locks my computer.

Offline

#5 2021-08-31 13:00:53

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: [Solved] Correct xorg.conf monitor identifier name?

I checked the current dpms times with `xset q`, which shows all three times are set to 600, which indicates about ten hours before the screen turns off.

The documentation is a bit vague, but xset -q shows seconds , not minutes.
When setting the options through xorf conf you set number of minutes.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2021-08-31 23:10:01

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

Thanks, Lone. This makes more sense for me now.

Lone_Wolf wrote:

I checked the current dpms times with `xset q`, which shows all three times are set to 600, which indicates about ten hours before the screen turns off.

The documentation is a bit vague, but xset -q shows seconds , not minutes.
When setting the options through xorf conf you set number of minutes.

Offline

#7 2021-09-01 12:34:03

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

It's weird that I keep staring at my laptop without touching it by isolating it inside a glass box for a whole hour, where the default 10 minutes dpms off time didn't work. Though I have stared at it for a full hour, it looks nothing like dimming the screen, nor turning the screen off. So probably I should set up a raspi cam which will stare for ten hours to see if it will dark or not.

Offline

#8 2021-09-01 13:47:23

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: [Solved] Correct xorg.conf monitor identifier name?

Output of "xset q"
"Staring" isn't necessarily doing nothing, eg. most video player will seek to prevent DPMS by either disabling it or generating fake input events.

https://archlinux.org/packages/communit … xautolock/ can call random stuff on idleness, so you could test whether the system is actually idle.

Offline

#9 2021-09-02 00:40:46

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

I would say I have no active video player running when waiting for the screen to turn off. I do have my browser open. But it didn't show the speaker icon which indicates media playing.

[tjm@ArchPad ~]$ xset q
Keyboard Control:
  auto repeat:  on    key click percent:  0    LED mask:  00000000
  XKB indicators:
    00: Caps Lock:   off    01: Num Lock:    off    02: Scroll Lock: off
    03: Compose:     off    04: Kana:        off    05: Sleep:       off
    06: Suspend:     off    07: Mute:        off    08: Misc:        off
    09: Mail:        off    10: Charging:    off    11: Shift Lock:  off
    12: Group 2:     off    13: Mouse Keys:  off
  auto repeat delay:  660    repeat rate:  25
  auto repeating keys:  00ffffffdffffbbf
                        fadfffefffedffff
                        9fffffffffffffff
                        fff7ffffffffffff
  bell percent:  50    bell pitch:  400    bell duration:  100
Pointer Control:
  acceleration:  2/1    threshold:  4
Screen Saver:
  prefer blanking:  yes    allow exposures:  yes
  timeout:  600    cycle:  600
Colors:
  default colormap:  0x20    BlackPixel:  0x0    WhitePixel:  0xffffff
Font Path:
  /usr/share/fonts/TTF,built-ins
DPMS (Energy Star):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Enabled
  Monitor is On
[tjm@ArchPad ~]$

Offline

#10 2021-09-02 06:11:49

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: [Solved] Correct xorg.conf monitor identifier name?

DPMS is active - remains spurious input.
Can you make "xautolock -time 1 -locker xterm" run xterm after 1 minute of staring at it?

Offline

#11 2021-09-03 09:00:08

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

My raspi cam stared it ten hours with xautolock on and observed nothing. However, I `xinput test-xi2 --root` it, and it immediately showed weird input event without my hands touching it:

EVENT type 2 (KeyPress)
    device: 5 (5)
    detail: 65
    flags: repeat
    root: 919.00/286.00
    event: 919.00/286.00
    buttons:
    modifiers: locked 0 latched 0 base 0 effective: 0
    group: locked 0 latched 0 base 0 effective: 0
    valuators:
    windows: root 0x2f1 event 0x2f1 child 0x601895

This event kept showing even if no HID connected to my laptop except the built-in keyboard touchpad and trackpoint.

seth wrote:

DPMS is active - remains spurious input.
Can you make "xautolock -time 1 -locker xterm" run xterm after 1 minute of staring at it?

Offline

#12 2021-09-03 13:51:13

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: [Solved] Correct xorg.conf monitor identifier name?

detail: 65

Sth. pressing the space bar? Sounds indeed like an effort to prevent the screensaver by some™ process.

xiput list
ps aux # when this happens again - we'll take a close look at the running processes and just blame the usual suspect  ;-)

Offline

#13 2021-09-03 19:31:35

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

While this event happens all the time, I no idea about it ¯\_(ツ)_/¯

[tjm@ArchPad ~]$ xinput list
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Synaptics TM2722-001                      id=12   [slave  pointer  (2)]
⎜   ↳ TPPS/2 IBM TrackPoint                     id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Video Bus                                 id=8    [slave  keyboard (3)]
    ↳ Sleep Button                              id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=10   [slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                    id=11   [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
[tjm@ArchPad ~]$ ps aux 
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.1  0.0 175396  6924 ?        Ss   Aug24  16:24 /usr/lib/systemd/systemd --switched-root --system --deserialize 31
root           2  0.0  0.0      0     0 ?        S    Aug24   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   Aug24   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   Aug24   0:00 [rcu_par_gp]
root           6  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kworker/0:0H-events_highpri]
root           8  0.0  0.0      0     0 ?        I<   Aug24   0:00 [mm_percpu_wq]
root          10  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcu_tasks_kthre]
root          11  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcu_tasks_rude_]
root          12  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcu_tasks_trace]
root          13  0.0  0.0      0     0 ?        S    Aug24   6:27 [ksoftirqd/0]
root          14  0.0  0.0      0     0 ?        I    Aug24   4:37 [rcu_preempt]
root          15  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcub/0]
root          16  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcuc/0]
root          17  0.0  0.0      0     0 ?        S    Aug24   0:00 [migration/0]
root          18  0.0  0.0      0     0 ?        S    Aug24   0:00 [idle_inject/0]
root          20  0.0  0.0      0     0 ?        S    Aug24   0:00 [cpuhp/0]
root          21  0.0  0.0      0     0 ?        S    Aug24   0:00 [cpuhp/1]
root          22  0.0  0.0      0     0 ?        S    Aug24   0:00 [idle_inject/1]
root          23  0.0  0.0      0     0 ?        S    Aug24   0:00 [migration/1]
root          24  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcuc/1]
root          25  0.0  0.0      0     0 ?        S    Aug24   3:50 [ksoftirqd/1]
root          27  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kworker/1:0H-events_highpri]
root          28  0.0  0.0      0     0 ?        S    Aug24   0:00 [cpuhp/2]
root          29  0.0  0.0      0     0 ?        S    Aug24   0:00 [idle_inject/2]
root          30  0.0  0.0      0     0 ?        S    Aug24   0:01 [migration/2]
root          31  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcuc/2]
root          32  0.0  0.0      0     0 ?        S    Aug24   4:31 [ksoftirqd/2]
root          34  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kworker/2:0H-kblockd]
root          35  0.0  0.0      0     0 ?        S    Aug24   0:00 [cpuhp/3]
root          36  0.0  0.0      0     0 ?        S    Aug24   0:00 [idle_inject/3]
root          37  0.0  0.0      0     0 ?        S    Aug24   0:00 [migration/3]
root          38  0.0  0.0      0     0 ?        S    Aug24   0:00 [rcuc/3]
root          39  0.0  0.0      0     0 ?        S    Aug24   3:56 [ksoftirqd/3]
root          41  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kworker/3:0H-events_highpri]
root          42  0.0  0.0      0     0 ?        S    Aug24   0:00 [kdevtmpfs]
root          43  0.0  0.0      0     0 ?        I<   Aug24   0:00 [netns]
root          44  0.0  0.0      0     0 ?        I<   Aug24   0:00 [inet_frag_wq]
root          45  0.0  0.0      0     0 ?        S    Aug24   0:00 [kauditd]
root          46  0.0  0.0      0     0 ?        S    Aug24   0:01 [khungtaskd]
root          47  0.0  0.0      0     0 ?        S    Aug24   0:00 [oom_reaper]
root          48  0.0  0.0      0     0 ?        I<   Aug24   0:00 [writeback]
root          49  0.1  0.0      0     0 ?        S    Aug24  17:33 [kcompactd0]
root          50  0.0  0.0      0     0 ?        SN   Aug24   0:00 [ksmd]
root          51  0.0  0.0      0     0 ?        SN   Aug24   0:25 [khugepaged]
root          71  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kintegrityd]
root          72  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kblockd]
root          73  0.0  0.0      0     0 ?        I<   Aug24   0:00 [blkcg_punt_bio]
root          74  0.0  0.0      0     0 ?        I<   Aug24   0:00 [ata_sff]
root          75  0.0  0.0      0     0 ?        I<   Aug24   0:00 [edac-poller]
root          76  0.0  0.0      0     0 ?        I<   Aug24   0:00 [devfreq_wq]
root          77  0.0  0.0      0     0 ?        S    Aug24   0:00 [watchdogd]
root          78  0.0  0.0      0     0 ?        I<   Aug24   0:52 [kworker/0:1H-kblockd]
root          79  1.5  0.0      0     0 ?        S    Aug24 231:13 [kswapd0]
root          81  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kthrotld]
root          84  0.0  0.0      0     0 ?        I<   Aug24   0:00 [acpi_thermal_pm]
root          87  0.0  0.0      0     0 ?        I<   Aug24   0:00 [nvme-wq]
root          88  0.0  0.0      0     0 ?        I<   Aug24   0:00 [nvme-reset-wq]
root          89  0.0  0.0      0     0 ?        I<   Aug24   0:00 [nvme-delete-wq]
root          90  0.0  0.0      0     0 ?        S    Aug24   0:00 [scsi_eh_0]
root          91  0.0  0.0      0     0 ?        I<   Aug24   0:00 [scsi_tmf_0]
root          92  0.0  0.0      0     0 ?        S    Aug24   0:00 [scsi_eh_1]
root          93  0.0  0.0      0     0 ?        I<   Aug24   0:00 [scsi_tmf_1]
root          94  0.0  0.0      0     0 ?        S    Aug24   0:00 [scsi_eh_2]
root          95  0.0  0.0      0     0 ?        I<   Aug24   0:00 [scsi_tmf_2]
root         100  0.0  0.0      0     0 ?        I<   Aug24   0:00 [mld]
root         101  0.0  0.0      0     0 ?        I<   Aug24   0:00 [ipv6_addrconf]
root         102  0.0  0.0      0     0 ?        I<   Aug24   1:40 [kworker/1:1H-kblockd]
root         111  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kstrp]
root         116  0.0  0.0      0     0 ?        I<   Aug24   0:00 [zswap1]
root         117  0.0  0.0      0     0 ?        I<   Aug24   0:00 [zswap1]
root         118  0.0  0.0      0     0 ?        I<   Aug24   0:00 [zswap-shrink]
root         119  0.0  0.0      0     0 ?        I<   Aug24   0:59 [kworker/u17:0-rb_allocator]
root         120  0.0  0.0      0     0 ?        I<   Aug24   0:00 [charger_manager]
root         122  0.0  0.0      0     0 ?        I<   Aug24   0:46 [kworker/2:1H-kblockd]
root         129  0.0  0.0      0     0 ?        I<   Aug24   0:36 [kworker/3:1H-kblockd]
root         166  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfsalloc]
root         167  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs_mru_cache]
root         168  0.0  0.0      0     0 ?        I<   Aug24   0:00 [cryptd]
root         247  0.0  0.0      0     0 ?        I<   Aug24   0:00 [tpm_dev_wq]
root         253  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         267  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kcryptd_io/254:]
root         268  0.0  0.0      0     0 ?        I<   Aug24   0:02 [kcryptd/254:0]
root         269  0.0  0.0      0     0 ?        S    Aug24   3:23 [dmcrypt_write/2]
root         674  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         675  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kcryptd_io/254:]
root         677  0.0  0.0      0     0 ?        I<   Aug24   0:02 [kcryptd/254:1]
root         678  0.0  0.0      0     0 ?        S    Aug24   0:57 [dmcrypt_write/2]
root         684  0.0  0.0      0     0 ?        I<   Aug24   0:00 [dm_bufio_cache]
root         686  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         687  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         689  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         701  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         702  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kcopyd]
root         703  0.0  0.0      0     0 ?        I<   Aug24   0:00 [dm-cache]
root         704  0.0  0.0      0     0 ?        I<   Aug24   0:00 [kdmflush]
root         715  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs-buf/dm-5]
root         716  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs-conv/dm-5]
root         717  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs-cil/dm-5]
root         718  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs-reclaim/dm-]
root         719  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs-gc/dm-5]
root         720  0.0  0.0      0     0 ?        I<   Aug24   0:00 [xfs-log/dm-5]
root         721  0.0  0.0      0     0 ?        S    Aug24   1:44 [xfsaild/dm-5]
root         789  0.0  0.0  14196   636 ?        Ss   Aug24   0:04 /usr/lib/systemd/systemd-userdbd
root         801  0.0  0.0  31416  3036 ?        Ss   Aug24   0:01 /usr/lib/systemd/systemd-udevd
root         860  0.0  0.0      0     0 ?        S    Aug24   0:00 [irq/47-mei_me]
root         862  0.0  0.0      0     0 ?        I<   Aug24   0:00 [ktpacpid]
root         879  0.0  0.0      0     0 ?        I<   Aug24   0:00 [cfg80211]
root         884  0.0  0.0      0     0 ?        S    Aug24  11:43 [irq/49-iwlwifi]
root         899  0.0  0.0      0     0 ?        S    Aug24   0:00 [card0-crtc0]
root         900  0.0  0.0      0     0 ?        I<   Aug24   0:12 [kworker/u17:2-rb_allocator]
root         901  0.0  0.0      0     0 ?        S    Aug24   0:00 [card0-crtc1]
root         902  0.0  0.0      0     0 ?        S    Aug24   0:00 [card0-crtc2]
root         906  0.0  0.0      0     0 ?        S    Aug24   0:00 [nvidia-modeset]
root         921  0.2  0.0      0     0 ?        D    Aug24  38:54 [irq/51-rmi4_smb]
root         946  0.0  0.0 412928     0 ?        Ssl  Aug24   1:13 /usr/bin/rngd -f
systemd+     948  0.0  0.0  90076   880 ?        Ssl  Aug24   0:00 /usr/lib/systemd/systemd-timesyncd
root         949  0.0  0.0  17928  1336 ?        S<sl Aug24   0:02 /usr/bin/auditd
root         967  0.0  0.0  12032  1236 ?        Ss   Aug24   0:00 /usr/lib/bluetooth/bluetoothd
root         968  0.0  0.0  19312   932 ?        Ss   Aug24   0:00 /usr/bin/crond -n
dbus         969  0.0  0.0  13760  2912 ?        Ss   Aug24   8:11 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         972  0.0  0.0  14532  1904 ?        Ss   Aug24   0:04 /usr/lib/systemd/systemd-homed
root         973  0.0  0.0 571980  3076 ?        Ss   Aug24  10:32 /usr/lib/systemd/systemd-logind
root         974  0.0  0.0  14468  1900 ?        Ss   Aug24   1:01 /usr/lib/systemd/systemd-machined
daemon       975  0.0  0.0   7896     0 ?        Ss   Aug24   0:00 /usr/bin/atd -f
root         997  0.0  0.0  44284  1044 ?        Ss   Aug24   0:00 /usr/bin/cupsd -l
tjm         1019  0.0  0.0  18156  3352 ?        Ss   Aug24   0:02 /usr/lib/systemd/systemd --user
i2p         1021  0.0  0.0  28644   124 ?        SNl  Aug24   4:40 /usr/bin/java-service-wrapper /opt/i2p/wrapper.config wrapper.name=i2prouter wrapper.syslog.ident=i2prouter wrapper.daemonize=TRUE TZ=UTC
tjm         1033  0.0  0.0  21644     8 ?        S    Aug24   0:00 (sd-pam)
colord      1053  0.0  0.0 258184  1704 ?        Ssl  Aug24   0:00 /usr/lib/colord
tjm         1059  0.0  0.0  72328   192 ?        Ss   Aug24   0:28 /usr/bin/aria2c --conf-path=.aria2/aria2.conf
bitcoin     1071  2.1  3.9 4297248 320312 ?      SNsl Aug24 321:49 /usr/bin/bitcoind -daemon -pid=/run/bitcoind/bitcoind.pid -conf=/etc/bitcoin/bitcoin.conf -datadir=/var/lib/bitcoind
root        1117  0.3  0.0  15548  2692 ?        Ss   Aug24  53:21 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
root        1237  0.0  0.0 384112  2516 ?        Ssl  Aug24   1:15 /usr/bin/pcscd --foreground --auto-exit
tjm         1269  0.0  0.0  12448  1948 ?        Ss   Aug24   0:02 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
tjm         1298  0.0  0.0 2609824 4300 ?        S<sl Aug24  10:31 /usr/bin/pulseaudio --daemonize=no --log-target=journal
rtkit       1299  0.0  0.0 154128     0 ?        SNsl Aug24   0:03 /usr/lib/rtkit-daemon
polkitd     1302  0.0  0.0 2663868 5712 ?        Ssl  Aug24   0:05 /usr/lib/polkit-1/polkitd --no-debug
tjm         1327  0.0  0.0 237232     0 ?        Sl   Aug24   0:00 /usr/lib/pulse/gsettings-helper
root        1342  0.0  0.0      0     0 ?        S<   Aug24   0:00 [krfcommd]
root        1449  0.0  0.1 1536860 12208 ?       Ssl  Aug24   3:03 /usr/bin/dockerd -H fd://
amule       1453  2.7  3.9 798880 320816 ?       SNsl Aug24 410:09 /usr/bin/amuled
transmi+    1454  0.5  0.2 1777352 21916 ?       SNsl Aug24  78:45 /usr/bin/transmission-daemon -f --log-error
zeronet     1455  0.0  0.0  19888    36 ?        SNs  Aug24   0:00 /bin/bash /opt/zeronet/ZeroNet.sh --config_file /etc/zeronet.conf
zeronet     1460 78.2  0.0 250848   488 ?        RNl  Aug24 11782:51 runtime/bin/python3 /opt/zeronet/core/zeronet.py --dist_type bundle_linux64 --config_file /etc/zeronet.conf
root        1482  0.0  0.0 1485352 6000 ?        Ssl  Aug24   2:17 containerd --config /var/run/docker/containerd/containerd.toml --log-level info
root       18708  0.0  0.0 528176  1736 ?        Ssl  Aug24   7:46 adb -L tcp:5037 fork-server server --reply-fd 4
root       21958  0.0  0.0 427276  3996 ?        Ssl  Aug24   0:22 /usr/bin/NetworkManager --no-daemon
nobody     22061  0.0  0.0  30604   816 ?        S    Aug24   0:00 /usr/bin/dnsmasq --conf-file=/dev/null --no-hosts --keep-in-foreground --bind-interfaces --except-interface=lo --clear-on-reload --strict-order --listen-address=10.42.0.1 --dhcp-range=10.42.0.10,10.42.0.254,60m --dhcp-lease-max=50 --dhcp-leasefile=/var/lib/NetworkManager/dnsmasq-wlp3s0.leases --pid-file=/var/run/nm-dnsmasq-wlp3s0.pid --conf-dir=/etc/NetworkManager/dnsmasq-shared.d
namecoin   63041  0.2  0.7 2027148 57444 ?       SLsl Aug24  33:01 /usr/bin/namecoind -daemon=0 -conf=/etc/namecoin/namecoin.conf -datadir=/var/lib/namecoin -pid=/run/namecoin/namecoin.pid
root       63488  0.0  0.0 254176  2664 ?        Ssl  Aug24   0:05 /usr/lib/accounts-daemon
root       63552  0.0  0.0  23264     0 tty4     Ss+  Aug24   0:00 /sbin/agetty -o -p -- \u --noclear tty4 linux
tjm        63679  0.0  0.0 248848  2188 ?        Ssl  Aug24   0:00 /usr/lib/gvfsd
tjm        63684  0.0  0.0 379104   740 ?        Sl   Aug24   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
root       63744  0.0  0.0 254964  2368 ?        Ssl  Aug24   0:20 /usr/lib/upowerd
tjm        64465  0.0  0.0 977048  2804 ?        Ssl  Aug24   0:29 /usr/lib/gvfs-udisks2-volume-monitor
root       64468  0.0  0.0 393644  3364 ?        Ssl  Aug24   5:07 /usr/lib/udisks2/udisksd
tjm        64590  0.0  0.0 322916  1620 ?        Sl   Aug24   0:00 /usr/lib/gvfsd-trash --spawner :1.13 /org/gtk/gvfs/exec_spaw/0
tjm        64607  0.0  0.0 470536  1632 ?        Sl   Aug24   0:00 /usr/lib/gvfsd-network --spawner :1.13 /org/gtk/gvfs/exec_spaw/1
tjm        64615  0.0  0.0 325316   420 ?        Sl   Aug24   0:00 /usr/lib/gvfsd-dnssd --spawner :1.13 /org/gtk/gvfs/exec_spaw/2
tjm        64626  0.0  0.0 155212  1716 ?        Ssl  Aug24   0:00 /usr/lib/dconf-service
root       67365  0.0  0.0  11640    16 tty2     SLs+ Aug24   0:00 /usr/bin/ly
tjm        67366  0.0  0.0  12104    32 tty2     S+   Aug24   0:00 /usr/bin/ly
root       67370  0.4  0.9 234412 75640 tty2     S+   Aug24  60:14 /usr/lib/Xorg :0 vt2
root       67372  0.2  0.0      0     0 ?        S    Aug24  28:04 [irq/59-nvidia]
root       67373  0.0  0.0      0     0 ?        S    Aug24   0:00 [nvidia]
tjm        67377  0.0  0.0 320788  5240 tty2     S+   Aug24   0:20 i3
tjm        67381  0.0  0.0   8716  2448 tty2     S+   Aug24   2:57 xcompmgr -c
tjm        67406  0.0  0.0 183064  1388 ?        S    Aug24   4:34 i3bar --bar_id=bar-0 --socket=/run/user/1000/i3/ipc-socket.67377
tjm        67412  0.0  0.0  28456  1276 ?        S    Aug24   5:13 i3status
tjm        67421  0.0  0.1 435560 10236 ?        Sl   Aug24   1:42 fcitx
tjm        67426  0.0  0.0  12284  1624 ?        Ss   Aug24   0:13 /usr/bin/dbus-daemon --syslog --fork --print-pid 4 --print-address 6 --config-file /usr/share/fcitx/dbus/daemon.conf
tjm        67430  0.0  0.0   6620   540 ?        SN   Aug24   0:00 /usr/bin/fcitx-dbus-watcher unix:abstract=/tmp/dbus-laBEqxvxUr,guid=727427f37f3868a1b0acf3f66125b4c6 67426
tjm        71256  0.2  0.3 547428 24136 ?        Sl   Aug24  27:52 alacritty
tjm        71257  0.0  0.0  21156    32 pts/2    Ss   Aug24   0:00 /bin/bash
tjm        72389  0.0  0.0  21424    48 pts/2    S+   Aug24   0:00 tmux new-session -n console
tjm        72391  0.1  0.0  25176  4912 ?        Ss   Aug24  17:00 tmux new-session -n console
tjm        72395  0.0  0.0  21356    36 pts/3    Ss   Aug24   0:00 -bash
root       72402  0.0  0.0  28688    60 pts/3    S+   Aug24   0:00 sudo iostat -h 1
root       72403  0.1  0.0  18040   520 pts/3    S+   Aug24  17:43 iostat -h 1
tjm        72406  0.0  0.0  21224    32 pts/4    Ss   Aug24   0:00 -bash
root       72409  0.0  0.0  28688    60 pts/4    S+   Aug24   0:00 sudo htop
root       72410  1.6  0.0  29492  5312 pts/4    S+   Aug24 226:11 htop
tjm        72413  0.0  0.0  26512  1456 pts/5    Ss   Aug24   0:00 -bash
tjm        72598  0.0  0.0 241264  1124 ?        SLs  Aug24   0:12 /usr/bin/gpg-agent --supervised
tjm        72600  0.1  0.0  94524   728 ?        SLl  Aug24  17:02 scdaemon --multi-server
tjm       102356  0.0  0.0 307964  1180 ?        Ssl  Aug25   0:00 /usr/lib/at-spi-bus-launcher
tjm       103368  0.0  0.0 171312    20 ?        Ssl  Aug25   0:00 /usr/lib/gvfsd-metadata
tjm       103794  0.0  0.0 734008   524 ?        Sl   Aug25   0:01 pnmixer
root      108459  0.0  0.0      0     0 ?        S    Aug25   0:00 [UVM global queu]
root      108460  0.0  0.0      0     0 ?        S    Aug25   0:00 [UVM Tools Event]
nobody    117242  0.0  0.0   9820  1528 ?        Ss   Aug26   7:30 /usr/bin/ss-local -c /etc/shadowsocks/virmach.json
tjm       124240  0.0  0.0 186464   384 ?        Ss   Aug26   0:06 /usr/bin/dirmngr --supervised
tjm       150992  0.0  0.0  19888     0 ?        S    Aug26   0:00 /bin/bash
tjm       150997  0.7  2.0 18286524 168600 ?     Sl   Aug26  83:08 /usr/lib/chromium/chromium --enable-crashpad
tjm       151003  0.0  0.0 16793460 1284 ?       Sl   Aug26   0:00 /usr/lib/chromium/crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-handler --database=/home/tjm/.config/chromium/Crash Reports --metrics-dir=/home/tjm/.config/chromium --annotation=channel=Arch Linux --annotation=lsb-release=Arch Linux --annotation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=92.0.4515.159 --initial-client-fd=5 --shared-client-connection
tjm       151005  0.0  0.0 16784208  44 ?        S    Aug26   0:00 /usr/lib/chromium/crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler --database=/home/tjm/.config/chromium/Crash Reports --annotation=channel=Arch Linux --annotation=lsb-release=Arch Linux --annotation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=92.0.4515.159 --initial-client-fd=4 --shared-client-connection
tjm       151009  0.0  0.0 17313416  52 ?        S    Aug26   0:00 /usr/lib/chromium/chromium --type=zygote --no-zygote-sandbox --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --enable-crashpad
tjm       151010  0.0  0.0 17313416 528 ?        S    Aug26   0:00 /usr/lib/chromium/chromium --type=zygote --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --enable-crashpad
tjm       151012  0.0  0.0 17313416 1564 ?       S    Aug26   0:02 /usr/lib/chromium/chromium --type=zygote --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --enable-crashpad
tjm       151037  0.1  0.5 17377300 40536 ?      Sl   Aug26  13:12 /usr/lib/chromium/chromium --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --service-sandbox-type=none --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --shared-files=v8_context_snapshot_data:100 --enable-crashpad
tjm       151040  0.0  0.1 17362992 12528 ?      Sl   Aug26   0:24 /usr/lib/chromium/chromium --type=utility --utility-sub-type=storage.mojom.StorageService --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --service-sandbox-type=utility --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --shared-files=v8_context_snapshot_data:100
tjm       151063  0.0  0.5 32116284 40228 ?      Sl   Aug26   2:44 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=5 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151096  0.0  0.2 21708164 18904 ?      Sl   Aug26   0:31 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=30 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151113  0.0  0.3 21654108 25216 ?      Sl   Aug26   4:39 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=6 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151133  0.0  0.0 21616684 2384 ?       Sl   Aug26   0:04 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=7 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151151  0.0  0.1 21630140 11820 ?      Sl   Aug26   0:47 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=8 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151162  0.0  0.2 21641124 20584 ?      Sl   Aug26   1:10 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=9 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151185  0.0  0.5 32129216 40920 ?      Sl   Aug26   1:28 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=10 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151202  0.4  1.2 21681236 96796 ?      Sl   Aug26  49:20 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=11 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151249  0.0  0.7 21750616 63088 ?      Sl   Aug26   5:13 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=13 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151266  0.0  1.2 21641556 103304 ?     Sl   Aug26   9:38 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=14 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151288  0.0  0.5 21647920 47848 ?      Sl   Aug26   7:40 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=15 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151311  0.1  0.8 21648804 70992 ?      Sl   Aug26  14:27 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --extension-process --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=16 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151459  0.0  0.5 21724672 46572 ?      Sl   Aug26   0:34 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=63 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151460  0.0  0.2 21665004 17316 ?      Sl   Aug26   0:18 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=62 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151483  0.0  0.2 21741220 19592 ?      Sl   Aug26   0:31 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=61 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151499  0.2  1.9 21887624 160572 ?     Sl   Aug26  26:43 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=50 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151511  0.0  0.0 21628372 3756 ?       Sl   Aug26   0:07 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=65 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151548  0.0  0.3 21709756 26780 ?      Sl   Aug26   0:42 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=59 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151563  0.0  0.4 21691684 33844 ?      Sl   Aug26   1:05 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=40 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151575  0.0  0.6 21692480 51912 ?      Sl   Aug26   2:29 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=44 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151588  0.0  0.4 21682928 32520 ?      Sl   Aug26   0:57 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=49 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151589  0.0  0.2 21689444 23208 ?      Sl   Aug26   1:09 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=31 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151667  0.0  0.2 21661180 21840 ?      Sl   Aug26   0:29 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=21 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151674  0.0  0.0 21729120 4344 ?       Sl   Aug26   0:19 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=25 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       151873  0.0  0.0 17609888 1040 ?       Sl   Aug26   1:13 /usr/lib/chromium/chromium --type=utility --utility-sub-type=audio.mojom.AudioService --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --service-sandbox-type=none --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --shared-files=v8_context_snapshot_data:100 --enable-crashpad
tjm       153539  0.0  0.0 396784  1392 ?        SLl  Aug26   0:00 /usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
tjm       153548  0.0  0.0  12220   944 ?        S    Aug26   0:01 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
tjm       153553  0.0  0.0 161448  1456 ?        Sl   Aug26   0:11 /usr/lib/at-spi2-registryd --use-gnome-session
tjm       161160  0.0  0.2 515728 19828 ?        Sl   Aug26   0:37 alacritty
tjm       161161  0.0  0.0  21156  1584 pts/1    Ss+  Aug26   0:18 /bin/bash
tjm       161289  0.0  0.0  19888     0 ?        S    Aug26   0:00 /bin/bash
tjm       161293  0.0  0.0  20020    36 ?        S    Aug26   0:00 bash /sbin/tor-browser
tjm       161294  0.0  0.0  20024    32 ?        S    Aug26   0:00 bash /home/tjm/.tor-browser/app/Browser/start-tor-browser
tjm       161305  1.0  1.1 3152964 92688 ?       Sl   Aug26 118:48 ./firefox.real --class Tor Browser -profile TorBrowser/Data/Browser/profile.default
tjm       161335  0.0  0.2  59460 23900 ?        S    Aug26   2:56 /home/tjm/.tor-browser/app/Browser/TorBrowser/Tor/tor --defaults-torrc /home/tjm/.tor-browser/app/Browser/TorBrowser/Data/Tor/torrc-defaults -f /home/tjm/.tor-browser/app/Browser/TorBrowser/Data/Tor/torrc DataDirectory /home/tjm/.tor-browser/app/Browser/TorBrowser/Data/Tor ClientOnionAuthDir /home/tjm/.tor-browser/app/Browser/TorBrowser/Data/Tor/onion-auth GeoIPFile /home/tjm/.tor-browser/app/Browser/TorBrowser/Data/Tor/geoip GeoIPv6File /home/tjm/.tor-browser/app/Browser/TorBrowser/Data/Tor/geoip6 HashedControlPassword 16:ae6e683f0904cffa6015777a44a5449d3a2caae1daad1b12d4edadb51c +__ControlPort 9151 +__SocksPort 127.0.0.1:9150 ExtendedErrors IPv6Traffic PreferIPv6 KeepAliveIsolateSOCKSAuth __OwningControllerProcess 161305 DisableNetwork 1
tjm       161420  0.0  0.7 8914528 62104 ?       Sl   Aug26   5:29 /home/tjm/.tor-browser/app/Browser/firefox.real -contentproc -childID 2 -isForBrowser -prefsLen 278 -prefMapSize 261422 -parentBuildID 20210507060101 -appdir /home/tjm/.tor-browser/app/Browser/browser 161305 tab
tjm       161462  0.0  0.1 2617996 15524 ?       Sl   Aug26   8:04 /home/tjm/.tor-browser/app/Browser/firefox.real -contentproc -childID 3 -isForBrowser -prefsLen 278 -prefMapSize 261422 -parentBuildID 20210507060101 -appdir /home/tjm/.tor-browser/app/Browser/browser 161305 tab
tjm       161545  0.0  0.0 2458932 5940 ?        Sl   Aug26   3:05 /home/tjm/.tor-browser/app/Browser/firefox.real -contentproc -childID 5 -isForBrowser -prefsLen 1073 -prefMapSize 261422 -parentBuildID 20210507060101 -appdir /home/tjm/.tor-browser/app/Browser/browser 161305 tab
tjm       163303  0.0  0.0 21723680 3508 ?       Sl   Aug26   0:48 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=51 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       163354  0.0  1.2 21702384 102960 ?     Sl   Aug26   7:46 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=36 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       164530  0.0  0.0 21775944 4376 ?       Sl   Aug26   0:35 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=29 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       167416  0.0  0.2 21661096 21856 ?      Sl   Aug26   0:21 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=23 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       195068  0.0  0.0 21760308 5852 ?       Sl   Aug27   0:26 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=27 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       206304  0.0  0.2 21694952 20220 ?      Sl   Aug27   0:17 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=170 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       206356  0.7  0.7 21924996 57420 ?      Sl   Aug27  75:45 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=171 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       206396  0.0  0.2 21691308 16144 ?      Sl   Aug27   0:17 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=60 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       209005  0.0  0.0 21762952 2880 ?       Sl   Aug27   3:11 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=35 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tor       223072  1.3  2.7 608236 222868 ?       Ssl  Aug28 125:00 /usr/bin/tor -f /etc/tor/torrc
tjm       229423  0.0  0.0 2374200  332 ?        Sl   Aug28   0:03 /home/tjm/.tor-browser/app/Browser/firefox.real -contentproc -childID 7 -isForBrowser -prefsLen 2258 -prefMapSize 261422 -parentBuildID 20210507060101 -appdir /home/tjm/.tor-browser/app/Browser/browser 161305 tab
i2p       230024 35.0  9.3 4803996 747596 ?      SNl  Aug28 3217:27 /usr/lib/jvm/java-8-openjdk/jre/bin/java -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.xml.XmlParser.NotValidating=true -Di2p.dir.base=/opt/i2p -Djava.io.tmpdir=/opt/i2p/.tmp -Xms512m -Xmx1024m -Djava.library.path=/opt/i2p:/opt/i2p/lib:/usr/lib/java-service-wrapper -classpath /opt/i2p/lib/BOB.jar:/opt/i2p/lib/addressbook.jar:/opt/i2p/lib/commons-el.jar:/opt/i2p/lib/desktopgui.jar:/opt/i2p/lib/i2p.jar:/opt/i2p/lib/i2psnark.jar:/opt/i2p/lib/i2ptunnel.jar:/opt/i2p/lib/jasper-runtime.jar:/opt/i2p/lib/javax.servlet.jar:/opt/i2p/lib/jbigi.jar:/opt/i2p/lib/jetty-continuation.jar:/opt/i2p/lib/jetty-deploy.jar:/opt/i2p/lib/jetty-http.jar:/opt/i2p/lib/jetty-i2p.jar:/opt/i2p/lib/jetty-io.jar:/opt/i2p/lib/jetty-rewrite-handler.jar:/opt/i2p/lib/jetty-security.jar:/opt/i2p/lib/jetty-servlet.jar:/opt/i2p/lib/jetty-servlets.jar:/opt/i2p/lib/jetty-start.jar:/opt/i2p/lib/jetty-util.jar:/opt/i2p/lib/jetty-webapp.jar:/opt/i2p/lib/jetty-xml.jar:/opt/i2p/lib/jrobin.jar:/opt/i2p/lib/jstl.jar:/opt/i2p/lib/mstreaming.jar:/opt/i2p/lib/org.mortbay.jetty.jar:/opt/i2p/lib/org.mortbay.jmx.jar:/opt/i2p/lib/router.jar:/opt/i2p/lib/routerconsole.jar:/opt/i2p/lib/sam.jar:/opt/i2p/lib/standard.jar:/opt/i2p/lib/streaming.jar:/opt/i2p/lib/systray.jar:/usr/share/java/wrapper.jar -Dwrapper.key=6fGKzR9yByt8PRli -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=1021 -Dwrapper.version=3.5.45 -Dwrapper.native_library=wrapper -Dwrapper.arch=x86 -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=2 org.tanukisoftware.wrapper.WrapperSimpleApp net.i2p.router.Router
tjm       251049  0.0  0.4 21750380 39176 ?      Sl   Aug28   0:45 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=280 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       269765  0.0  0.1 511700 14392 ?        Sl   Aug29   0:24 alacritty
tjm       269767  0.0  0.0  21288  1236 pts/7    Ss   Aug29   0:00 /bin/bash
tjm       270008  0.0  0.2 532168 17348 ?        Sl   Aug29   0:36 alacritty
tjm       270009  0.0  0.0  21288  2292 pts/10   Ss+  Aug29   0:00 /bin/bash
tjm       270627  0.0  0.3 21697792 29836 ?      Sl   Aug29   0:57 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=43 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       270733  0.0  0.1 21665692 15508 ?      Sl   Aug29   0:16 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=317 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       274380  0.0  0.0  27936   740 pts/7    Sl+  Aug29   0:00 webdir -b 10.42.0.1:80 -r .
tjm       274734  0.0  0.0 21650164 3808 ?       Sl   Aug29   0:06 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=26 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       304960  0.0  0.3 21671508 29252 ?      Sl   Aug29   0:16 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=20 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       308746  0.0  0.0  28656  4992 pts/0    Ss   Aug29   0:02 -bash
tjm       309665  0.0  0.0  19888  1728 ?        Ss   Aug29   0:00 /bin/sh /home/tjm/.local/bin/ocvpnns-ipfs.sh
tjm       309671  0.0  0.0   2868   568 ?        S    Aug29   0:00 /usr/bin/vpnns --name=ocvpnns-ipfs -- /usr/bin/ipfs daemon
tjm       309675  0.0  0.0   2868     4 ?        Ss   Aug29   0:00 /usr/bin/vpnns --name=ocvpnns-ipfs -- /usr/bin/ipfs daemon
tjm       309676  5.8  3.3 3492452 268148 ?      Sl   Aug29 389:43 /usr/bin/ipfs daemon
tjm       309691  0.5  0.0   2876  1352 ?        S    Aug29  38:14 /usr/bin/vpnns --name=ocvpnns-ipfs --attach
tjm       312556  0.0  0.2 532092 18492 ?        Sl   Aug29   0:44 alacritty
tjm       312560  0.0  0.0  21288  2088 pts/8    Ss   Aug29   0:00 /bin/bash
tjm       315488  0.0  0.0  19888  1400 ?        S    Aug30   0:00 /bin/bash
tjm       315495  0.4  0.8 3776232 68904 ?       Sl   Aug30  31:58 /opt/spotify/spotify
tjm       315503  0.0  0.0 380552  2444 ?        S    Aug30   0:00 /opt/spotify/spotify --type=zygote --no-zygote-sandbox --no-sandbox --log-file=/opt/spotify/debug.log --log-severity=disable --product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595 --lang=en
tjm       315504  0.0  0.0 380552  4092 ?        S    Aug30   0:00 /opt/spotify/spotify --type=zygote --no-sandbox --log-file=/opt/spotify/debug.log --log-severity=disable --product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595 --lang=en
tjm       315540  0.0  0.3 2407656 28852 ?       Sl   Aug30   2:22 /opt/spotify/spotify --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=2068860246199263024,5591775980188229443,131072 --enable-features=CastMediaRouteProvider --lang=en-US --service-sandbox-type=network --no-sandbox --log-file=/opt/spotify/debug.log --log-severity=disable --product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595 --lang=en --log-file=/opt/spotify/debug.log --shared-files=v8_context_snapshot_data:100
tjm       315568  0.5  3.1 10098304 249576 ?     Sl   Aug30  33:18 /opt/spotify/spotify --type=renderer --no-sandbox --log-file=/opt/spotify/debug.log --field-trial-handle=2068860246199263024,5591775980188229443,131072 --enable-features=CastMediaRouteProvider --lang=en-US --log-file=/opt/spotify/debug.log --log-severity=disable --product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595 --disable-spell-checking --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=4 --shared-files=v8_context_snapshot_data:100
tjm       316394  0.0  0.0  59364  3180 pts/8    S+   Aug30   0:02 vim SSDP.c
tjm       316792  0.0  0.2 532160 19192 ?        Sl   Aug30   0:48 alacritty
tjm       316793  0.0  0.0  21288  1952 pts/11   Ss   Aug30   0:00 /bin/bash
tjm       316879  0.0  0.0  21224  2016 pts/12   Ss   Aug30   0:00 -bash
tjm       316886  0.0  0.0 109084  4464 pts/12   Sl+  Aug30   0:49 irssi
tjm       317122  0.0  0.2 515764 17896 ?        Sl   Aug30   0:20 alacritty
tjm       317123  0.0  0.0  26364  2684 pts/14   Ss   Aug30   0:00 /bin/bash
tjm       317288  0.0  0.0  21724  1548 pts/14   S+   Aug30   0:00 man inet_pton
tjm       317299  0.0  0.0  19360   808 pts/14   S+   Aug30   0:00 less
tjm       317708  0.0  0.0  59644  3428 pts/11   S+   Aug30   0:05 vim mySSDP.c
tjm       319611  0.0  0.0 289660  3780 ?        Sl   Aug30   0:00 /usr/lib/gvfsd-http --spawner :1.13 /org/gtk/gvfs/exec_spaw/3
tjm       340327  0.0  0.0 244664  3092 pts/0    Sl   Aug30   0:00 xss-lock -- i3lock -n -i /home/tjm/.config/background.png
root      350577  0.0  0.1 100852 10232 ?        Ss   Aug30   0:24 /usr/lib/systemd/systemd-journald
tjm       371691  0.0  0.1 21656580 8764 ?       Sl   Aug31   0:09 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=45 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       371949  0.0  0.4 21732260 32276 ?      Sl   Aug31   1:10 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=525 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       406149  0.0  0.1 21787308 8088 ?       Sl   Aug31   0:18 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=28 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       423645  0.0  0.0 21661432 5348 ?       Sl   Sep01   0:05 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=37 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       442824  0.0  0.1 21720116 8648 ?       Sl   Sep01   0:03 /usr/lib/chromium/chromium --type=renderer --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --origin-trial-disabled-features=SecurePaymentConfirmation --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=48 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
tjm       443459  0.0  0.0  27688  3800 pts/0    S    Sep01   0:03 curl -o /dev/null -s http://127.0.0.1:43110/
root      489109  0.0  0.0  23264  3224 tty3     Ss+  Sep02   0:00 /sbin/agetty -o -p -- \u --noclear tty3 linux
tjm       489556  0.0  0.2 1133908 22964 ?       Sl   Sep02   0:49 /opt/spotify/spotify --type=gpu-process --field-trial-handle=2068860246199263024,5591775980188229443,131072 --enable-features=CastMediaRouteProvider --no-sandbox --log-file=/opt/spotify/debug.log --log-severity=disable --product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595 --lang=en --gpu-preferences=OAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAA== --log-file=/opt/spotify/debug.log --shared-files
tjm       489609  0.2  0.8 17691688 67800 ?      Sl   Sep02   3:13 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --disable-breakpad --gpu-preferences=UAAAAAAAAAAgAABQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files
tjm       489612  0.0  0.0 17381752 6240 ?       S    Sep02   0:00 /usr/lib/chromium/chromium --type=broker
root      523808  1.5  0.0      0     0 ?        I    11:15   1:04 [kworker/u16:5-kcryptd/254:0]
root      523886  0.0  0.0      0     0 ?        I    11:18   0:00 [kworker/2:3-events]
root      523933  0.0  0.0      0     0 ?        I    11:19   0:00 [kworker/0:1-dm-cache]
root      524106  0.0  0.0      0     0 ?        I    11:26   0:01 [kworker/3:1-events]
root      524368  0.0  0.0      0     0 ?        I    11:34   0:00 [kworker/2:2-events]
root      524462  0.0  0.0      0     0 ?        I    11:37   0:00 [kworker/1:1-xfs-buf/dm-5]
root      524777  1.7  0.0      0     0 ?        I    11:46   0:40 [kworker/u16:0-kcryptd/254:0]
root      524791  2.3  0.0      0     0 ?        I    11:46   0:51 [kworker/u16:7-kcryptd/254:0]
root      524931  1.5  0.0      0     0 ?        I    11:51   0:30 [kworker/u16:10-events_unbound]
root      525085  1.7  0.0      0     0 ?        I    11:57   0:27 [kworker/u16:1-kcryptd/254:0]
root      525363  0.0  0.0      0     0 ?        I    12:06   0:00 [kworker/0:3-events]
root      525415  1.9  0.0      0     0 ?        I    12:07   0:19 [kworker/u16:6-kcryptd/254:0]
root      525567  0.0  0.0      0     0 ?        I    12:11   0:00 [kworker/0:0-events]
root      525606  0.0  0.0      0     0 ?        I    12:13   0:00 [kworker/1:2-dm-cache]
root      525607  0.0  0.0      0     0 ?        I    12:13   0:00 [kworker/2:0-kcopyd]
root      525660  0.0  0.0      0     0 ?        I    12:14   0:00 [kworker/3:2-events]
root      525760  0.0  0.0      0     0 ?        I    12:17   0:00 [kworker/1:4-dm-cache]
root      525762  2.0  0.0      0     0 ?        I    12:17   0:08 [kworker/u16:4-kcryptd/254:1]
root      525763  2.2  0.0      0     0 ?        I    12:17   0:09 [kworker/u16:8-kcryptd/254:1]
root      525765  2.6  0.0      0     0 ?        I    12:17   0:11 [kworker/u16:9-kcryptd/254:1]
tjm       525859  0.0  0.2 17356204 17036 ?      Sl   12:18   0:00 /usr/lib/chromium/chromium --type=utility --utility-sub-type=data_decoder.mojom.DataDecoderService --field-trial-handle=16797744392196542638,16963932144662326949,131072 --enable-features=VaapiVideoDecoder --lang=en-US --service-sandbox-type=service --enable-crashpad --crashpad-handler-pid=151003 --enable-crash-reporter=,Arch Linux --shared-files=v8_context_snapshot_data:100
root      525944  0.0  0.0      0     0 ?        I    12:20   0:00 [kworker/0:2]
root      525963  0.0  0.0      0     0 ?        I    12:20   0:00 [kworker/2:1]
root      525974  0.0  0.0  14520  5892 ?        S    12:21   0:00 systemd-userwork
root      525978  0.0  0.0  14520  5884 ?        S    12:21   0:00 systemd-userwork
root      526036  0.0  0.0      0     0 ?        I    12:23   0:00 [kworker/1:0]
root      526045  0.0  0.0      0     0 ?        I    12:23   0:00 [kworker/3:0-events]
root      526054  1.6  0.0      0     0 ?        I    12:23   0:00 [kworker/u16:2-events_power_efficient]
root      526066  0.0  0.0  14520  5836 ?        S    12:23   0:00 systemd-userwork
root      526067  0.0  0.0      0     0 ?        I    12:23   0:00 [kworker/3:3]
tjm       526085  0.0  0.0  27684  5132 pts/0    R+   12:24   0:00 ps aux
[tjm@ArchPad ~]$

Offline

#14 2021-09-03 23:17:43

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: [Solved] Correct xorg.conf monitor identifier name?

Comes via xtest, so it's not spurious HW input, but some process faking activity,
Luckily there're not too many running ...

One of the browswers, the at-spi daemon, fcitx or spotify?

Offline

#15 2021-09-04 05:23:24

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

I've killed spotify and it changed nothing. Fcitx should not to blame as I have used it for years, including the days when dpms offtime worked. Let's see what happens when the browsers closed ¯\_(ツ)_/¯

Offline

#16 2021-09-05 02:29:34

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

Unfortunately, these didn't help. Next step: shut the at-spi-bus thing off

Offline

#17 2021-09-05 23:23:31

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

The screen keeps on without at-spi-bus ¯\_(ツ)_/¯

Offline

#18 2021-09-06 05:35:25

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: [Solved] Correct xorg.conf monitor identifier name?

Well, it's gonna be *some* process.
Monitor xinput on that device and kill stuff away until the fake events stop.

Start with fcitx...

Maybe the window id in the event can provide further hints. inspect it w/ xwininfo/xprop -id and you might also try to xkill it (and see which process dies) - BUT! this isn't a strong connection and you might end up killing your session this way because the offending client can really send the event anywhere. So don't just fire away!

Offline

#19 2021-09-07 00:25:42

TJM
Member
Registered: 2016-09-18
Posts: 114

Re: [Solved] Correct xorg.conf monitor identifier name?

The circulating keypress events disappeared after upgrading the kernel from 5.13.12 to 5.13.13, where DPMS auto-off workes ¯\_(ツ)_/¯
So the event might come from driver bugs that kept triggering input invents when the key isn't pressed.

Offline

Board footer

Powered by FluxBB