Linux Lite Forums

General => Release Announcements => Topic started by: Jerry on April 27, 2018, 01:23:32 AM

Title: Linux Lite 4.0 Beta Released
Post by: Jerry on April 27, 2018, 01:23:32 AM
Release Announcement

Linux Lite 4.0 Beta, Codename Diamond is now available for testing.

Linux Lite 4.0 Final will be released on June 1st, 2018.

This Beta marks the beginning of Series 4.x Codename Diamond.

The main changes in Linux Lite Series 4.x include a new icon and system theme, Timeshift for system backups, Shotwell to manage and perform basic edits on images, MenuLibre to manage menu entries, new Lite applications including Lite Desktop that manages common icons on the Desktop, Lite Sounds to manage system wide sounds, and many of our existing applications have been updated.

See below for all the changes:

- Minimum recommended specs have been raised slightly to more realistic levels (RAM, CPU).
- There are no more 32bit ISO releases. If you still require a 32bit OS due to hardware limitations, Series 3.x is supported through to April 2021.
- XFCE Pulseaudio plugin, has been added to the system tray for highly customizable options regarding volume management.
- Wallpaper. This is not the default wallpaper for Linux Lite 4.0 Final. Traditionally, our first Beta release in a Series features our codename image. In this Series case, Codename Diamond.
- Full disk encryption now replaces home encryption in the installer (an Ubuntu implementation).
- The new boot splash also shows you the password field in GUI for encrypted partitions.
- Ubuntu no longer offers an opportunity to set a swap partition. A swap file is now automatically created for you which is a maximum of 2gb or 5% of free disk space (an Ubuntu implementation).
- Compositing is now enabled out-of-the-box.

New Theme (Adapta) and Icon (Papirus) sets.

Faenza icons were dropped as it had not been maintained in some time (albeit there is a fork) and the same for the Arc theme, development seems to have stalled there. Most of our approach to theming in Series 4.x follows the popular Flat design focus. We also now use the Openzone mouse theme.

(https://i.imgur.com/xycn5BT.png)

(https://i.imgur.com/mDSPeeH.png)

Memory usage after first install

(https://i.imgur.com/QHARABE.png)

Help Manual

Has been majorly updated. All content and images have been updated. This was a massive undertaking (nearly 3 weeks of continuous full time work), so please take advantage of our easy to follow guide.

(https://i.imgur.com/7UnRXy1.png)

Lite Sounds

For the first time in Linux Lite we now have working system sounds. Head to Menu, Settings, Lite Sounds and configure sounds the way you want. By default, the start up and log out sounds are enabled by default, the rest of the system sounds are disabled by default. To enable system wide sounds, simply click on the Enable System Sounds button at the top. There is still some work to do here, but this is a great start.

(https://i.imgur.com/DxHlp2O.png)

Timeshift

Timeshift replaces Systemback for system backups. If you intent to use Timeshift you should have at least a 125gb HDD/SSD or larger storage device to accommodate up to 5 snapshots. Systemback is not supported in the 18.04 base. An external storage device is highly recommended, but not essential. In lieu of an external storage device, a separate partition at least 125gb plus is recommended so you need to think carefully how you will partition during Series 4.x installations.

(https://i.imgur.com/LPZQYcm.png)

Linux Lite branded applications

(https://i.imgur.com/Gls07e7.png)

Are now easy to find under Menu, Settings and under System in the Settings Manager. They are distinguishable by their unique design and black background. A huge thank you to @whateverthing for his designs here. He also responsible for creating our new Lite feather logo and Diamond (and Final) wallpapers for this release.

New Terminals

We've replaced LXTerminal with XFCE Terminal thanks to your feedback. We've added Powerline to the prompt, and put in some basic system information at the top of the terminal for both the user and Administrator modes.

(https://i.imgur.com/mU3jk6m.png)

MenuLibre

Menu management has been improved with the introduction of MenuLibre. Now, when sub-menu applications appear not to be in alphabetical order, resorting is just a click of a button in our heavily customized XFCE menu. You can find it in Menu, Settings, Menu Editor. To sort a sub menu, expand the sub menu tree, click on the first application then click on the sort button (see image below).

(https://i.imgur.com/ba1CKwI.png)

Grub:

(https://i.imgur.com/CHxIoap.png)


Boot Splash:

(https://i.imgur.com/nqx8Bwq.png)

Performance Tips:

- For start up (boot time) - if you have no plans to run VirtualBox, and you want faster boots, you can remove it's supported additions:

Code: [Select]
sudo apt purge virtualbox*
sudo systemctl stop vboxadd.service
sudo systemctl stop vboxadd-service.service
sudo systemctl disable vboxadd.service
sudo systemctl disable vboxadd-service.service

Menu, Settings, Session and Startup, Application Autostart. Untick vboxclient.

VirtualBox support is included and has always been because this is how many people review an OS before they install it. Having the right support - clipboard, drag & drop, network, graphics etc gives a significantly better impression of an OS's function.

- Setting a static IP address (see the Help Manual) will improve boot times, it's something I've always used myself. Instead of waiting for your router to assign you an IP, the OS already has it set. One less thing for the start up procedure to spend time probing for.


Details:

Kernel: 4.15.0-19.20 (custom kernels also available via our Repository for versions 3.13 - 4.16)
Firefox: 59.0.2 Quantum
Thunderbird: 52.7.0
LibreOffice: 6.0.3.2
VLC: 3.0.1
Gimp: 2.10.0
Base: 18.04

Known Issues:

- Lite Software - Wine, there was no 'bionic' repository at the time of the Beta build. One will assume that this will be ready come Final time. FIXED 29/04/18 - Install Updates please.
- Online Help Manual will be updated in the Final.

There is no upgrade to or from Beta releases. Beta releases are for testing only and it is not recommended to run them as your main or secondary operating system.

Downloads:

HTTP:

Download 64bit from here - Linux Lite 4.0 Beta 64bit (https://sourceforge.net/projects/linuxlite/files/4.0/beta/linux-lite-4.0-beta-64bit.iso/download)
md5sum: a9e571b6986fb8c8413d40f8cc13aa21
Size: 1.3Gb (DVD, USB)

TORRENTS: (Fastest way to download the Beta)

64bit Torrent from here - linux-lite-4.0-beta-64bit.iso.torrent (https://www.linuxliteos.com/torrent/linux-lite-4.0-beta-64bit.iso.torrent)
Hash: d86eb503c26267e543ee6b9e34cea2a532089711
Size: 1.3Gb (DVD, USB)

Live USB/DVD/VirtualBox/Vmware:

Login is automatic, no credentials are required. The image can be written to a 2gb or larger USB stick, or a writable DVD. Alternatively, you can use the dd command: sudo dd if=linux-lite-4.0-beta-64bit.iso of=/dev/sdx bs=4M where 'x' is the letter of your usb stick. In linux to find out the letter of your usb stick, open a terminal and type: df -h It is usually listed as 'media' or similar. Please see the built in Help Manual if you require a more detailed explanation of this procedure.

Yumi, Multiboot and other multi-boot applications are not supported. A good, simple point and click USB ISO burner is https://etcher.io/ (https://etcher.io/)
If the screen locks during Live mode, type linux into the user box and click on the Login button (no password required)

Minimum Recommended Specs:
1Ghz processor
768mb ram
8gb HDD/SD
VGA screen capable of 1024x768 resolution
DVD drive or USB port for the ISO image

Preferred Specs:
1.5GHz processor+
1024mb ram+
20gb HDD/SSD+
VGA, DVI or HDMI screen capable of 1366x768 resolution+
DVD drive or USB port for the ISO image

Login to the live desktop is automatic.

The first thing you MUST do after a fresh install of Linux Lite is run Menu, Favorites, Install Updates.

In summary, what is Linux Lite Series 4.x?

(https://media.giphy.com/media/C6JQPEUsZUyVq/giphy.gif)

As this is a beta release, there are bound to be bugs etc. Please help make the final stable for other people by participating in this Beta. Please report any bugs and feedback in this thread.


Thank you :)

Jerry and the team.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Scott on April 27, 2018, 01:53:34 AM
:) :)  Exciting. Downloading now, will play tomorrow. Big thanks to Jerry.

~Scott
Title: Re: Linux Lite 4.0 Beta Released
Post by: TMG1961 on April 27, 2018, 04:09:00 AM
Downloading and having a look later. First need to go and read upon timeshift, no idea on how that works
Title: Re: Linux Lite 4.0 Beta Released
Post by: TMG1961 on April 27, 2018, 04:52:40 AM
In lieu of an external storage device, a separate partition at least 125gb plus is recommended so you need to think carefully how you will partition during Series 4.x installations.

Does that mean that i can't use timeshift with an external storage device if my internal ssd is less then 125GB?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 27, 2018, 05:05:54 AM
@TMG1961 there are 5 snapshots by default (unless you change this). Remember, it's a recommendation, not an absolute. This total free space (125gb) allows for people who sometimes store large files in their /home and who aren't familiar with partitioning. A typical install takes around 4gb fresh. 5 x 4gb, 20gb - that's without any additional , personal files. This recommendation somewhat future-proofs any additional files being added (lg and sml) over time. So, you could get away with 20 - 40gb of space allocated for Timeshift, but, it's not recommended. The recommendation is in place to get people to think about dividing up hard drive space, having everything right from the beginning. If you fail to plan, you plan to fail. A good boy scout is always prepared :)
Title: Re: Linux Lite 4.0 Beta Released
Post by: TMG1961 on April 27, 2018, 05:19:37 AM
My internal SSD is only 120GB, I just created a snapshot and its 19.8GB. Havent got a working external drive at the moment. Going to have to do some good thinking on how to partition the internal drive when installing 4.0 and going to look for a new affordable external drive.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 27, 2018, 07:57:43 AM
:) :)  Exciting. Downloading now, will play tomorrow. Big thanks to Jerry.

~Scott

Cheers @Scott :)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jocklad on April 27, 2018, 08:03:33 AM
Just got the Beta installed to HDD and my Internet went offline. (Service Fault)


Only have a slow shared wifi at the moment.   >:( >:( >:( >:( >:(



Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 27, 2018, 08:04:26 AM
Bugger!
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jocklad on April 28, 2018, 04:37:53 AM
Linux Lite 4.0 beta clean install.


LL 4.0 beta ISO downloaded and installed to live usb through Etcher....No issues.


Booted from live usb for install to 1tb external hdd  (Dell Optiplex 780)


System installed to hdd .....No errors.


Updating: Updates downloaded and installed....No errors


Language Support: Default was UK as per initial setup...No change required.


Keyboard: Ibus default was US......UK added and set.


Synaptic: Server changed to UK.....no errors.


Lite Sources set to England/UK....No errors


Lite Software installed......No errors.


Google Chrome downloaded and installed through Gdebi....No errors


Bluetooth: A2DP worked out of the box.....No issues.


Lite Widget: Set in Application Autostart.........Activated on reboot.


Timeshift: Snapshot created.....No errors


No problems with this install at all so far.


Thanks to Jerry and the Team   :) :)


 
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 28, 2018, 04:39:41 AM
@Jocklad great, thank you :)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 28, 2018, 09:35:29 AM
Lite Software updated:

- Wine (Stable) now available to install via Lite Software. Linux Lite has now added custom Menu entries to Wine under 'Games'. Please test and give us your feedback. Thank you
- Added OBS Studio

Run Menu, Favorites, Install Updates to get the updated version of Lite Software.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 28, 2018, 10:30:40 PM
Some interesting hardware submissions so far on 4.x

https://www.linuxliteos.com/hardware_results.php?q=bionic#search_results

https://www.linuxliteos.com/hardware_results.php?q=18.04#search_results

https://www.linuxliteos.com/hardware_results.php?q=development+branch#search_results
Title: Re: Linux Lite 4.0 Beta Released
Post by: Mart on April 29, 2018, 09:50:01 AM
Just installed Linux Lite 4.0 beta on a 16 GB usb stick to check out the theming and overall look,  so I can't give any definitive report about performance, except to say that everything seems to work really well and it's pretty snappy even on the stick.

I read that with recent developments in GTK there’s been some loss of functionality in Ubuntu 18.04. For instance, the GTK Theme Configuration tool is no longer available, and the xfce panel Notification Plugin bricks my Psensor functionality, requiring a xkill keyboard shortcut to quit the app (none of Linux Lite’s fault, of course).

But this is why, in the 4x series, having the whisker menu deliberately offset from the edge of the screen, with no visible separator accessible, just seems like another loss of customization and functionality.  So can this please be changed with the menu flush against the edge of the screen so that individual users can make this style and customization choice for themselves (or at least have a visible and accessible separator applied to the default style).

Also, love the look of Lite Tweaks in the 3x series, but the new version doesn’t look as good. The instructional text at the top is too large, and the active window text is not easily visible, even when reverting back to Droid Sans 10 point font (resizing the window doesn't help because it never stays). Is it too late to change this?

Having got all of that off my chest, have to say Respect to Jerry and his team for all the wonderful creativity and hard work that you put into Linux Lite. Many Thanks.
Title: Re: Linux Lite 4.0 Beta Released
Post by: buster on April 29, 2018, 01:00:41 PM
Installed 18.04 Lite Beta as a virtual inside VMWare. Same evening I installed Ubuntu and Ubuntu Mate 18.04.

Two installs were buggy and are gone. But Linux Lite runs perfectly. And it's supposedly a beta. Weird.

I use a virtual distro in Win 10 a lot, and thought you'd be pleased to read how well Lite performed.
Title: Re: Linux Lite 4.0 Beta Released
Post by: tek10 on April 29, 2018, 03:08:01 PM
I installed LL 4.0 beta via usb stick to my testing desktop. Used Etcher on LL 3.8 to write the ISO to usb.

The install experience was simple and straight forward as I expected. Boot was reasonably fast and there were updates available. I’ve spent several hours last night and today testing as many applications as possible, changing settings, adding applications and making changes to a few of the defaults and configs. So far everything is working great!

My only issue is with some theme inconsistencies, which I’m sure are related to gtk2 vs gtk3. The primary and minor thing is the size difference of the window title bar and buttons on some apps. Font Viewer, Calculator and File Search all show this.

Replacing Gnome Calculator with Galculator solved the look for the calculator.

As I mentioned, only a very minor thing. Overall the look and performance are great and it’s exciting to look forward to the final 4.0 release.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Nyto on April 29, 2018, 08:23:14 PM
Hi there!
I'm new at the forum, but have been a LinuxLite user for almost two years now, and wanted to include my impressions about the new beta.

Downloaded it, saved it to an USB drive via Etcher, installed it to an old HDD, and have been giving it a run. My findings were:

1.-The background used on boot (greyish?) looks waaaay better than the yellow one.

2.-I like my sound equalized, so I always install pulseaudio-equalizer, ...it didn't work on LL4.0  :'(

3.-Installed and tried FreeCAD, OpenShot, Audacity, FireJail (with Firetools). And all of them are working perfectly!

4.-It's great that LL now includes NotoSans as the default font. ;)

5.-Settings Manager now is called Control Panel?  ;D  a-la-windows-like?

6.-Software updater didn't find available drivers for my system's graphics chip, however back in ver. 3.8 I had no problem installing them.

7.-The default Adapta-Adapta theming shows nice colors, but is not very legible, so I switched to my usual Clearlooks and combined it with the Adapta window theme.

8.-I always utilize Iridium browser. I had no problem downloading it and installing it. Works like charm.

So far I have had no stability problems.
Boot-up is not as fast as on ver. 3.8, even as I followed Jerry's recommendations. Hoping that this is improved on the final release. Note: Messed up boot times are a recurring problem in the world of xxBuntus, so, bummer. :'(

I'll stay in touch.

Take care.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 29, 2018, 11:30:08 PM
@tek10 I'm aware of the GTK2/GTK3 thing, it was a deliberate decision to include those apps regardless due to their ease of use and simple UI, perfect for our target audience who aren't familiar with terms like GTK and may not be so savvy on the nuances in Linux yet. Cheers :)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 29, 2018, 11:35:02 PM
@Nyto how did you install pulseaudio-equalizer?
Settings Manager now is called Control Panel? - No, but on the Desktop it is. Our primary target audience is Windows users, not Linux folk so things need to be familiar.
Software updater didn't find available drivers for my system's graphics chip - what GPU?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 30, 2018, 12:03:28 AM

But this is why, in the 4x series, having the whisker menu deliberately offset from the edge of the screen, with no visible separator accessible, just seems like another loss of customization and functionality.  So can this please be changed with the menu flush against the edge of the screen so that individual users can make this style and customization choice for themselves (or at least have a visible and accessible separator applied to the default style).


How do you mean 'offset'. It's always hugged the edge of the screen. You might need to give me more info here.


Also, love the look of Lite Tweaks in the 3x series, but the new version doesn’t look as good. The instructional text at the top is too large, and the active window text is not easily visible, even when reverting back to Droid Sans 10 point font (resizing the window doesn't help because it never stays). Is it too late to change this?


I'll see if others have a problem with this too, that is, is it a widely held view that requires action. Thanks for your feedback.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Mart on April 30, 2018, 12:48:31 PM

But this is why, in the 4x series, having the whisker menu deliberately offset from the edge of the screen, with no visible separator accessible, just seems like another loss of customization and functionality.  So can this please be changed with the menu flush against the edge of the screen so that individual users can make this style and customization choice for themselves (or at least have a visible and accessible separator applied to the default style).


How do you mean 'offset'. It's always hugged the edge of the screen. You might need to give me more info here.



Hi Jerry

I meant the word 'offset' as a surveyor would use it - perpendicular but set away from (in this case) a vertical plane.

To illustrate -

This is the default look for the whisker menu in LL 3.8 - flush against the edge of the screen.

(https://i.imgur.com/ZEfIfdB.png)


This is a customized whisker menu in LL 3.8 - set away from the edge of the screen by choice by using a visible and accessible panel separator.

(https://i.imgur.com/NFQrKgd.png)


This is the default look for the whisker menu in LL 4.0 beta - set away from the edge of the screen by default without any visible or accessible panel separator provided, therefore the default style is fixed and not customizable by the user.

(https://i.imgur.com/tBCRlM8.png)

My screen resolution, by the way, is 1366x768 which I believe is the same as the default resolution for LL 4.0 beta.

I hope the above makes sense and you did not find my feedback too fussy and annoying, and I hope that you will take it in the spirit of helpfulness with which it is provided.

Cheers!

Mart
Title: Re: Linux Lite 4.0 Beta Released
Post by: lite098765 on April 30, 2018, 02:52:55 PM
Just wanted to say that I just kicked tires for an hour in Virtualbox, and everything worked like a charm. I have been using Ubuntu since 2005, and 18.04 finally made me look elsewhere due to Gnome3 bloat. I liked Unity7 a lot, but it's dead, and it's time to find new home. What you do with XFCE puts Xubuntu to shame. Thank you for your work!

I know the release note says there's no migration from beta, but shouldn't I be able to "apt upgrade" my way into release from this point?
Title: Re: Linux Lite 4.0 Beta Released
Post by: TheDead on April 30, 2018, 03:14:42 PM
Hi @lite098765 (and Welcome I guess ;) )

Don't think this will be possible, apt upgrade usually install standard stuff.
If I'm not mistaken, it's sudo apt-get dist-upgrade for a distribution upgrade.
Based on the name, I'm guessing this must be supported by the distribution which is not in Linux Lite 3.x to 4.x

Cheers!
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on April 30, 2018, 10:12:34 PM
@Mart I've seen your other post, all good, glad you got it sorted. :)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 02, 2018, 05:11:12 AM
Working on an in-page MD5SUM checker for our Download page. After people have downloaded Linux Lite, they can drag and drop their LL ISO and check it straight away (no upload required), very cool.

(https://imgur.com/hfxCss2.gif)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Mart on May 02, 2018, 06:17:23 AM
Very innovative.

It will certainly help people like Searchernow.

I have downloaded LL 3.8 64bit -
on the Lite download page I see "MD5SUM: 4fbb8c5809631f768481716e56e5d066"
do I need to use this, and how do I?

Great job.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 02, 2018, 06:22:41 AM
Very innovative.

It will certainly help people like Searchernow.

I have downloaded LL 3.8 64bit -
on the Lite download page I see "MD5SUM: 4fbb8c5809631f768481716e56e5d066"
do I need to use this, and how do I?

Great job.

It was that thread that inspired me.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 03, 2018, 09:46:18 AM
Finished :)

https://www.linuxliteos.com/download.php

(https://i.imgur.com/qmUYbdN.gif)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Nyto on May 04, 2018, 04:14:30 PM
@Nyto
1.-how did you install pulseaudio-equalizer?
2.-Settings Manager now is called Control Panel? - No, but on the Desktop it is. Our primary target audience is Windows users, not Linux folk so things need to be familiar.
3.-Software updater didn't find available drivers for my system's graphics chip - what GPU?

1.-The usual:
Code: [Select]
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install pulseaudio-equalizer

2.-Understood, very considerate of you, and a smart idea.

3.-Core i3-3225 with Intel HD Graphics 4000, never had a problem before, is there a way I can force the installation manually?

Hey, thanks for your attention, and keep up the great job.
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 04, 2018, 09:46:55 PM
Wasn't able to get the beta to work with my docking station, but I booted to the new version of Ubuntu 18.04 LTS.  I was happy to see it recognizes both of my monitors via my docking station again.  Since Linux Lite has an Ubuntu base, hopefully the docking station and monitors will work with the new version of Linux Lite, too.  It all worked in the 2.x series, but not the 3.x series or the Ubuntu 16.04 LTS series.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 04, 2018, 09:59:46 PM
@torreydale what was your make and model? I'll have another look into it.
Title: Re: Linux Lite 4.0 Beta Released
Post by: yoozeer on May 04, 2018, 10:49:55 PM
Hi, I am new to Linux Lite just installed version 4 beta. I would like to know when the stable release is out, do I have to reinstall fresh or just use the update mechanism to get the latest. Thanks.
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 05, 2018, 12:48:57 AM
@Jerry ,

The docking station is the E/Port, 130W Simple Port Replicator for Latitude E-Family, Customer Kit.  The laptop is the Dell Latitude e6430.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 05, 2018, 05:57:19 AM
The only difference I can see between late Series 2.x and 3.x (4.x pending) is the inclusion of the HWE (hardware stack). Be interested to see if you installed the HWE on Series 3.x, if then the docking station works as expected. There's also something called 'DisplayLink' for Ubuntu, not sure if that applies to your situation though. Sorry, but I've little experience with docking stations.
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 05, 2018, 06:47:48 AM
@Jerry ,

How do I install the HWE stack?  Is it available via install/remove programs?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 05, 2018, 06:50:28 AM
https://wiki.ubuntu.com/Kernel/LTSEnablementStack
Title: Re: Linux Lite 4.0 Beta Released
Post by: mdiemer on May 05, 2018, 03:03:02 PM
Hi, I am new to Linux Lite just installed version 4 beta. I would like to know when the stable release is out, do I have to reinstall fresh or just use the update mechanism to get the latest. Thanks.

I'm no expert, but I did ask the same question recently. you will need to do a fresh install. I plan to save my home folder to an external drive, and then migrate it to Lite. same with my other Linux systems. Lite 4.0 is incredible, and I plan for it to be my only Linux once I install it. The Beta works perfectly for me. I like that it has ditched the retro Windows look, while retaining the familiarity that Windows users need and want.
Title: Re: Linux Lite 4.0 Beta Released
Post by: humdinger70 on May 05, 2018, 03:45:42 PM
Many laptops coming out now support HIDPI (resolution beyond 1920x1080). Does Linux Lite support that?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 05, 2018, 03:53:09 PM
Many laptops coming out now support HIDPI (resolution beyond 1920x1080). Does Linux Lite support that?
It always has. Under Appearance change the DPI there.

Sent from my Mobile phone using Tapatalk

Title: Re: Linux Lite 4.0 Beta Released
Post by: ralphy on May 05, 2018, 07:09:52 PM
Can someone else confirm an issue with Browse Network => Windows Network in LL 4.0... it is unable to retrieve the Workgroup list.

Things I've checked so far:

1- checked gvfs-* and they are all installed
2- Disabled the firewall
3-Checked smb.conf to make sure the configuration is correct. (netbios hostname, etc.)

Everything seems to check out just fine, except Thunar refusing to show Workgroups under Browse Network  :(

smbclient -L ip-address or hostname lists available shares

smbtree does show the entire share tree as expected

browsing smb://hostname or smb://ip-addreess does work also.

For some reasons Thunar cannot display the workgroups folders under Browse Network => Windows Network.

I'm only experiencing this issue with LL 4.0. All machines and servers on the network can see each other and they can all see the LL 4.0 box.

Edited:

Looks like it is the way it will be going forward: https://ubuntuforums.org/attachment.php?attachmentid=278524&d=1518631569 (https://ubuntuforums.org/attachment.php?attachmentid=278524&d=1518631569)

Quote
Ubuntu 18.04 contains version 4.7.4 of the samba client libraries which brings with it a lot of improvements but it changes one parameter that will cause this forum nothing but grief. It changes the upper default smb dialect that the samba client uses to SMBv3.11 from the earlier default of NT1.

Conceptually it should not make any difference to host browsing but what that does is disable host browsing ( netbios host discovery ).

Oh well.

For future references, in case someone else wants to get back the Workgroup listing under Browse Network => Windows Network:

1- Edit smb.conf

Code: [Select]
gksu leafpad /etc/samba/smb.conf
2- Set the client max protocol back to NT1 under [global] smb.conf settings:

client max protocol = NT1

3- Save changes and restart the computer. Note: Restart Linux Lite, restarting smbd and nmbd services is not enough.
Title: Re: Linux Lite 4.0 Beta Released
Post by: bluzeo on May 07, 2018, 01:30:26 AM
so i am testing 4.0 and first thing off the bat, i cant install telegram or gt it to work. i use telegram on my work stuff. a lot this is an downer for me but im working on an work around. but so loving this so far.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 07, 2018, 03:00:43 AM
Telegram works fine in the Beta, no problems.

(https://i.imgur.com/y7fYxTh.png)
Title: Re: Linux Lite 4.0 Beta Released
Post by: m654321 on May 07, 2018, 06:06:53 AM
I would like to know when the stable release is out

@yoozeer
See roadmap: https://www.linuxliteos.com/download.php#roadmap (https://www.linuxliteos.com/download.php#roadmap)
Title: Re: Linux Lite 4.0 Beta Released
Post by: JesusLinux on May 08, 2018, 01:01:35 PM
Will be installing a fresh copy of LL 4.0 64 bits final on my old Toshiba when it comes out.
I've been using 3.x 32bits but my CPU can handle 64 bits architecture.
Title: Re: Linux Lite 4.0 Beta Released
Post by: bfb on May 08, 2018, 01:11:52 PM
If I backup things in 3.8 using Aptik will I be then able to get them back in Lite 4 or will that risk breaking he new system?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 08, 2018, 11:05:19 PM
@torreydale did the HWE help?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 08, 2018, 11:21:56 PM
@Nyto
1.-how did you install pulseaudio-equalizer?
2.-Settings Manager now is called Control Panel? - No, but on the Desktop it is. Our primary target audience is Windows users, not Linux folk so things need to be familiar.
3.-Software updater didn't find available drivers for my system's graphics chip - what GPU?

1.-The usual:
Code: [Select]
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install pulseaudio-equalizer

2.-Understood, very considerate of you, and a smart idea.

3.-Core i3-3225 with Intel HD Graphics 4000, never had a problem before, is there a way I can force the installation manually?

Hey, thanks for your attention, and keep up the great job.

PulseAudio - doesn't look like it's ready yet - https://askubuntu.com/questions/1031916/pulse-audio-equaliser-not-working-in-ubuntu-18-04 (https://askubuntu.com/questions/1031916/pulse-audio-equaliser-not-working-in-ubuntu-18-04)
GPU - shouldn't need to install anything, we provide i915 support ootb.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 08, 2018, 11:23:29 PM
If I backup things in 3.8 using Aptik will I be then able to get them back in Lite 4 or will that risk breaking he new system?

Not recommended, breakage is highly likely.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 09, 2018, 12:41:27 AM
@Nyto I've thrown together a package that should work (tested at my end). Feel free to give it a go on 4.x - https://www.linuxliteos.com/files/pulseaudio-equalizer-4.0-0010-linuxlite.deb (https://www.linuxliteos.com/files/pulseaudio-equalizer-4.0-0010-linuxlite.deb) Open with Gdebi only.
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 09, 2018, 06:20:06 PM
@Jerry ,


Tried it yesterday.  It booted to a guest account I created.  Saw one monitor, but not the next.  And I couldn't see the panel to get to anything.  Tried using the right click menu.  It seemed things would open, but they would do so in the screen I could not see.  This was similar behavior to what I got using the Live Media for LL 4.0 Beta. 


For the same laptop and docking station, I Switched Users from the guest account to my main account.  I got to a logon screen, and when I typed in my password, the screen went dark, and the monitor went into sleep mode.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 10, 2018, 02:03:20 AM
@torreydale is the DisplayLink driver applicable to your hardware?
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 10, 2018, 10:01:14 PM
@Jerry ,

I tried DisplayLink before.  It think it was for that laptop.  I wasn't in the mood to troubleshoot with it but so much at the time.  I have a second PC I'm using, so I can wait until the release of LL 4.0 to try harder with the docking station issue.  I'm hopeful that it will be ok.  It worked with the Live DVD of Ubuntu 18.04 and 14.04, but it did not for Ubuntu 16.04.  Likewise, I was ok with LL 2.x, but not with LL 3.x or the beta of LL 4.0.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 11, 2018, 12:29:11 AM
@torreydale ok thanks. I've still no idea what the difference is between ours and the other distros you've mentioned. I've even done exhaustive package comparisons just for you on this. Some battles take longer to win.
Title: Re: Linux Lite 4.0 Beta Released
Post by: TheDead on May 11, 2018, 08:28:29 AM
@torreydale and @Jerry
I can still get my hand on the DELL 6430 and DELL docking station I had as a workstation before changing laptops if you wanna do some tests once 4.0 is released.
It has a Quadro video card inside though so it could be different than using the integrated Intel one.
I do remember, when I just got it, having problems getting the internal and two external monitors working at the same time and that was on Windows7 at the time.

Cheers!


Edit : Typos and clarity.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 11, 2018, 08:33:07 AM
@TheDead your set up could work perfectly. Unless you have the exact same hardware as torreydale, I'm not sure what your test can offer.The only other thing I can think of is if torreydale starts:
Code: [Select]
dmesg -wHthen mounts the laptop into the dock and pastes the last of the output here, I'm out of ideas.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Nyto on May 11, 2018, 02:48:28 PM
@Nyto I've thrown together a package that should work (tested at my end). Feel free to give it a go on 4.x - https://www.linuxliteos.com/files/pulseaudio-equalizer-4.0-0010-linuxlite.deb (https://www.linuxliteos.com/files/pulseaudio-equalizer-4.0-0010-linuxlite.deb) Open with Gdebi only.

Thank you, Jerry, will give it a try. Cheers!
Title: Re: Linux Lite 4.0 Beta Released
Post by: thedeli on May 12, 2018, 05:29:08 AM
Hi, I loved the 3.8 series and I want to try the beta. Downloading now. I wanted to ask that will I be able to upgrade from beta to release with updates or do I have to install again when 4.0 released? Thanks...
Title: Re: Linux Lite 4.0 Beta Released
Post by: TMG1961 on May 12, 2018, 05:34:40 AM
Hi, I loved the 3.8 series and I want to try the beta. Downloading now. I wanted to ask that will I be able to upgrade from beta to release with updates or do I have to install again when 4.0 released? Thanks...


You will have to do a complete fresh install.
Copied from first post: There is no upgrade to or from Beta releases. Beta releases are for testing only and it is not recommended to run them as your main or secondary operating system.
Title: Re: Linux Lite 4.0 Beta Released
Post by: thedeli on May 12, 2018, 05:35:54 AM
Hi, I loved the 3.8 series and I want to try the beta. Downloading now. I wanted to ask that will I be able to upgrade from beta to release with updates or do I have to install again when 4.0 released? Thanks...


You will have to do a complete fresh install

Thanks :)
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 12, 2018, 12:09:24 PM
Just noticed VLC did not use default theme. This is now fixed in the final. All QT apps should then respect the default theme settings.
Title: Re: Linux Lite 4.0 Beta Released
Post by: TheDead on May 12, 2018, 08:44:13 PM
To Mister @Jerry .

Hope you're having a nice week-end.  ;) Two things for thee!
1.
BTW, the 4.0b can be installed in French wihout error (updates unchecked, third party checked). Well, I installed in one time, but, this never worked before.
But, once installed, if you say yes to the popup asking to change folder names (i.e. Desktop becoming "Bureau" and so on). Desktop icons dissapear and Lite Desktop is broken and does not work anymore.
Also, putting back the system in english leaves this in a broken state, Lite Desktop not working. ADD : The XFCE desktop icons check boxes still work though.

I have made my peace and am using LL only in english but just to let you know.

2.
Another small thing, the mouse-over timer (I'm guessing in the XFCE settings) seems a little too fast and I end up needing to "reclick" the mouse an additional time to make selections, etc.

Cheers!
Title: Re: Linux Lite 4.0 Beta Released
Post by: m654321 on May 12, 2018, 09:03:56 PM
Release Announcement

Faenza icons were dropped as it had not been maintained in some time (albeit there is a fork) and the same for the Arc theme, development seems to have stalled there.

Will the other icon sets (e.g. Adwaita, Humanity, etc) still be kept alongside the new ones?
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 12, 2018, 10:38:16 PM
Release Announcement

Faenza icons were dropped as it had not been maintained in some time (albeit there is a fork) and the same for the Arc theme, development seems to have stalled there.

Will the other icon sets (e.g. Adwaita, Humanity, etc) still be kept alongside the new ones?


Absolutely.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 12, 2018, 10:39:05 PM
@TheDead will look in that.
Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 13, 2018, 12:37:08 AM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 13, 2018, 12:56:15 AM
From day one our instructions and documentation has been quite clear on Language support. It's even provided as a step in the Welcome screen. See Lite Tweaks for Numlock settings and Keyboard Function on the Start page in the Help Manual. Generally speaking, we avoid comparisons to other distros. I'm sure there are many things LL does that others don't. All the best, and welcome.

Sent from my Mi Max using Tapatalk

Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 13, 2018, 02:58:35 AM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: TheDead on May 14, 2018, 10:51:43 AM
@Jerry
I don't know how hard it would be or even if feasable but...
the installer in 4.0 now seams to work in other languages (tbc I guess), maybe it should be "forced" to english only?
And/Or put a message during live boot/install to this effect.
Something like "Linux Lite supports English as the default language. Choosing another language could lead to display or filesystem errors."
I dunno, my quote seams harsh :( something more diplomatic maybe.
Like I said... if it's not possible, forget my rambling. "Keep calm and carry on" like they say in London. ;)

Cheers!
Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 14, 2018, 11:39:20 AM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 14, 2018, 12:17:54 PM
Sorry NN, I'm simply not interested in popularity or 'ranking' highly. We have a singular purpose, to show people there are alternatives to proprietary operating systems. The responses from people on our Feedback page illustrates we are achieving this. I don't cater to existing Linux users. Check out that and our Features page to gain a better understanding of our mission. Our reason for existing. Cheers.

Sent from my Mi Max using Tapatalk

Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 14, 2018, 01:15:18 PM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: mdiemer on May 14, 2018, 11:53:11 PM
Interesting discussion here, hope it's OK if I jump in. I have been exploring Linux for several years now. I've tried around 20 distros. I'm even toying with True OS, a free BSD distro. After all the distro hopping, I have come to the conclusion that Linux Lite is what I really want. Linux purists might scoff, because it unabashedly tries to make itself attractive to Windows users. But I think this is a great approach. There are many Windows users who have become disillusioned with Microsoft because of the Windows 10 forced-upgrade debacle. I take care of my wife's computer, and will not let her use that spyware. she is currently still on Windows 7, and I plan to put Linux Lite on her computer as soon as 4.0 comes out. Only a year and a half till W7 EOL! She will need that time to transition to Linux. Myself, I tend toward the more windows-like distros; years of Windows conditioning die hard. I like a conventional start menu, on the bottom left. There are many distros where I can have that, but none of them have proven stable enough on my computer, which is 10 years old. LL is just so intuitive, and so rock-solid with updates and upgrades. In short, I think Jerry has found a great niche. Do one thing. Do it well.
Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 15, 2018, 01:15:56 AM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: trinidad on May 15, 2018, 11:19:46 AM
@NN
 
My business and home computers are all Debian. This includes three small servers, one for a private network, and two LAMP. I also own some server space which is also Debian LAMP. My home office has four machines including one 32bit. They all have Debian on them. One of my community services is to offer free Linux beginner instructionals at the local library for new Linux Lite users most who were elderly Windows users introduced to Linux Lite by me or my partner. We chose Linux Lite precisely for its ease of use and gentle learning curve and responsive intuitive GUI. I do have LL 64bit on its own partition on one of my machines, and LL 64bit VM on my main home office machine, and LL 32bit on its own old HP machine. I also have two Windows 10 machines latest builds, though the Sandy Bridge Dell is beginning to get glitchy. Also I would add, a little against convention nowadays my Windows machines are KIS protected and one of my servers is now exploring a KIS Endpoint deployment though I'm not so sure that will happen for me. $$$ being the issue. So yeah I am a geek, an old geek, and a geek with pragmatic $ focused politics. I have one server that runs from base OS Debian LXDE instead of gnome. The rest of my machines are all gnome. I am not an XFCE fan, for several reasons, none of which matter here.

My point in all of this is: Linux Lite itself seems almost like a community service to me. I have experienced first hand the joy people find when using it coming from Windows 7 or 10 usually, as if they have been rescued from a long slow nightmare ending in more $$$ expense and a brand new bigger nightmare.The idea and the implementation that the developers of LL have put together is bright shining success in my opinion.

I will definitely buy a Linux Lite branded laptop if one appears, maybe two. I did use one for remote work LL2.8 for a little while until stretch went stable. Laptops don't linger long with me. I have one old Toshi left efi dual booting Ubuntu LTS and Windows 8, and a Dell with Deb 9 for work.

TC
Title: Re: Linux Lite 4.0 Beta Released
Post by: TheDead on May 15, 2018, 12:00:02 PM
@trinidad
I would add to this a recurring nightmare users are having in the last years. Apple, with their 'planned obsolessence" . A perfectly fonctionning machine not being usable because you don't have the latest OS is proposterous. Changing software is one thing, but NEEDING to change hardware because the Apple Store app you need has been updated? Aarrrgg! *ripping shirt off*

Cheers!
Title: Re: Linux Lite 4.0 Beta Released
Post by: mdiemer on May 15, 2018, 12:48:04 PM
Interesting discussion here, hope it's OK if I jump in.

Hi, mdiemer! You are always welcome. :)

Quote
I take care of my wife's computer, and will not let her use that spyware. she is currently still on Windows 7, and I plan to put Linux Lite on her computer as soon as 4.0 comes out. Only a year and a half till W7 EOL! She will need that time to transition to Linux.

To my mind, the best way to gradually accustom your wife to Linux is to install it alongside with Windows and let your wife work on the PC changing the platforms now and then, so that she herself could see what is what. Time is not pressing till W7 EOL so far. It would be interesting to learn more about her first impressions about using Linux, I hope, in the near future. I am just looking forward to hearing from you soon. I like such stories. :)
I do intend to install Linux Lite as a dual-boot. You're right, there seems to be no immediate rush, but we should remember that the vast majority of folks are not even close to being geeks, and have no desire to be. They just want the damn thing to work. For them, the closer to Windows the better, and the lower the learning curve, better still. I myself am nowhere near being a geek, I just am not afraid to try, and reinstall or fix things when they break. If I didn't have music to absorb most of my creative energy, I would probably become a geek, as I do find computers so fascinating.
Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 15, 2018, 02:50:27 PM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 15, 2018, 08:51:15 PM
@Jerry,


This is what I tried today.  Still on LL 3.8 64 bit.  The dual monitors did not wake up upon connecting the computer to the docking station.


Quote
torrey@twdell:~$ dmesg -wH
[May15 20:41] microcode: microcode updated early to revision 0x1f, date = 2018-02-07
[  +0.000000] random: get_random_bytes called from start_kernel+0x42/0x507 with crng_init=0
[  +0.000000] Linux version 4.13.0-39-generic (buildd@lcy01-amd64-024) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)) #44~16.04.1-Ubuntu SMP Thu Apr 5 16:43:10 UTC 2018 (Ubuntu 4.13.0-39.44~16.04.1-generic 4.13.16)
[  +0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-39-generic root=UUID=14a36167-d759-4e95-b72b-e8ee51391718 ro quiet splash vt.handoff=7
[  +0.000000] KERNEL supported cpus:
[  +0.000000]   Intel GenuineIntel
[  +0.000000]   AMD AuthenticAMD
[  +0.000000]   Centaur CentaurHauls
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[  +0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[  +0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[  +0.000000] e820: BIOS-provided physical RAM map:
[  +0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[  +0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d7f09fff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000d7f0a000-0x00000000d7ffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d8751fff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000d8752000-0x00000000d87fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fb2fff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000d8fb3000-0x00000000d8ffffff] ACPI data
[  +0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da6fbfff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000da6fc000-0x00000000da7fffff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbb41fff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000dbb42000-0x00000000dc7b5fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000dc7b6000-0x00000000dc7f8fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x00000000dc7f9000-0x00000000dcabdfff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000dcabe000-0x00000000dcfeffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000dcff0000-0x00000000dcffffff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000dd800000-0x00000000df9fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041e5fffff] usable
[  +0.000000] NX (Execute Disable) protection: active
[  +0.000000] random: fast init done
[  +0.000000] SMBIOS 2.7 present.
[  +0.000000] DMI: Dell Inc. Latitude E6430/      , BIOS A16 08/19/2014
[  +0.000000] tsc: Fast TSC calibration using PIT
[  +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[  +0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[  +0.000000] e820: last_pfn = 0x41e600 max_arch_pfn = 0x400000000
[  +0.000000] MTRR default type: uncachable
[  +0.000000] MTRR fixed ranges enabled:
[  +0.000000]   00000-9FFFF write-back
[  +0.000000]   A0000-BFFFF uncachable
[  +0.000000]   C0000-CFFFF write-protect
[  +0.000000]   D0000-E7FFF uncachable
[  +0.000000]   E8000-FFFFF write-protect
[  +0.000000] MTRR variable ranges enabled:
[  +0.000000]   0 base 000000000 mask C00000000 write-back
[  +0.000000]   1 base 400000000 mask FE0000000 write-back
[  +0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[  +0.000000]   3 base 0DE000000 mask FFE000000 uncachable
[  +0.000000]   4 base 0DD800000 mask FFF800000 uncachable
[  +0.000000]   5 base 41F000000 mask FFF000000 uncachable
[  +0.000000]   6 base 41E800000 mask FFF800000 uncachable
[  +0.000000]   7 base 41E600000 mask FFFE00000 uncachable
[  +0.000000]   8 disabled
[  +0.000000]   9 disabled
[  +0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT 
[  +0.000000] total RAM covered: 16318M
[  +0.000000]  gran_size: 64K    chunk_size: 64K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 128K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 256K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 512K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 1M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 2M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 64K    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 64M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 128M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 256M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 512M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 1G    num_reg: 10     lose cover RAM: -512M
[  +0.000000] *BAD*gran_size: 64K    chunk_size: 2G    num_reg: 10     lose cover RAM: -1536M
[  +0.000000]  gran_size: 128K    chunk_size: 128K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 256K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 512K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 1M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 2M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 128K    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 64M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 128M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 256M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 512M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 1G    num_reg: 10     lose cover RAM: -512M
[  +0.000000] *BAD*gran_size: 128K    chunk_size: 2G    num_reg: 10     lose cover RAM: -1536M
[  +0.000000]  gran_size: 256K    chunk_size: 256K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 256K    chunk_size: 512K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 256K    chunk_size: 1M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 256K    chunk_size: 2M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 256K    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 256K    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 256K    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 64M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 128M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 256M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 512M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 1G    num_reg: 10     lose cover RAM: -512M
[  +0.000000] *BAD*gran_size: 256K    chunk_size: 2G    num_reg: 10     lose cover RAM: -1536M
[  +0.000000]  gran_size: 512K    chunk_size: 512K    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 512K    chunk_size: 1M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 512K    chunk_size: 2M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 512K    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 512K    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 512K    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 64M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 128M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 256M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 512M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 1G    num_reg: 10     lose cover RAM: -512M
[  +0.000000] *BAD*gran_size: 512K    chunk_size: 2G    num_reg: 10     lose cover RAM: -1536M
[  +0.000000]  gran_size: 1M    chunk_size: 1M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 1M    chunk_size: 2M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 1M    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 1M    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 1M    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 64M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 128M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 256M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 512M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 1G    num_reg: 10     lose cover RAM: -512M
[  +0.000000] *BAD*gran_size: 1M    chunk_size: 2G    num_reg: 10     lose cover RAM: -1536M
[  +0.000000]  gran_size: 2M    chunk_size: 2M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 2M    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 2M    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 2M    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 64M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 128M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 256M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 512M    num_reg: 10     lose cover RAM: -16M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 1G    num_reg: 10     lose cover RAM: -512M
[  +0.000000] *BAD*gran_size: 2M    chunk_size: 2G    num_reg: 10     lose cover RAM: -1536M
[  +0.000000]  gran_size: 4M    chunk_size: 4M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 4M    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 4M    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 32M    num_reg: 10     lose cover RAM: -26M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 64M    num_reg: 10     lose cover RAM: -14M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 128M    num_reg: 10     lose cover RAM: -14M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 256M    num_reg: 10     lose cover RAM: -14M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 512M    num_reg: 10     lose cover RAM: -14M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 1G    num_reg: 10     lose cover RAM: -510M
[  +0.000000] *BAD*gran_size: 4M    chunk_size: 2G    num_reg: 10     lose cover RAM: -1534M
[  +0.000000]  gran_size: 8M    chunk_size: 8M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 8M    chunk_size: 16M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 8M    chunk_size: 32M    num_reg: 10     lose cover RAM: 230M
[  +0.000000]  gran_size: 8M    chunk_size: 64M    num_reg: 9     lose cover RAM: 6M
[  +0.000000]  gran_size: 8M    chunk_size: 128M    num_reg: 9     lose cover RAM: 6M
[  +0.000000]  gran_size: 8M    chunk_size: 256M    num_reg: 9     lose cover RAM: 6M
[  +0.000000]  gran_size: 8M    chunk_size: 512M    num_reg: 9     lose cover RAM: 6M
[  +0.000000]  gran_size: 8M    chunk_size: 1G    num_reg: 9     lose cover RAM: 6M
[  +0.000000]  gran_size: 8M    chunk_size: 2G    num_reg: 10     lose cover RAM: 6M
[  +0.000000]  gran_size: 16M    chunk_size: 16M    num_reg: 10     lose cover RAM: 110M
[  +0.000000]  gran_size: 16M    chunk_size: 32M    num_reg: 10     lose cover RAM: 238M
[  +0.000000]  gran_size: 16M    chunk_size: 64M    num_reg: 9     lose cover RAM: 14M
[  +0.000000]  gran_size: 16M    chunk_size: 128M    num_reg: 9     lose cover RAM: 14M
[  +0.000000]  gran_size: 16M    chunk_size: 256M    num_reg: 9     lose cover RAM: 14M
[  +0.000000]  gran_size: 16M    chunk_size: 512M    num_reg: 9     lose cover RAM: 14M
[  +0.000000]  gran_size: 16M    chunk_size: 1G    num_reg: 9     lose cover RAM: 14M
[  +0.000000]  gran_size: 16M    chunk_size: 2G    num_reg: 10     lose cover RAM: 14M
[  +0.000000]  gran_size: 32M    chunk_size: 32M    num_reg: 10     lose cover RAM: 62M
[  +0.000000]  gran_size: 32M    chunk_size: 64M    num_reg: 9     lose cover RAM: 30M
[  +0.000000]  gran_size: 32M    chunk_size: 128M    num_reg: 8     lose cover RAM: 30M
[  +0.000000]  gran_size: 32M    chunk_size: 256M    num_reg: 8     lose cover RAM: 30M
[  +0.000000]  gran_size: 32M    chunk_size: 512M    num_reg: 8     lose cover RAM: 30M
[  +0.000000]  gran_size: 32M    chunk_size: 1G    num_reg: 8     lose cover RAM: 30M
[  +0.000000]  gran_size: 32M    chunk_size: 2G    num_reg: 9     lose cover RAM: 30M
[  +0.000000]  gran_size: 64M    chunk_size: 64M    num_reg: 10     lose cover RAM: 62M
[  +0.000000]  gran_size: 64M    chunk_size: 128M    num_reg: 8     lose cover RAM: 62M
[  +0.000000]  gran_size: 64M    chunk_size: 256M    num_reg: 8     lose cover RAM: 62M
[  +0.000000]  gran_size: 64M    chunk_size: 512M    num_reg: 8     lose cover RAM: 62M
[  +0.000000]  gran_size: 64M    chunk_size: 1G    num_reg: 8     lose cover RAM: 62M
[  +0.000000]  gran_size: 64M    chunk_size: 2G    num_reg: 9     lose cover RAM: 62M
[  +0.000000]  gran_size: 128M    chunk_size: 128M    num_reg: 8     lose cover RAM: 190M
[  +0.000000]  gran_size: 128M    chunk_size: 256M    num_reg: 8     lose cover RAM: 190M
[  +0.000000]  gran_size: 128M    chunk_size: 512M    num_reg: 8     lose cover RAM: 190M
[  +0.000000]  gran_size: 128M    chunk_size: 1G    num_reg: 8     lose cover RAM: 190M
[  +0.000000]  gran_size: 128M    chunk_size: 2G    num_reg: 9     lose cover RAM: 190M
[  +0.000000]  gran_size: 256M    chunk_size: 256M    num_reg: 6     lose cover RAM: 446M
[  +0.000000]  gran_size: 256M    chunk_size: 512M    num_reg: 8     lose cover RAM: 446M
[  +0.000000]  gran_size: 256M    chunk_size: 1G    num_reg: 8     lose cover RAM: 446M
[  +0.000000]  gran_size: 256M    chunk_size: 2G    num_reg: 9     lose cover RAM: 446M
[  +0.000000]  gran_size: 512M    chunk_size: 512M    num_reg: 4     lose cover RAM: 958M
[  +0.000000]  gran_size: 512M    chunk_size: 1G    num_reg: 4     lose cover RAM: 958M
[  +0.000000]  gran_size: 512M    chunk_size: 2G    num_reg: 4     lose cover RAM: 958M
[  +0.000000]  gran_size: 1G    chunk_size: 1G    num_reg: 4     lose cover RAM: 958M
[  +0.000000]  gran_size: 1G    chunk_size: 2G    num_reg: 4     lose cover RAM: 958M
[  +0.000000]  gran_size: 2G    chunk_size: 2G    num_reg: 3     lose cover RAM: 1982M
[  +0.000000] mtrr_cleanup: can not find optimal value
[  +0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[  +0.000000] e820: update [mem 0xdd800000-0xffffffff] usable ==> reserved
[  +0.000000] e820: last_pfn = 0xdd000 max_arch_pfn = 0x400000000
[  +0.000000] found SMP MP-table at [mem 0x000fd9e0-0x000fd9ef] mapped at [ffff9873800fd9e0]
[  +0.000000] Scanning 1 areas for low memory corruption
[  +0.000000] Base memory trampoline at [ffff987380097000] 97000 size 24576
[  +0.000000] BRK [0x3d212c000, 0x3d212cfff] PGTABLE
[  +0.000000] BRK [0x3d212d000, 0x3d212dfff] PGTABLE
[  +0.000000] BRK [0x3d212e000, 0x3d212efff] PGTABLE
[  +0.000000] BRK [0x3d212f000, 0x3d212ffff] PGTABLE
[  +0.000000] BRK [0x3d2130000, 0x3d2130fff] PGTABLE
[  +0.000000] BRK [0x3d2131000, 0x3d2131fff] PGTABLE
[  +0.000000] BRK [0x3d2132000, 0x3d2132fff] PGTABLE
[  +0.000000] BRK [0x3d2133000, 0x3d2133fff] PGTABLE
[  +0.000000] BRK [0x3d2134000, 0x3d2134fff] PGTABLE
[  +0.000000] BRK [0x3d2135000, 0x3d2135fff] PGTABLE
[  +0.000000] BRK [0x3d2136000, 0x3d2136fff] PGTABLE
[  +0.000000] BRK [0x3d2137000, 0x3d2137fff] PGTABLE
[  +0.000000] RAMDISK: [mem 0x31c70000-0x34e2ffff]
[  +0.000000] ACPI: Early table checksum verification disabled
[  +0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL  )
[  +0.000000] ACPI: XSDT 0x00000000D8FF3080 000084 (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000000] ACPI: FACP 0x00000000D8FFD700 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[  +0.000000] ACPI: DSDT 0x00000000D8FF3198 00A562 (v02 DELL   CBX3     00000021 INTL 20091112)
[  +0.000000] ACPI: FACS 0x00000000DA7FE080 000040
[  +0.000000] ACPI: APIC 0x00000000D8FFD810 000072 (v03 DELL   CBX3     01072009 AMI  00010013)
[  +0.000000] ACPI: FPDT 0x00000000D8FFD888 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000000] ACPI: MCFG 0x00000000D8FFD8D0 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[  +0.000000] ACPI: HPET 0x00000000D8FFD910 000038 (v01 DELL   CBX3     01072009 AMI. 00000005)
[  +0.000000] ACPI: SSDT 0x00000000D8FFD948 000415 (v01 SataRe SataTabl 00001000 INTL 20091112)
[  +0.000000] ACPI: SSDT 0x00000000D8FFDD60 0009B9 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[  +0.000000] ACPI: SSDT 0x00000000D8FFE720 000B22 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[  +0.000000] ACPI: ASF! 0x00000000D8FFF248 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[  +0.000000] ACPI: MSDM 0x00000000D8FFF2F0 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[  +0.000000] ACPI: SLIC 0x00000000D8FFF348 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[  +0.000000] ACPI: BGRT 0x00000000D8FFF4C0 000038 (v00 ??              01072009 AMI  00010013)
[  +0.000000] ACPI: Local APIC address 0xfee00000
[  +0.000000] No NUMA configuration found
[  +0.000000] Faking a node at [mem 0x0000000000000000-0x000000041e5fffff]
[  +0.000000] NODE_DATA(0) allocated [mem 0x41e5c4000-0x41e5eefff]
[  +0.000000] Zone ranges:
[  +0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[  +0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[  +0.000000]   Normal   [mem 0x0000000100000000-0x000000041e5fffff]
[  +0.000000]   Device   empty
[  +0.000000] Movable zone start for each node
[  +0.000000] Early memory node ranges
[  +0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[  +0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[  +0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[  +0.000000]   node   0: [mem 0x0000000040005000-0x00000000d7f09fff]
[  +0.000000]   node   0: [mem 0x00000000d8000000-0x00000000d8751fff]
[  +0.000000]   node   0: [mem 0x00000000d8800000-0x00000000d8fb2fff]
[  +0.000000]   node   0: [mem 0x00000000d9000000-0x00000000da6fbfff]
[  +0.000000]   node   0: [mem 0x00000000da800000-0x00000000dbb41fff]
[  +0.000000]   node   0: [mem 0x00000000dc7f9000-0x00000000dcabdfff]
[  +0.000000]   node   0: [mem 0x00000000dcff0000-0x00000000dcffffff]
[  +0.000000]   node   0: [mem 0x0000000100000000-0x000000041e5fffff]
[  +0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041e5fffff]
[  +0.000000] On node 0 totalpages: 4169405
[  +0.000000]   DMA zone: 64 pages used for memmap
[  +0.000000]   DMA zone: 21 pages reserved
[  +0.000000]   DMA zone: 3996 pages, LIFO batch:0
[  +0.000000]   DMA32 zone: 13989 pages used for memmap
[  +0.000000]   DMA32 zone: 895265 pages, LIFO batch:31
[  +0.000000]   Normal zone: 51096 pages used for memmap
[  +0.000000]   Normal zone: 3270144 pages, LIFO batch:31
[  +0.000000] Reserving Intel graphics memory at 0x00000000dda00000-0x00000000df9fffff
[  +0.000000] ACPI: PM-Timer IO Port: 0x408
[  +0.000000] ACPI: Local APIC address 0xfee00000
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[  +0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[  +0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[  +0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[  +0.000000] ACPI: IRQ0 used by override.
[  +0.000000] ACPI: IRQ9 used by override.
[  +0.000000] Using ACPI (MADT) for SMP configuration information
[  +0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[  +0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[  +0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[  +0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[  +0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xd7f0a000-0xd7ffffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xd8752000-0xd87fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xd8fb3000-0xd8ffffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xda6fc000-0xda7fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xdbb42000-0xdc7b5fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xdc7b6000-0xdc7f8fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xdcabe000-0xdcfeffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdd7fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xdd800000-0xdf9fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[  +0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[  +0.000000] Booting paravirtualized kernel on bare hardware
[  +0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[  +0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[  +0.000000] percpu: Embedded 45 pages/cpu @ffff98779e200000 s146584 r8192 d29544 u524288
[  +0.000000] pcpu-alloc: s146584 r8192 d29544 u524288 alloc=1*2097152
[  +0.000000] pcpu-alloc:
  • 0 1 2 3

[  +0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4104235
[  +0.000000] Policy zone: Normal
[  +0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-39-generic root=UUID=14a36167-d759-4e95-b72b-e8ee51391718 ro quiet splash vt.handoff=7
[  +0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[  +0.000000] Calgary: detecting Calgary via BIOS EBDA area
[  +0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[  +0.000000] Memory: 16271604K/16677620K available (12300K kernel code, 2481K rwdata, 4008K rodata, 2368K init, 2372K bss, 406016K reserved, 0K cma-reserved)
[  +0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[  +0.000000] Kernel/User page tables isolation: enabled
[  +0.000000] ftrace: allocating 37858 entries in 148 pages
[  +0.000000] Hierarchical RCU implementation.
[  +0.000000]    RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[  +0.000000]    Tasks RCU enabled.
[  +0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[  +0.000000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[  +0.000000] vt handoff: transparent VT on vt#7
[  +0.000000] Console: colour dummy device 80x25
[  +0.000000] console [tty0] enabled
[  +0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[  +0.000000] hpet clockevent registered
[  +0.000000] tsc: Fast TSC calibration using PIT
[  +0.000000] tsc: Detected 2591.532 MHz processor
[  +0.000000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5183.06 BogoMIPS (lpj=10366128)
[  +0.000000] pid_max: default: 32768 minimum: 301
[  +0.000000] ACPI: Core revision 20170531
[  +0.009311] ACPI: 4 ACPI AML tables successfully acquired and loaded
[  +0.000021] Security Framework initialized
[  +0.000001] Yama: becoming mindful.
[  +0.000017] AppArmor: AppArmor initialized
[  +0.002412] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[  +0.001219] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[  +0.000050] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[  +0.000040] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[  +0.000179] CPU: Physical Processor ID: 0
[  +0.000001] CPU: Processor Core ID: 0
[  +0.000005] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[  +0.000001] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(
[  +0.000001] FEATURE SPEC_CTRL Present
[  +0.000002] mce: CPU supports 7 MCE banks
[  +0.000013] process: using mwait in idle threads
[  +0.000002] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[  +0.000001] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[  +0.000002] Spectre V2 mitigation: Mitigation: Full generic retpoline
[  +0.000000] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported
[  +0.000001] Spectre V2 mitigation: Retpoline compiled kernel.  Defaulting IBRS to disabled
[  +0.000111] Freeing SMP alternatives memory: 36K
[  +0.002660] smpboot: Max logical packages: 2
[  +0.000078] x2apic: IRQ remapping doesn't support X2APIC mode
[  +0.000408] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[  +0.039700] TSC deadline timer enabled
[  +0.000002] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[  +0.000061] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[  +0.000020] ... version:                3
[  +0.000000] ... bit width:              48
[  +0.000001] ... generic registers:      4
[  +0.000000] ... value mask:             0000ffffffffffff
[  +0.000001] ... max period:             00007fffffffffff
[  +0.000000] ... fixed-purpose events:   3
[  +0.000001] ... event mask:             000000070000000f
[  +0.000034] Hierarchical SRCU implementation.
[  +0.000743] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[  +0.000016] smp: Bringing up secondary CPUs ...
[  +0.000072] x86: Booting SMP configuration:
[  +0.000001] .... node  #0, CPUs:      #1 #2 #3
[  +0.006861] smp: Brought up 1 node, 4 CPUs
[  +0.000000] smpboot: Total of 4 processors activated (20732.25 BogoMIPS)
[  +0.002820] devtmpfs: initialized
[  +0.000000] x86/mm: Memory block size: 128MB
[  +0.001708] evm: security.selinux
[  +0.000001] evm: security.SMACK64
[  +0.000000] evm: security.SMACK64EXEC
[  +0.000001] evm: security.SMACK64TRANSMUTE
[  +0.000000] evm: security.SMACK64MMAP
[  +0.000001] evm: security.ima
[  +0.000000] evm: security.capability
[  +0.000012] PM: Registering ACPI NVS region [mem 0xda6fc000-0xda7fffff] (1064960 bytes)
[  +0.000000] PM: Registering ACPI NVS region [mem 0xdc7b6000-0xdc7f8fff] (274432 bytes)
[  +0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[  +0.000000] futex hash table entries: 1024 (order: 4, 65536 bytes)
[  +0.000000] pinctrl core: initialized pinctrl subsystem
[  +0.000000] RTC time:  0:41:19, date: 05/16/18
[  +0.000000] NET: Registered protocol family 16
[  +0.000000] cpuidle: using governor ladder
[  +0.000000] cpuidle: using governor menu
[  +0.000000] PCCT header not found.
[  +0.000000] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[  +0.000000] ACPI: bus type PCI registered
[  +0.000000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[  +0.000000] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[  +0.000000] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[  +0.000000] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[  +0.000000] PCI: Using configuration type 1 for base access
[  +0.000000] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[  +0.000527] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[  +0.000000] ACPI: Added _OSI(Module Device)
[  +0.000000] ACPI: Added _OSI(Processor Device)
[  +0.000000] ACPI: Added _OSI(3.0 _SCP Extensions)
[  +0.000000] ACPI: Added _OSI(Processor Aggregator Device)
[  +0.000000] ACPI: Executed 1 blocks of module-level executable AML code
[  +0.011001] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[  +0.000302] ACPI: Dynamic OEM Table Load:
[  +0.000005] ACPI: SSDT 0xFFFF98778BF81000 000523 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[  +0.000111] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF98778B96EC00 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[  +0.000000] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF98778BA68200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[  +0.000078] ACPI: EC: EC started
[  +0.000001] ACPI: EC: interrupt blocked
[  +0.004682] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[  +0.000000] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x10, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[  +0.000000] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
[  +0.000000] ACPI: Interpreter enabled
[  +0.000000] ACPI: (supports S0 S3 S4 S5)
[  +0.000000] ACPI: Using IOAPIC for interrupt routing
[  +0.000000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[  +0.000000] ACPI: GPE 0x13 active on init
[  +0.000000] ACPI: Enabled 14 GPEs in block 00 to 3F
[  +0.007402] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 1)
[  +0.008153] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[  +0.000005] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[  +0.000127] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[  +0.000441] PCI host bridge to bus 0000:00
[  +0.000002] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[  +0.000001] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[  +0.000002] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[  +0.000002] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[  +0.000002] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [bus 00-3e]
[  +0.000008] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[  +0.000096] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[  +0.000010] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
[  +0.000005] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[  +0.000004] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[  +0.000102] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[  +0.000025] pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
[  +0.000069] pci 0000:00:14.0: PME# supported from D3hot D3cold
[  +0.000081] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[  +0.000026] pci 0000:00:16.0: reg 0x10: [mem 0xf7e3c000-0xf7e3c00f 64bit]
[  +0.000074] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[  +0.000076] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[  +0.000021] pci 0000:00:16.3: reg 0x10: [io  0xf0e0-0xf0e7]
[  +0.000009] pci 0000:00:16.3: reg 0x14: [mem 0xf7e3a000-0xf7e3afff]
[  +0.000140] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[  +0.000020] pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
[  +0.000008] pci 0000:00:19.0: reg 0x14: [mem 0xf7e39000-0xf7e39fff]
[  +0.000008] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[  +0.000058] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[  +0.000075] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[  +0.000023] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e38000-0xf7e383ff]
[  +0.000082] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[  +0.000077] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[  +0.000022] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e30000-0xf7e33fff 64bit]
[  +0.000073] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[  +0.000090] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[  +0.000139] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[  +0.000098] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[  +0.000137] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[  +0.000094] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[  +0.000135] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[  +0.000098] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
[  +0.000137] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[  +0.000096] pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
[  +0.000134] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[  +0.000098] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[  +0.000022] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e37000-0xf7e373ff]
[  +0.000084] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[  +0.000081] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
[  +0.000178] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[  +0.000018] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[  +0.000008] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[  +0.000008] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[  +0.000008] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[  +0.000008] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[  +0.000008] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e36000-0xf7e367ff]
[  +0.000040] pci 0000:00:1f.2: PME# supported from D3hot
[  +0.000075] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[  +0.000020] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e35000-0xf7e350ff 64bit]
[  +0.000020] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[  +0.000153] pci 0000:00:1c.0: PCI bridge to [bus 01]
[  +0.000110] pci 0000:02:00.0: [14e4:4359] type 00 class 0x028000
[  +0.000050] pci 0000:02:00.0: reg 0x10: [mem 0xf7d00000-0xf7d03fff 64bit]
[  +0.000203] pci 0000:02:00.0: supports D1 D2
[  +0.000001] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[  +0.015063] pci 0000:00:1c.1: PCI bridge to [bus 02]
[  +0.000021] pci 0000:00:1c.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[  +0.000068] acpiphp: Slot [1] registered
[  +0.000006] pci 0000:00:1c.2: PCI bridge to [bus 03-06]
[  +0.000005] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[  +0.000004] pci 0000:00:1c.2:   bridge window [mem 0xf7200000-0xf7bfffff]
[  +0.000006] pci 0000:00:1c.2:   bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
[  +0.000055] acpiphp: Slot [1-1] registered
[  +0.000005] pci 0000:00:1c.3: PCI bridge to [bus 07-0a]
[  +0.000004] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[  +0.000004] pci 0000:00:1c.3:   bridge window [mem 0xf6800000-0xf71fffff]
[  +0.000006] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[  +0.000197] pci 0000:0b:00.0: [1217:8221] type 00 class 0x080501
[  +0.000074] pci 0000:0b:00.0: reg 0x10: [mem 0xf7c02000-0xf7c021ff]
[  +0.000351] pci 0000:0b:00.0: supports D1 D2
[  +0.000001] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  +0.015295] pci 0000:00:1c.5: PCI bridge to [bus 0b]
[  +0.000007] pci 0000:00:1c.5:   bridge window [mem 0xf7c00000-0xf7cfffff]
[  +0.001904] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000054] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000055] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[  +0.000053] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[  +0.000051] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[  +0.000052] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 10 11 12 14 15)
[  +0.000051] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[  +0.000053] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[  +0.002062] ACPI: EC: interrupt unblocked
[  +0.000006] ACPI: EC: event unblocked
[  +0.000007] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x10, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[  +0.000002] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
[  +0.000194] SCSI subsystem initialized
[  +0.000011] libata version 3.00 loaded.
[  +0.000000] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[  +0.000000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[  +0.000000] pci 0000:00:02.0: vgaarb: bridge control possible
[  +0.000000] vgaarb: loaded
[  +0.000000] ACPI: bus type USB registered
[  +0.000000] usbcore: registered new interface driver usbfs
[  +0.000000] usbcore: registered new interface driver hub
[  +0.003292] usbcore: registered new device driver usb
[  +0.000008] EDAC MC: Ver: 3.0.0
[  +0.000190] PCI: Using ACPI for IRQ routing
[  +0.001349] PCI: pci_cache_line_size set to 64 bytes
[  +0.000163] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xd7f0a000-0xd7ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xd8752000-0xdbffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xd8fb3000-0xdbffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xda6fc000-0xdbffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xdbb42000-0xdbffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xdcabe000-0xdfffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0xdd000000-0xdfffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x41e600000-0x41fffffff]
[  +0.000075] NetLabel: Initializing
[  +0.000001] NetLabel:  domain hash size = 128
[  +0.000000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[  +0.000014] NetLabel:  unlabeled traffic allowed by default
[  +0.000013] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[  +0.000000] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[  +0.003196] clocksource: Switched to clocksource hpet
[  +0.008134] VFS: Disk quotas dquot_6.6.0
[  +0.000020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[  +0.000085] AppArmor: AppArmor Filesystem Enabled
[  +0.000045] pnp: PnP ACPI init
[  +0.000103] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[  +0.000004] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[  +0.000090] system 00:01: [io  0x0680-0x069f] has been reserved
[  +0.000002] system 00:01: [io  0x1000-0x100f] has been reserved
[  +0.000002] system 00:01: [io  0x1100-0x1103] has been reserved
[  +0.000001] system 00:01: [io  0xffff] has been reserved
[  +0.000002] system 00:01: [io  0x0400-0x0453] has been reserved
[  +0.000001] system 00:01: [io  0x0458-0x047f] has been reserved
[  +0.000002] system 00:01: [io  0x0500-0x057f] has been reserved
[  +0.000001] system 00:01: [io  0x164e-0x164f] has been reserved
[  +0.000003] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000021] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[  +0.000046] system 00:03: [io  0x0454-0x0457] has been reserved
[  +0.000003] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[  +0.000046] system 00:04: [io  0x04d0-0x04d1] has been reserved
[  +0.000003] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000034] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[  +0.000017] pnp 00:06: Plug and Play ACPI device, IDs DLL0534 PNP0f13 (active)
[  +0.000762] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (disabled)
[  +0.000941] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[  +0.000002] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[  +0.000002] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[  +0.000001] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[  +0.000002] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[  +0.000002] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[  +0.000001] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[  +0.000003] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[  +0.000002] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[  +0.000001] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[  +0.000002] system 00:08: [mem 0xdfa00000-0xdfa00fff] has been reserved
[  +0.000002] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000171] system 00:09: [mem 0x20000000-0x201fffff] has been reserved
[  +0.000001] system 00:09: [mem 0x40004000-0x40004fff] has been reserved
[  +0.000003] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[  +0.002441] pnp: PnP ACPI: found 10 devices
[  +0.006350] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[  +0.000068] pci 0000:00:1c.0: PCI bridge to [bus 01]
[  +0.000019] pci 0000:00:1c.1: PCI bridge to [bus 02]
[  +0.000007] pci 0000:00:1c.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[  +0.000012] pci 0000:00:1c.2: PCI bridge to [bus 03-06]
[  +0.000003] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[  +0.000006] pci 0000:00:1c.2:   bridge window [mem 0xf7200000-0xf7bfffff]
[  +0.000004] pci 0000:00:1c.2:   bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
[  +0.000009] pci 0000:00:1c.3: PCI bridge to [bus 07-0a]
[  +0.000002] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[  +0.000007] pci 0000:00:1c.3:   bridge window [mem 0xf6800000-0xf71fffff]
[  +0.000004] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[  +0.000008] pci 0000:00:1c.5: PCI bridge to [bus 0b]
[  +0.000006] pci 0000:00:1c.5:   bridge window [mem 0xf7c00000-0xf7cfffff]
[  +0.000013] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[  +0.000002] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[  +0.000001] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[  +0.000002] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[  +0.000001] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[  +0.000001] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[  +0.000002] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[  +0.000001] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[  +0.000001] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[  +0.000002] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff window]
[  +0.000001] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[  +0.000002] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[  +0.000001] pci_bus 0000:03: resource 1 [mem 0xf7200000-0xf7bfffff]
[  +0.000002] pci_bus 0000:03: resource 2 [mem 0xf0a00000-0xf13fffff 64bit pref]
[  +0.000001] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[  +0.000001] pci_bus 0000:07: resource 1 [mem 0xf6800000-0xf71fffff]
[  +0.000002] pci_bus 0000:07: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
[  +0.000001] pci_bus 0000:0b: resource 1 [mem 0xf7c00000-0xf7cfffff]
[  +0.000088] NET: Registered protocol family 2
[  +0.000168] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[  +0.000188] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[  +0.000102] TCP: Hash tables configured (established 131072 bind 65536)
[  +0.000036] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[  +0.000038] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[  +0.000062] NET: Registered protocol family 1
[  +0.000012] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[  +0.046885] PCI: CLS mismatch (64 != 32), using 64 bytes
[  +0.000038] Unpacking initramfs...
[  +0.728406] Freeing initrd memory: 50944K
[  +0.000018] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[  +0.000003] software IO TLB [mem 0xd3f0a000-0xd7f0a000] (64MB) mapped at [ffff987453f0a000-ffff987457f09fff]
[  +0.000191] Scanning for low memory corruption every 60 seconds
[  +0.000269] audit: initializing netlink subsys (disabled)
[  +0.000039] audit: type=2000 audit(1526431279.949:1): state=initialized audit_enabled=0 res=1
[  +0.000317] Initialise system trusted keyrings
[  +0.000008] Key type blacklist registered
[  +0.000028] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[  +0.000989] zbud: loaded
[  +0.000447] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  +0.000130] fuse init (API version 7.26)
[  +0.001439] Key type asymmetric registered
[  +0.000001] Asymmetric key parser 'x509' registered
[  +0.000028] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[  +0.000034] io scheduler noop registered
[  +0.000000] io scheduler deadline registered
[  +0.000023] io scheduler cfq registered (default)
[  +0.000860] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[  +0.000000] vesafb: scrolling: redraw
[  +0.000002] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[  +0.000012] vesafb: framebuffer at 0xe0000000, mapped to 0xffffb6dd42000000, using 4160k, total 4160k
[  +0.000081] Console: switching to colour frame buffer device 170x48
[  +0.000017] fb0: VESA VGA frame buffer device
[  +0.000011] intel_idle: MWAIT substates: 0x21120
[  +0.000000] intel_idle: v0.4.1 model 0x3A
[  +0.000138] intel_idle: lapic_timer_reliable_states 0xffffffff
[  +0.430552] ACPI: AC Adapter [AC] (off-line)
[  +0.000803] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[  +0.000750] ACPI: Lid Switch [LID0]
[  +0.000045] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[  +0.000032] ACPI: Power Button [PBTN]
[  +0.000036] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[  +0.000011] ACPI: Sleep Button [SBTN]
[  +0.000032] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[  +0.000025] ACPI: Power Button [PWRF]
[  +0.000759] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  +0.000263] thermal LNXTHERM:00: registered as thermal_zone0
[  +0.000001] ACPI: Thermal Zone [THM] (43 C)
[  +0.000024] GHES: HEST is not enabled!
[  +0.000104] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[  +0.022074] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[  +0.002163] Linux agpgart interface v0.103
[  +0.001709] loop: module loaded
[  +0.000166] libphy: Fixed MDIO Bus: probed
[  +0.000001] tun: Universal TUN/TAP device driver, 1.6
[  +0.000054] PPP generic driver version 2.4.2
[  +0.000058] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  +0.000003] ehci-pci: EHCI PCI platform driver
[  +0.000242] ehci-pci 0000:00:1a.0: EHCI Host Controller
[  +0.000007] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[  +0.000009] ACPI: Battery Slot [BAT0] (battery present)
[  +0.000009] ehci-pci 0000:00:1a.0: debug port 2
[  +0.003918] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[  +0.000015] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e38000
[  +0.000996] ACPI: Battery Slot [BAT1] (battery absent)
[  +0.000933] ACPI: Battery Slot [BAT2] (battery absent)
[  +0.012587] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[  +0.000054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[  +0.000002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000001] usb usb1: Product: EHCI Host Controller
[  +0.000001] usb usb1: Manufacturer: Linux 4.13.0-39-generic ehci_hcd
[  +0.000002] usb usb1: SerialNumber: 0000:00:1a.0
[  +0.000173] hub 1-0:1.0: USB hub found
[  +0.000007] hub 1-0:1.0: 3 ports detected
[  +0.000223] ehci-pci 0000:00:1d.0: EHCI Host Controller
[  +0.000004] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[  +0.000013] ehci-pci 0000:00:1d.0: debug port 2
[  +0.003908] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[  +0.000008] ehci-pci 0000:00:1d.0: irq 21, io mem 0xf7e37000
[  +0.015657] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[  +0.000064] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[  +0.000002] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000001] usb usb2: Product: EHCI Host Controller
[  +0.000001] usb usb2: Manufacturer: Linux 4.13.0-39-generic ehci_hcd
[  +0.000002] usb usb2: SerialNumber: 0000:00:1d.0
[  +0.000258] hub 2-0:1.0: USB hub found
[  +0.000010] hub 2-0:1.0: 3 ports detected
[  +0.000180] ehci-platform: EHCI generic platform driver
[  +0.000021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  +0.000006] ohci-pci: OHCI PCI platform driver
[  +0.000012] ohci-platform: OHCI generic platform driver
[  +0.000008] uhci_hcd: USB Universal Host Controller Interface driver
[  +0.000164] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000006] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[  +0.001095] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[  +0.000005] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[  +0.000095] usb usb3: New USB
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 17, 2018, 01:53:41 AM
@Nyto did that package I built for you work? I went to a bit of trouble to create that and would like some feedback. Cheers.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 17, 2018, 01:54:42 AM
@TheDead Lite Desktop not functioning properly on other Languages - confirmed. There will be a simple workaround posted in the Final Release Announcement.
Title: Re: Linux Lite 4.0 Beta Released
Post by: m654321 on May 17, 2018, 02:49:25 AM
while Linux is only for the elite

Nonsense.

LL, and many distros, now have an excellent graphical user interface,
so you don't need to be a geek to use Linux for ordinary everyday tasks that most folk carry out ... 
Title: Re: Linux Lite 4.0 Beta Released
Post by: NN on May 17, 2018, 08:11:12 AM
...
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 17, 2018, 08:03:03 PM
@Jerry ,

I booted to Linux Lite 4.0 beta.  Then I connected it to my docking station.  I adjusted the display settings and got to this:

  (http://imgur.com/C0NScxBl.png)
 (http://i.imgur.com/C0NScxB.png)

This is promising!  I can hardly wait 2 weeks for the final version.  Hopefully, when installed and updated, I won't have to re-learn both monitors upon each reboot, or boot undocked, dock, and then re-learn the monitors as I have just now.  Perhaps over the weekend, I'll do a data backup and give Linux Lite 4.0 Beta a full run on this hardware to see for sure.

For three years, I had a job where I traveled.  So I was undocked for much of the 3.x series.  I'm stationary now, so I'm looking forward to this workhorse laptop being my daily driver for Linux Lite on dual monitors. 

Unfortunately, in my latest gig, I cannot access the forums during the day.  They are blocked at work.  That is why my participation has taken a hit.  I'm still an ambassador of the distro nonetheless, and I encourage new co-workers and contacts to give it a go.  It's good to see the community continue to grow and support one another.  My postings are down, but I read as many other postings as I can so I can to continue to learn about this distro in particular and Linux in general.

Cheers.

P.S.:  My mother uses Linux Lite 2.8.  Two weeks ago, I couldn't help her on a problem she had during a workday.  So she did a websearch and was pleasantly surprised to find the solution to her Linux problem with my username attached.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 17, 2018, 11:34:11 PM

Perhaps over the weekend, I'll do a data backup and give Linux Lite 4.0 Beta a full run on this hardware to see for sure.


I would highly encourage this.
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 20, 2018, 08:32:43 PM
@Jerry ,
I did install LL 4.0 beta to the hardware.  I can get both monitors configured, but I have to add the second monitor via the Display settings each time after reboots.
Update:  It happens when I log out and log back in, too.  I have to go to display settings and re-add the second monitor.
Title: Re: Linux Lite 4.0 Beta Released
Post by: Jerry on May 20, 2018, 11:37:02 PM
Thanks torreydale.
Title: Re: Linux Lite 4.0 Beta Released
Post by: torreydale on May 21, 2018, 07:45:48 PM
@Jerry ,I've tried following the steps here under the section "Ubuntu won't keep the display positions past a restart," but there is no monitors.xml file under ~/.config.  When I create a blank monitors.xml, nothing is modified in that file after saving my preferred display settings.  Seems the 18.04 base uses something other than monitors.xml.

http://www.dell.com/support/article/us/en/04/sln298529/how-to-configure-multiple-displays-on-a-dell-pc-using-the-ubuntu-operating-system?lang=en#Config_Display