Code: Select all
/usr/libexec/Xorg.wrap: Only console users are allowed to run the X server
Code: Select all
/usr/libexec/Xorg.wrap: Only console users are allowed to run the X server
X connection to :0 broken (explicit kill or server shutdown).
~>
Code: Select all
allowed_users=anybody
It does not seems I have any issue with user access to xorg, since I can login normally and the output of loginctl is
Code: Select all
~> loginctl user-status
vinicius (1000)
Since: Fri 2020-09-25 01:03:26 -03; 3 days ago
State: active
Sessions: *1
Linger: no
Unit: user-1000.slice
Code: Select all
~> cat .xinitrc
#!/bin/bash
barM &
setxkbmap br
feh --bg-scale /home/vinicius/mybackground/bw.jpg &
lpoptions -o Quality=600GrayscaleK
exec dbus-launch --exit-with-session dwm
~>
written inside .xinitrc file located in my home folder.
Thank you all for your help!

