Are you using dex
? More info with this command:
eos-pkginfo dex
Are you using dex
? More info with this command:
eos-pkginfo dex
How do I autostart only welcome?
dex -a /usr/share/endeavouros/scripts/welcome
still does it all?
Nevermind ifnore me
It works!!! Welcome works!!!
@manuel I put
exec dex --wait /etc/xdg/autostart/welcome.desktop
the enable funtion works as well as the don’t see me anyone etc;
Slight Delay however - like you face in deepin of a few seconds
@OdiousImp trackpad speed fixed
script for Pinebook Pro battery ( put in waybar scripts make ex) name ( PBPbattery.sh )
#!/bin/bash
#simple Shellscript for waybar/i3blocks/polybar on Pinebook pro
#05012020 geri123@gmx.net Gerhard S.
PERCENT=$(cat /sys/class/power_supply/cw2015-battery/capacity)
STATUS=$(cat /sys/class/power_supply/cw2015-battery/status)
case $((
$PERCENT >= 0 && $PERCENT <= 20 ? 1 :
$PERCENT > 20 && $PERCENT <= 40 ? 2 :
$PERCENT > 40 && $PERCENT <= 60 ? 3 :
$PERCENT > 60 && $PERCENT <= 80 ? 4 : 5)) in
#
(1) echo $STATUS:"":$PERCENT%;;
(2) echo $STATUS:"":$PERCENT%;;
(3) echo $STATUS:"":$PERCENT%;;
(4) echo $STATUS:"":$PERCENT%;;
(5) echo $STATUS:"":$PERCENT%;;
esac
In waybar config add under battery
},
"custom/PBPbattery": {
"exec": "~/.config/waybar/scripts/PBPbattery.sh",
"format": "{}",
use on Pinebook Pro add ( “custom/PBPbattery”, ) on modules-right or what 1 you want
for all ideas on fix for pi4 cursor/window problem… i fix it
in end …
it was in config.txt ( /boot )
dtoverlay=vc4-kms-v3d
comment it out …
again for ideas/help … you stars
Good find. Let me ask one more favor and we will be done with this.
There are two video drivers vc4-fkms-v3d and vc4-kms-v3d – Notice the fkms versus the kms difference (namely the f). They aren’t packages in the repository, so maybe these are supplied by linux-firmware?
Anyway, the fkms version is the older version and the kms version is the newer one. IF the fkms is still installed, please try un-commenting the driver and add the f then see if the problem still exists.
If the fkms version is still available and works, then I would leave it as such. If it isn’t there or doesn’t work either, then keep the line commented out. Also, be sure the
dtoverlay=vc4-kms-v3d
is after the
[pi4]
line. Any thing after that is for RPi4 exclusive configs.
Thank you for your help.
Pudge
Slight delay for Welcome could be it checking on internet access. Faster on some machines than others… - and configurable in the .conf I think…
@Shjim is there anyway you know of only identifying if it Pinebook.
I could do something like exec if ....
But I’m not sure what to put after
{EDIT} What happens if you have both battery and PBP battery active. Will normal battery automactially not work?
@OdiousImp
on pinebook pro they both up. stock battery module say 100% then go red + give 0ver 3000 hour battery WISH… no way i know . it need usr input ! just add note in config " battery module for Pinebook Pro only ".
95% PBP usr know it a development device so work need to do for thing to work… one that dont understand that sell and moan ( same for pine phone)
Edit … if you want get into ARM it fantastic machine for $199 + post + import tax , it built for linux sad only 4GB ram
that change ( it enough atm) i
it
dont buy if you want play game
I’m thinking of getting a pi 400 - it seems very easy to use and comes with all the keyboard and stuff
Here work one …
# See /boot/overlays/README for all available options
initramfs initramfs-linux.img followkernel
dtparam=audio=on
# hdmi_group=1
# hdmi-mode=4
disable_overscan=1
[pi4]
#Enable DRM VC4 V3D driver on top of the dispmanx display
dtoverlay=vc4-fkms-v3d
over_voltage=5
arm_freq=2000
gpu_freq=750
max_framebuffers=4
gpu-mem=320
If overscan =0 you get large blk border round desktop… if set to 0 you need comment out and it ok…
for laugh i try both fkms and kms at same time … 555555555555 it no boot not normal day if i no break someting
edit … Max_framebuffers= 2 ( no 4 … that me )
@OdiousImp think @Pudge have Pi 400 … i no have so no best to tell you about , I have pi4 8gb it great but problem with usb on 64-bit atm ( 4Gb no have problem )
dont worry @Pudge has already told me all about it!
@joekamprad bit late now - but I have found something like arandr - https://github.com/emersion/kanshi - not gui but I will keep changes
This one is more a profile manager for display usage, but it do not provide a setup
Sorry I hadn’t used it yet and now yes it does look like that!
Waybar Toggle - If anyone wants
exec pkill -SIGUSR1 '^waybar$'
@Bryanpwo @joekamprad @manuel is there anything else I have to implement for the “new” way of getting the files? I know joe’s already changed the install script is that all?
Also can the sway background be copied to usr/share instead…I feel it would make more sense than having it in the home dictionary. But that would conflict with us only having one wallpaper now? What do you say?
@joekamprad I did it!! I think I found something that does everything you wanted! https://github.com/atx/wlay
Save can generate sway config, kanshi config or wlr-randr script.
Good??