When I try to start my WM using startx, I am unable to because the permission of something called /dev/fb0 are restricted.
From home/user/.local/share/xorg/Xorg.0.log:
[ 198.569] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 198.569] (II) Loading sub module "fbdevhw"
[ 198.569] (II) LoadModule: "fbdevhw"
[ 198.569] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 198.570] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 198.570] compiled for 1.16.0, module version = 0.0.2
[ 198.570] ABI class: X.Org Video Driver, version 18.0
[ 198.570] (EE) open /dev/fb0: Permission denied
[ 198.570] (WW) Falling back to old probe method for fbdev
[ 198.570] (II) Loading sub module "fbdevhw"
[ 198.570] (II) LoadModule: "fbdevhw"
[ 198.570] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 198.570] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 198.570] compiled for 1.16.0, module version = 0.0.2
[ 198.570] ABI class: X.Org Video Driver, version 18.0
[ 198.571] (EE) open /dev/fb0: Permission denied
Now of course I can change it using chmod, but I shouldn't have to do that every time I reboot the computer, so it seems like something is wrong / I haven't set up something properly.
What should I do to fix this?
/dev/fb0, but you should not have to (if you google, you'll find recommendations to add yourself to thevideogroup… but that's propping the armored door open, it defeats the purpose).