Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 7,481
» Latest member: drgatz
» Forum threads: 9,370
» Forum posts: 61,949
Full Statistics
|
Online Users |
There are currently 1147 online users. » 0 Member(s) | 1143 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
Set Home Folder
Forum: Installing Linux Lite
Last Post: LanceCorporal
08-20-2025, 03:24 PM
» Replies: 2
» Views: 215
|
Updates Error Log - no re...
Forum: Updates
Last Post: Valtam
08-20-2025, 04:57 AM
» Replies: 3
» Views: 278
|
NEW Wiki replaces Help Ma...
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:12 AM
» Replies: 0
» Views: 161
|
New Website Design
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:01 AM
» Replies: 11
» Views: 1,165
|
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 470
|
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 4,496
|
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,941
|
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 1,519
|
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 411
|
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 401
|
|
|
Dell Inspiron Mini Keyboard |
Posted by: vilelord - 11-08-2014, 11:11 AM - Forum: Other
- Replies (1)
|
 |
I'm having problems with incorrect key allocations (more than enough to make it unusable) since I changed to UK keyboard layout. Usable on default US layout but hey, we invented the language!. There's no map for this PC in the settings. Can anybody help a whingeing Brit.?
|
|
|
Linux Lite 2 Performance Review & Some Queries |
Posted by: NRD80V - 11-07-2014, 11:16 AM - Forum: On Topic
- Replies (23)
|
 |
Hi
I have 5 Parameters for Linux Evaluation as a Normal End User Download Size, Live Boot Performance, Installation & Customisation, Functional Performance and Others. Linux Live Scores in these areas are presented below as below benchmarked with two Linux Distros which I am using or recommending others - Fedora & Linux Mint
Fedora Linux Mint Linux Lite
Desktop Environment XFCE Desktop
Download Size 15 10 20
Live Boot 15 20 15
Installation & Customisation 15 17 13
Functional Performance 20 15 17
Others 15 20 15
Total 80 82 80
Fedora Scores Average Marks in all aspects except Functional Performance which is unbeatable. Mint Scores low on the Download Size as it is above 1 GB and is a bit poor compared with Linux Lite on Performance.
Linux Lite is the most resource friendly and eye candy Distribution.
2 Issues with Linux Lite:
Additional Application Installation is not a bit easy. Though the promise is so, I am finding that the Additional Software Installation does not work seamlessly. Further the synaptic package manager is not as effective as I had observed in Mint or Ubuntu.This area is a bleeding issue for the distribution
Installation with 3rd party codecs and multimedia support takes hell a lot of time. This was not the case with Ubuntu or Linux Mint.
2 Best Points
Completely LTS and hence acts like a semi rolling release with two versions we can have 7 years of easy usage without any difficulty.
Easy and Simple to use, best for any one who is just starting into a Linux Distribution
Questions:
I really do not see an advantage for going to Linux Lite as Linux Mint does all these stuffs in a much simpler and established manner.
What drove you to make a distro when Linux Mint is the best Ubuntu Derivative
What was in your mind in having “Additional Software Installer”.
Instead you could have given “Software Customisation Center” - A More Graphical Presentation of the additional applications.
This would have eased the user.
Many Nos example 10, 11, 14, etc., are not working with the Additional Software Installer.
The concept is a bit failing and not working.
Why the synaptic package manager is not functioning in the same manner with Mint or Ubuntu
Yours
VN
|
|
|
How to clean uninstall Grub2 |
Posted by: Kirkx - 11-06-2014, 11:05 PM - Forum: Installing Software
- Replies (1)
|
 |
I use Grub4Dos to boot my linux distros and want to completely get rid of Grub2. Grub2 is a bloated piece of software that makes the process of each kernel update very long, especially when there are multiple Linux versions installed on the same machine. You just get stuck watching the screen showing the message "updating grub configuration file" when Grub2 slowly scans the hard drive.
1) Option #1 is to turn off os-prober:
Code: - gksudo to: /etc/default/grub
- add the following line:
GRUB_DISABLE_OS_PROBER=true
[img height=600 width=564]http://i.imgur.com/BZ08YKe.png[/img]
This is not too bad, the message "updating grub configuration file" is gone, but there is another one that cycles twice during kernel updates (on my system 2 minutes is wasted on that):
"generating grub configuration file"
2) To get rid of the message shown above you need to completely uninstall Grub2. However, when I try to uninstall it with the command below:
Code: sudo apt-get purge grub-pc grub-common grub2-common grub-pc-bin grub-gfxpayload-lists os-prober
I end up with some orphaned files and directories, indicating that the uninstall was not complete and maybe some more packages should have been included in the purge command. I assume that only the files on the screenshot below are really needed for booting (with a bootloader other than Grub2):
[img height=483 width=800]http://i.imgur.com/A7FkY8t.png[/img]
I'm not sure if all the files below can be safely deleted manually:
[img height=483 width=800]http://i.imgur.com/lwFomxi.png[/img]
[img height=483 width=800]http://i.imgur.com/HZiJPsL.png[/img]
[img height=483 width=800]http://i.imgur.com/hAMpIGX.png[/img]
[img height=483 width=800]http://i.imgur.com/3pmbMdb.png[/img]
[img height=483 width=800]http://i.imgur.com/IYR0E6A.png[/img]
Or is the kernel itself somehow linked to Grub2 by design, in which case deleting Grub2 would not be a good idea even if another bootloader was always used to chainload "vmlinuz" and "initrd.img".
For the record, booting Linux from Grub4Dos is explained here:
http://reboot.pro/topic/20015-booting-li...m-grub4dos
I have posted this on Ubuntu forums but couldn't get a clear answer:
http://ubuntuforums.org/showthread.php?t...st13144614
|
|
|
[SOLVED] How to dock application program to system tray ? |
Posted by: Kamyar - 11-06-2014, 01:04 PM - Forum: Installing Software
- Replies (4)
|
 |
Hi LL members,
I observed applications like (TeamViewer, VNC or many others (that usually have their notification icon appear on the right corner near the clock)
have their icon appearing in taskbar as normal tasks.
Do you have an idea on how to modifiy this please ?
Thank you.
|
|
|
Linux Lite 2.2 |
Posted by: stamper - 11-04-2014, 11:52 AM - Forum: Installing Linux Lite
- Replies (1)
|
 |
Hello all, did any one knows when Version 2.2 is coming. I am now working with 2.0 and it works fine but maybe is 2.2 more better.
|
|
|
New guy who's made the permanent switch. |
Posted by: regularfella - 11-03-2014, 09:50 PM - Forum: Introductions
- Replies (8)
|
 |
Hi, I'm regularfella, aka Lance.
No more distro hopping for me. This is what I've been looking for. I've installed Linux Lite 2.0 on my Acer Aspire 1410. It has a Core 2 Solo and 3gb ram, 250gb hdd.
Everything worked out of the box. My favorite apps were a breeze to install and this distro runs great on this machine. The screen is broken so I've hooked it up to a 1600x900 monitor and even that was detected and ready to go out of the box. Now it serves as a desktop PC with my wireless mouse and keyboard combo.
I first installed the 32 bit version, but now I have the 64 bit version installed. For some reason the machine seems to run faster on x64.
Love the GUI, Love the simplicity. I'll be sticking with Linux Lite for a long time to come.
|
|
|
|