| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1167 online users. » 0 Member(s) | 1162 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
1 hour ago
» Replies: 11
» Views: 835
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
6 hours ago
» Replies: 5
» Views: 186
|
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,468
|
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 428
|
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 266
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 25,929
|
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 293
|
Linux lite 6.0 doesn't wo...
Forum: Installing Linux Lite
Last Post: Dottor Octopus
03-03-2026, 05:14 PM
» Replies: 10
» Views: 1,201
|
xfce-panel fuzzy clock
Forum: Installing Software
Last Post: valtam
02-28-2026, 02:38 AM
» Replies: 1
» Views: 294
|
Unable to Mount External ...
Forum: Hard Drives and SSDs
Last Post: sqwuade
02-22-2026, 08:39 AM
» Replies: 7
» Views: 41,964
|
|
|
| Hello, Newbie to Linux. |
|
Posted by: jstauf86 - 03-13-2014, 03:15 PM - Forum: Introductions
- Replies (4)
|
 |
Hi Linux-Lite,
I have tried different distros before and always when back to XP. But after watching "Spatry" YouTube video "Linux Lite 1.0.8 The BEST Replacement For Windows XP!" I think this is the distro for me, it has most of the program I would use right out of the box. And I am hoping it will breath new life into my (many, many) old PC I have around the house.
I know there are a lot of Micro$oft haters but IMHO they made a very intuitive interface (up until Windows 8 ). Why not take what Micro$oft does good and make it better?
|
|
|
| A couple of problems encountered... |
|
Posted by: Peter B - 03-13-2014, 08:47 AM - Forum: Installing Linux Lite
- Replies (25)
|
 |
I'm not sure if I've done something wrong, but I have noticed a couple of odd things recently...
Somewhere along the line, as I have been adding new items, I noticed yesterday that my Menu layout had changed from the original one - some extra things show and some have disappeared.
One extra one is "Help" and if I click it, my screen goes to the Screensaver.
The other one is "About Xfce" and if I click that, I am taken back to my Login screen.
I thought I'd been really careful to progress slowly, but obviously I've done something stupid and I have no idea where I have gone wrong. I sort of think it might have been something to do with changing to "English UK" language in Language Support and Regional Formats, but I'm not certain of that.
Anyway, if I wanted to revert to the original Program from the USB I made, how would I do this, please?
My laptop is currently dual boot between Windows XP Pro and Linux Lite, so I wondered if I could start over again and be more careful - but I don't want to have to reinstall Windows or encounter MBR problems.
If there is a simple way of just overwriting my current Linux installation with the original from my USB, could someone help, please?
|
|
|
| [Closed - reverted to 32bit LL+Wine] Is 64bit Wine OK and what version is in LL |
|
Posted by: Alan_uk - 03-12-2014, 08:25 PM - Forum: Installing Software
- Replies (9)
|
 |
I'm about to install Wine from the LL 1.0.8 64 bit disco to run an old Windows 95 32bit application (that I've been running under Windows 98 and then XP OK)
Reading WineHQ FAQ at http://wiki.winehq.org/FAQ#head-0bae04b4...acb6f367ff
Quote:7.2. How do I create a 32 bit wineprefix on a 64 bit system?
At present there are some significant bugs that prevent many 32 bit applications from working in a 64 bit wineprefix. To work around this, you can create a new 32 bit wineprefix using the WINEARCH environment variable. In a terminal, type:
So does LL 1.0.8 come with the 32bit or the 64bit Wine and is this 7.2 of the FAQ still relevant? Which Wine is recommended for my situation?
(I have 2 other Windows programs I need to install: one 32bit written for XP and the other a 16 bit for Windows 3.11 WfG that has continued to work under 98 and XP.)
|
|
|
| Correcting user name [SOLVED] |
|
Posted by: Alan_uk - 03-12-2014, 04:01 PM - Forum: Installing Linux Lite
- Replies (3)
|
 |
Just installed Linux Lite and now noticed I spelled my name wrong when defining the user!! Is there an easy way to correct this? I've been through all the Settings and User Manager options but couldn't see anywhere to do this.
Note: I'm referring to user's full name, not the log-on ID
|
|
|
| Do I need a proprietary driver for video? |
|
Posted by: Stirfry - 03-10-2014, 11:17 PM - Forum: Video Cards
- Replies (1)
|
 |
Hi, should I be able to play video just with LL's default drivers? I understood this to be yes from somewhere. :-\ So far can't get nvidia driver to install and can't play videos from either DVD --- VLC freezes at opening still and has to be killed--- or any webpage video. If I'm reading the xorg log correct, system runs through various drivers and settles on vesa. Doesn't seem to find a nouveau module which i've read somewhere is the alternative to nvidia?
Nothing I've tried so far successfully installs the nvidia driver. Not install drivers, or marking directly in synaptic or manually downloading from nvidia. According to Nvidia, install needs to be done outside the X desktop, so I've tried various suggestions more or less versions of this method:
Download shell script: 'NVIDIA-Linux-x86-96.43.18-pkg1.run' for my NVIDIA Geforce4 MX440SE graphics card. Save to 'Downloads' folder. In terminal:
$ sudo gedit /etc/modprobe.d/blacklist.conf
Add 5 blacklist lines for: vga16fb, nouveau, rivafb, nvidiafb, rivatv. [just following orders here but assume its to stop conflicts].
$ sudo apt-get remove --purge nvidia* Been doing this a lot! Reboot to a terminal with ctl+alt+F1
$ sudo service lightdm stop then cd to downloads folder.
$ chmod +x NVIDIA-Linux-x86-96.43.18-pkg1.run
$ sudo ./NVIDIA-Linux-x86-96.43.18-pkg1.run
Install aborts with maybe useful warning? : "Kernel header file /lib/modules/3.8.0-34-generic/build/include/linux/version.h doesn't exist"
Checked what did exist ... /lib/modules/3.8.0-34-generic/ has shortcut or symbolic link to... /usr/src/linux-headers-3.8.0-34-generic/include/linux/ and no file 'version.h' So path expected by the .run file doesn't exist. If this missing file is causing all the other aborts, then any help gladly taken.
|
|
|
| Atheros AR9285 wireless card - Solved |
|
Posted by: DRW05 - 03-10-2014, 09:30 AM - Forum: Network
- Replies (3)
|
 |
Running Linux Lite 1.0.8 and this card is not recognized by the system.
So far I have done the following:
In a terminal:
[table]
[tr]
[td]sudo leafpad /etc/modprobe.d/ath9k.conf
[/td]
[/tr]
[/table]
Then a file called ath9k.conf opened, and I input the following:
[table]
[tr]
[td]options ath9k nohwcrypt=1
[/td]
[/tr]
[/table]
Saved this file.
Then in terminal:
[table]
[tr]
[td]lsmod |grep ath9k[/td]
[/tr]
[/table]
Performed a reboot. No effect.
Next, I input the following in a terminal:
[table]
[tr]
[td]sudo apt-get install rfkill[/td]
[/tr]
[/table]
I believe this finished installing, apparently no effect.
|
|
|
|