Giter VIP home page Giter VIP logo

Comments (2)

MYBLtd avatar MYBLtd commented on July 3, 2024 1

Just installed it on a laptop and love it. Also here no power management. I get an error: "The Power Management Service appears not to be running" .
Executing: /usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdevil gets the both kde powermanager and touchpad working. Also the status bar indicator is working after starting powerdevil. Seems the systemd script is not executed or failing from /usr/lib/systemd/user/plasma-powerdevil-service.
Also looking for a good way to manage the processor power settings from kde.

from debian-titus.

t4technow avatar t4technow commented on July 3, 2024

Thanks for the support man. But unfortunately Executing: /usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdevil didn't work for me. It trowed a bunch of errors such as "org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed .... " and "org.kde.powerdevil: Handle button events action could not check for screen configuration".

Solved Touchpad issue
I had to add Option "Tapping" "True" to the entry MatchIsTouchpad in the file /usr/share/X11/xorg.conf.d/40-libinput.conf.

It will be like this:

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        Option "Tapping" "True"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Ooh and I too love this setup.

from debian-titus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.