Linux Lite Forums
Linux Lite 2.8 Beta Released - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4)
+--- Forum: Release Announcements (https://www.linuxliteos.com/forums/forumdisplay.php?fid=11)
+--- Thread: Linux Lite 2.8 Beta Released (/showthread.php?tid=2555)

Pages: 1 2 3 4 5 6 7


Re: Linux Lite 2.8 Beta Released - darknetmatrix - 01-19-2016

In Lite software there is a game-pack, can someone tell me what games there in?
Just asking this because i am not a gamer and my kids love to play a game once.


Re: Linux Lite 2.8 Beta Released - firenice03 - 01-20-2016

(01-19-2016, 09:52 PM)drum link Wrote: In Lite software there is a game-pack, can someone tell me what games there in?
Just asking this because i am not a gamer and my kids love to play a game once.

I've installed - they're not bad but Windoz esque...
Solitaire, Chess, Mahjongg, Mines (mine sweeper)and hearts ....



Re: Linux Lite 2.8 Beta Released - ayman - 01-20-2016

(01-17-2016, 06:46 AM)ayman link Wrote: [quote author=avj link=topic=2642.msg20207#msg20207 date=1452968884]
To ayman:

The brightness function works on 2.8 for me, but it is [Fn]+Left arrow or [Fn]+right arrow.

[Fn]+Up arrow or [Fn]+Down arrow controls the speaker volume.

You may want to check to make sure you have the right keyboard layout selected.
[/quote]

No Sir , not working at all , meantime Fn left , Fn Right works for screen light
I have changed many keyboard layout but usless


Re: Linux Lite 2.8 Beta Released - Wirezfree - 01-20-2016

@ayman,

What make and model is your Laptop.??
I have seen/read some type's of IBM & Samsung have issues with certain F & Functions keys.

On my HP-15 TS
F2/3 Brightness Up/Down , F7 Mute , F8/F9 Vol Up/Down , F12 Toggle WiFi On/Off all work with no tweaks.


Re: Linux Lite 2.8 Beta Released - UltraCookie - 01-20-2016

(01-20-2016, 02:42 PM)ayman link Wrote: [quote author=ayman link=topic=2642.msg20231#msg20231 date=1453013172]
[quote author=avj link=topic=2642.msg20207#msg20207 date=1452968884]
To ayman:

The brightness function works on 2.8 for me, but it is [Fn]+Left arrow or [Fn]+right arrow.

[Fn]+Up arrow or [Fn]+Down arrow controls the speaker volume.

You may want to check to make sure you have the right keyboard layout selected.
[/quote]

No Sir , not working at all , meantime Fn left , Fn Right works for screen light
I have changed many keyboard layout but usless
[/quote]

If this can't be resolved for you in oher ways, do what I did. My brightness keys work but I only get like 5 levels (should be 20). It has to do with Lenovos weird Fn Keys and the Intel graphics driver I can't use.

Install xbacklight:
Code:
sudo apt-get install xbacklight

Go to the main menu and search for keyboard, open the 'Keyboard' program and go to 'Application Shortcuts'.
Bind unused key combos to these to commands:

To increase brightness by 2% (I used [Alt] + [+(NumPad)])
Code:
xbacklight -inc 2

To decrease brightness by 2% (I used [Alt + [-(NumPad)])
Code:
xbacklight -dec 2



Re: Linux Lite 2.8 Beta Released - ayman - 01-21-2016

Finally It works

Fn (left arrow), Fn (right arrow)

after installing sudo apt-get install xbacklight
Thankx


Re: Linux Lite 2.8 Beta Released - rafa - 01-21-2016

For my Asus the brightness fn+f5/6 didn't work until I installed kernel 4.4.0, then works automacally


Re: Linux Lite 2.8 Beta Released - avj - 01-27-2016

Today while installing a package in synaptic (Install/Remove Software), I noticed if you view details while changes are being made it shows the following.

Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 96, <> line 1.
Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 96, <> line 1.
Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 114, <> line 1.
Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 114, <> line 1.

I used the quick filter and searched for clearlooks and found the package "gtk2-engines" and installed it. After installing the package the above listed warnings no longer show when installing packages.

There is another warning that shows, but it is a bug in Ubuntu according to a google search I did.


Re: Linux Lite 2.8 Beta Released - Valtam - 01-28-2016

gtk2-engines added to LL 2.8 Final. Thanks Smile


Re: Linux Lite 2.8 Beta Released - avj - 01-28-2016

Glad to help. Smile