Linux Lite 7.8 Final has been released - Click here


Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,011
» Latest member: MrMillay
» Forum threads: 9,474
» Forum posts: 62,486

Full Statistics

Online Users
There are currently 745 online users.
» 0 Member(s) | 740 Guest(s)
Applebot, Baidu, Bing, Google, Yandex

Latest Threads
update_failed - 400 Bad R...
Forum: Updates
Last Post: val
04-21-2026, 10:57 PM
» Replies: 2
» Views: 138
Problem updating lite 7.6...
Forum: Updates
Last Post: val
04-21-2026, 10:43 PM
» Replies: 6
» Views: 2,926
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 143
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,510
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 517
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,756
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 900
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 558
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 32,743
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 477

 
  New install of Lite 3.8 - update issues
Posted by: KHarb - 02-09-2019, 04:42 AM - Forum: Start up and Shutdown - No Replies

Hey all,

Completely new to Linux. Installed 3.8 on my old and crappy Netbook (Atom/1.6GHz0) because Windows 7 Starter Pack was insanely slow.

Anyways, once I have installed Lite 3.8, I can successfully do the updates, until it asks me to reboot to affect the changes. Once I consent the restart, it loads but only up to the point of the feather icon and gets stuck there. I try to restart the netbook multiple times, but it either gets stuck on the feather icon (before it asks for login info) or takes you to an option to screen with 4 options: run normally/etc/etc/etc... No matter what I select, it get's stuck on the feather icon or a black screen. Everytime this happens, I have to go though the entire installation process again. I can't shut of the netbook, or put it in standby without this happening.

Any tips would be appreciated. Thanks!

Print this item

  Can't boot in lite, uninstalled xorg
Posted by: newonlinux - 02-08-2019, 08:41 PM - Forum: Start up and Shutdown - Replies (3)

Not compleatly sure what uninstalled, but now cant boot in linux lite.
I used in my linux nvidia and amd card, and now take them out and use linux some time on only
intel integared card. So I was try to clean linux from amd and nvidia drivers because update always upating
mesa and nvidia things.
So look like I remove xorg server or something like that insteda of nvidia settings.
Now I am try to go in recovery and try to install xserver-xorg but can't start terminal because linux lite
ask me for password for recovery mode or something like that, and my linux lite pass dont accept.
Please help

Print this item

  SSH, SFTP, VNC, SCP, Remmina Linux to Linux Connections 4.2
Posted by: trinidad - 02-08-2019, 06:43 PM - Forum: Desktop Customization - No Replies

After a lot of questions from new users I have put the time in to produce a tutorial on setting up the excellent Linux networking tools of SSH, SFTP, VNC, SCP, and Remmina on Linux Lite 4.2. I mean this to be a help resource friendly to users coming from a Windows desktop environment where they rarely if ever used a command line interface. To that end there are over 60 separate images in this tutorial mostly of the Linux Lite 4.2 GUIs in action, and a few of the Debian 9 computer I connected to. To follow this tutorial from beginning to end is to end with a correctly set up Linux Lite 4.2 system with these power networking tools properly set up on it. This first tutorial is for Linux Lite connections to other Linux computers. I will soon produce one along the same lines for SSH, SFTP, Samba, and RDP connections to Windows 10 and the simplest best ways to secure your Windows 10 build 1809 and Linux Lite 4.2 connections on both machines. I made a download available of this tutorial as well. It is a zipped .html file with all the images which you can view in your browser and work with off-line.
https://www.dbts-analytics.com/ll4ntw1.html
https://www.dbts-analytics.com/tcdwnlds/tutdwnlds.html    (Select the download for Linux Lite 4.2)
TC

 

Print this item

  Add LL Google custom search to FireFox on Windows
Posted by: UltraCookie - 02-08-2019, 07:22 AM - Forum: Other - Replies (3)

Hi,Is there a way to add the custom Linux Lite Googe search to FireFox on Windows? I already it a my homepage but I would like to have it as a search engine for the top search bar as well. Just going to linuxliteos.com/search and clicking the little plus symbol in the search bar does not work.

Print this item

  How to maintain custom tweaks after reboot/sleep
Posted by: MS - 02-06-2019, 10:19 PM - Forum: Installing Software - Replies (7)

Hello,

I have applied certain custom settings, regarding the swappiness value, as well as the overclock of an amdgpu associated device. The swappiness value stays after system waking from the sleep mode, but resets after each reboot. When it comes to the amdgpu overclock parameters, they reset already after system waking from the sleep mode. I would like to have these maintained. I believe a script could do. Where do I put respective scripts, what extra instructions should they include to be maintained by the system?

These are the regular commands that I use to introduce changes - inserted values are theoretical:

Code:
sudo echo "10" > /proc/sys/vm/swappiness

Code:
sudo bash -c 'echo "20" > /sys/class/drm/card1/device/pp_sclk_od && echo "20" > /sys/class/drm/card1/device/pp_mclk_od'

Print this item

  int(3) and int('3') is there a difference? (python3.5)
Posted by: teage - 02-06-2019, 01:50 AM - Forum: Coding - Replies (11)

So I'm reading a python3 book and working with int(). I follow the directions everything is fine. They have me typing in the shell int('2') and see the result. I noticed if I type int(2) with no apostrophe i get the same result. So my question is this, is there a difference?

Print this item

  No HDMI sound - Digital HDMI not detected
Posted by: wladodragovic - 02-05-2019, 07:20 PM - Forum: Sound - No Replies

Hi, guys!
I am VERY new to Linux, so if I may ask for a bit of patience, please.  Smile

I installed Linux Lite a couple of days ago and so far I have had a couple of issues with connecting my external monitor (TV) via HDMI.
After many hours reading on forums and some tinkering, I changed the resolution in the terminal to what the TV seems to prefer, but now the TV is not playing sound.

The Volume Control configuration is not even recognizing the HDMI, only showing what you see in the screenshot.

[Image: kwDQUYB.png]

I have tried installing the newest AMD driver thinking maybe it's the driver not recognizing the HDMI port/connection properly, but I failed.

I wouldn't be bothering you good people, but I am really truly stuck.
Please help, if you can. Smile


Thanks in advance,
Vlad

Print this item

  email client suggestions
Posted by: nic - 02-05-2019, 12:14 PM - Forum: On Topic - Replies (12)

Does anyone have any good suggestion for email clients to use on Linux Lite?

Print this item

  Linux Lite v3.8 Lite Teaks Fetching Package List Error
Posted by: mkulgh1969 - 02-05-2019, 04:26 AM - Forum: Other - No Replies

While running Lite Tweaks Package System Repair Utility a Dialog Box appears stating :

"An error occured while fetching package list."

When the Dialog Box is closed and the Lite Tweaks Package System Repair Utility is run again the error does  not appear.

Print this item

  Update/Upgrade from the Terminal
Posted by: Jocklad - 02-04-2019, 11:19 AM - Forum: Other - Replies (5)

Should we be using sudo apt-get upgrade or sudo apt-get dist-upgrade from the Terminal ....or both..?.

Linux Lite 4.2

Jocklad  :Smile

Print this item