So, after my disastrous diversions in trying out "new" and "latest" I have come back to the very trusty Linux Mint 17.3 Xfce 64-bit OS.
What have I learned from the past misdirection? Well, firstly "new" doesn't mean "best". Now, some may require this "new" for some niche hardware enablement or to try out a latest feature but if you are a normal user or want your system to just work without doing troubleshooting all the time, then tested and proven software is the best. For me, this is Linux Mint 17.3 Xfce 64-bit.
My Notebook is the HP 15-AC040TU 15.6-inch Laptop (Pentium 3825U / 4 GB RAM / 500 GB HDD / FreeDOS / Intel HD Graphics).
All hardware is recognized and the driver installation is very easy. Just a small problem of the bluetooth driver is there. A manual install is required for my notebook's bluetooth driver: Broadcom 43412. This particular bluetooth adapter does not have a opensource driver and you are required to follow the instructions mentioned at this website: http://askubuntu.com/questions/632336/bluetooth-broadcom-43142-isnt-working-on-ubuntu
Just follow the instructions there to get the bluetooth adapter working. For Linux Mint 17.3, even if you have installed and use the latest Linux Kernel like I do, presently it is 4.4.0-31, still you only require to follow the default instructions and not follow the instructions for the 4.4 kernel series. I think this is because Linux Mint 17.3 came with the 3.19 kernel version. I cannot think of any other reason.
Also, there some things you would want to add to get a better experience with Linux Mint 17.3.
First is the brightness remembrance thing. Linux Mint 17.3 does not remember the brightness level after a restart. To fix this just do:
sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
sudo apt-get update
sudo apt-add-repository ppa:strukturag/libde265
What have I learned from the past misdirection? Well, firstly "new" doesn't mean "best". Now, some may require this "new" for some niche hardware enablement or to try out a latest feature but if you are a normal user or want your system to just work without doing troubleshooting all the time, then tested and proven software is the best. For me, this is Linux Mint 17.3 Xfce 64-bit.
My Notebook is the HP 15-AC040TU 15.6-inch Laptop (Pentium 3825U / 4 GB RAM / 500 GB HDD / FreeDOS / Intel HD Graphics).
All hardware is recognized and the driver installation is very easy. Just a small problem of the bluetooth driver is there. A manual install is required for my notebook's bluetooth driver: Broadcom 43412. This particular bluetooth adapter does not have a opensource driver and you are required to follow the instructions mentioned at this website: http://askubuntu.com/questions/632336/bluetooth-broadcom-43142-isnt-working-on-ubuntu
Just follow the instructions there to get the bluetooth adapter working. For Linux Mint 17.3, even if you have installed and use the latest Linux Kernel like I do, presently it is 4.4.0-31, still you only require to follow the default instructions and not follow the instructions for the 4.4 kernel series. I think this is because Linux Mint 17.3 came with the 3.19 kernel version. I cannot think of any other reason.
Also, there some things you would want to add to get a better experience with Linux Mint 17.3.
First is the brightness remembrance thing. Linux Mint 17.3 does not remember the brightness level after a restart. To fix this just do:
sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
sudo apt-get update
sudo apt-get install sysvinit-backlight
Then, we require support for h265 (hevc), to do this do:
sudo apt-get update
sudo apt-get install gstreamer0.10-libde265
sudo apt-get install gstreamer1.0-libde265
sudo apt-get install vlc-plugin-libde265
Next, install redshift, do:
sudo apt-get install redshift-gtk
You will have to create the config file manually since automatic recognition does not work in Linux Mint 17.3. To do this follow the instructions on this website: http://jonls.dk/redshift/
Next, install Thermald:
sudo install thermald
Then, install TLP:
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp
You will have to manually start TLP every time, to do this do:
sudo tlp start
Install the latest kernel using the Update Manager. I am using the latest one (don't know if it is the latest till now) 4.4.0-31.
Install Steam using the Software Manager.
Get some games from GOG.com. If you are within the requirements of the game you could very well use PlayOnLinux to play the game.
Get some games from GOG.com. If you are within the requirements of the game you could very well use PlayOnLinux to play the game.
Install PlayOnLinux:
To do this first install wine:i386: sudo apt-get install wine:i386
Then:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Install SoftMaker FreeOffice from: http://www.freeoffice.com/en/
You can use the template mentioned on my blog post: http://aajkyakiya.blogspot.in/2016/07/making-softmaker-freeoffice-textmaker.html to make the documents look like Word 2007.
Install Google Chrome from: https://www.google.com/chrome/browser/desktop/index.html
Install Crosscore, Roboto, fonts:
sudo apt-get install fonts-croscore fonts-crosextra-caladea fonts-crosextra-carlito fonts-roboto
The Crosscore fonts give you alternatives for the most common Windows fonts. You get Arimo (sans-serif), Tinos (serif) and Cousine (monospace). These fonts are metrically compatible with Monotype Corporation’s Arial, Times New Roman, and Courier New. And Carlito (which matches Microsoft's Calibri) and Caladea (matching Cambria).
The Crosscore fonts give you alternatives for the most common Windows fonts. You get Arimo (sans-serif), Tinos (serif) and Cousine (monospace). These fonts are metrically compatible with Monotype Corporation’s Arial, Times New Roman, and Courier New. And Carlito (which matches Microsoft's Calibri) and Caladea (matching Cambria).
You can also use the very good software Send Anywhere to send and receive files. Get this from https://send-anywhere.com/web/page/download
For educational apps: you can take tips on the apps mentioned at https://wiki.ubuntu.com/Edubuntu/AppGuide
For educational apps: you can take tips on the apps mentioned at https://wiki.ubuntu.com/Edubuntu/AppGuide