Search:

Type: Posts; User: kalehrl; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    287

    [lubuntu] Re: Saving touchpad settings in Lubuntu

    It should.
    It works this way in Debian 8 so it should work in Ubuntu.
  2. Replies
    8
    Views
    287

    [lubuntu] Re: Saving touchpad settings in Lubuntu

    Then first try:

    mkdir /etc/X11/xorg.conf.d
    followed by the rest of the commands.
  3. Replies
    8
    Views
    287

    [lubuntu] Re: Saving touchpad settings in Lubuntu

    Try this:

    nano /etc/X11/xorg.conf.d/synaptics.conf
    paste this:

    Section "InputClass"
    Identifier "Touchpad"
    MatchIsTouchpad "yes"
    Driver "synaptics"
    Option "MaxTapTime"...
  4. [lubuntu] Re: Cannot open .pdf in Evince or any other pdf viewer, please help!

    Install at-spi2-core
  5. Replies
    12
    Views
    492

    [lubuntu] Re: Cannot install on ASUS Eee PC Surf (2G)

    I have Debian Jessie on an eee pc 4g installed using expert install, no swap and lxde-core with --no-install-recommends.
    I moved some folders to tmpfs to reduce writes and I've got firefox...
  6. Replies
    12
    Views
    492

    [lubuntu] Re: Cannot install on ASUS Eee PC Surf (2G)

    Maybe skip creating swap and install lubuntu-core with --no-install-recommends.
  7. Replies
    12
    Views
    492

    [lubuntu] Re: Cannot install on ASUS Eee PC Surf (2G)

    Try to install ubuntu mini-iso followed by lubuntu-core as described here:
    https://help.ubuntu.com/community/Lubuntu/Documentation/MinimalInstall
  8. [lubuntu] Re: Unselect software for installation on small disk

    WPS Office is also an option for spreadsheets and word documents.
    I use it on both Windows and Linux and it's much faster and takes less space than LibreOffice.
  9. [lubuntu] Re: Unselect software for installation on small disk

    Install lubuntu-core via minimal Ubuntu ISO:
    https://help.ubuntu.com/community/Lubuntu/Documentation/MinimalInstall#Full_install.2C_minimal_install_or_core_install.3F
  10. Replies
    7
    Views
    429

    [lubuntu] Re: Looking for the latest video driver

    That's a directory.
  11. [SOLVED] Re: Kodi and Skype working in Lubuntu: Possible with these specs?

    Skype works just fine on an ancient Asus eee pc 4g surf with a 630MHz processor and 512MB of RAM. :D
    Skype for Windows, on the other hand, is a resource hog.
  12. [lubuntu] Re: Which to install on a mini lap top with atom processor

    I'd suggest you start with minimal Debian stable system and then install lxde-core.
    You can even add --no-install-recommends to the command line for absolute minimal lxde-core.
    This will give you a...
  13. [lubuntu] Re: Firefox gets really slow after an hour of browsing?

    Try using firefox with ublock origin plugin for ads filtration.
  14. Replies
    10
    Views
    1,426

    [lubuntu] Re: High CPU usage when moving mouse in Lubuntu

    Direct rendering is active so the driver is loaded and operating fine.
    The cause is somewhere else.
  15. Replies
    10
    Views
    1,426

    [lubuntu] Re: High CPU usage when moving mouse in Lubuntu

    What is the output of this command:

    grep "direct rendering" /var/log/Xorg.0.log
  16. Replies
    12
    Views
    1,454

    [lubuntu] Re: Command when LID is closed

    I'm running out of ideas.
    Try using full paths in your script.
    Instead of:

    i3lock -i ~/.lockscreen.png
    use something like:

    /usr/bin/i3lock -i /home/username/.lockscreen.png
  17. Replies
    12
    Views
    1,454

    [lubuntu] Re: Command when LID is closed

    Post the output of:

    cat /proc/acpi/button/lid/LID/state
  18. Replies
    12
    Views
    1,454

    [lubuntu] Re: Command when LID is closed

    The scripts you posted are all jumbled up.
    Post your exact scripts properly in code tags here.
  19. Replies
    12
    Views
    1,454

    [lubuntu] Re: Command when LID is closed

    Event line is in the wrong format.
    It should be like this:

    event=button[ /]lid
    Notice the parenthesis and the slash.
  20. Replies
    12
    Views
    1,454

    [lubuntu] Re: Command when LID is closed

    I use Debian Jessie but things should be the same in Lubuntu 14.10 you are using.
    Make sure acpi is installed.
    Create a file in /etc/acpi/events named lidbtn with these contents:

    #...
  21. Replies
    12
    Views
    1,454

    [lubuntu] Re: Command when LID is closed

    It can be achieved by using acpid.
  22. [lubuntu] Re: "Don't do Nothing" when I close my laptop's screen

    You need to:

    nano /etc/systemd/logind.conf
    Uncomment HandleLidSwitch entry and set it to 'ignore' like this:

    HandleLidSwitch=ignore
    Restart systemd-logind:

    service systemd-logind restart...
  23. Replies
    12
    Views
    2,252

    [lubuntu] Re: How do I disable journaling in Lubuntu 14.10?

    It can be switched off but you need to boot from a live linux CD to do so.
    The disk on which you want to switch off journaling must be unmounted.
    Then you just issue:

    tune2fs -O ^has_journal...
  24. Replies
    12
    Views
    10,220

    [lubuntu] Re: LXQt on Lubuntu 14.10

    Just install policykit-1.
  25. [lubuntu] Re: what processes can I turn off for better performance?

    The best way to reduce CPU load is to start with a minimal system and then add a light desktop environment such as LXDE.
    That's the way I do it.
    I install minimal command line system using...
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4