My initial intention as an Australian, while in the UK for family support, was to buy a Dell XPS 15. I consequently found that it did not support the latest version of Kubuntu and I also had to deal with a UK Keyboard and I could not get a VAT refund. I have now got my money back and will start a new search for a Laptop that is Kubuntu compatible when I return to OZ mid-March. So back to square one.
I have now decided to install Bionic on a 64GB USB 3.0 disc connected to my Laptop that I have with me while in the UK. With this approach I have three operating systems to choose from. I have been using this this installation since the 18th January and have made a number of changes which, in my opinion, better Bionic. These changes I will now set out below.
Because the installation of Bionic puts it at the top of the Grub startup menu, which I didn't want, I decided to install grub customizer. This allows me to change the startup menu order. It is installed by:
With this package I changed the order of the Grub options and the menu names from Ubuntu to Kubuntu. I also added a background graphic. This step took me much longer that I care to mention. The reason for the problem related to that fact I had a jpg image which worked but when I tried other jpg images with different options they all failed. The penny finally dropped when I changed to a png format and I could use the highest resolution image that I could get.
The image that I chose was from a search of Google Images with "Apollo 17 night launch". Apollo 17 was the last moon launch. This image provides a black background where the Grub text needs to be. I also find it symbolic of launching Kubuntu and while not the last it is the latest.
To get this image as background, I found guidance from the ubuntu help site: https://askubuntu.com/questions/5406...een-resolution
I used Gimp to crop the image to the chosen size and saved it as a "png" file. I NO LONGER USE JPG WITH GRUB.
The grub-customizer windows are shown below to illustrate what I did.
Now for packages that I have found to Better Bionic. The first involves getting the latest kernel by adding this ppa,
The next was to add the ppa so that I could get the latest NVIDIA driver version 390.12.
The brave but potentially risky ppa's that I added are only for those who don't mind a large number of updates each day. Also, as I am not using this as a production system, I see no problem in adding these ppa's. So if you are this situation you can be brave but not risky.
While these are development ppa's, While these are pre-release ppa's, I have not had any problems so far. If I do, I will not loose any sleep over it and patiently wait for further updates that fix the system.
My system info at this time is now.
I must say that I am enjoying being able to appreciate all the excellent progress being made by the developers behind Bionic. Considering it is one week before Alpha 2, this is an incredibly stable system at this early stage and it has always worked for all I want to do. I am impressed!!!!
I have now decided to install Bionic on a 64GB USB 3.0 disc connected to my Laptop that I have with me while in the UK. With this approach I have three operating systems to choose from. I have been using this this installation since the 18th January and have made a number of changes which, in my opinion, better Bionic. These changes I will now set out below.
Because the installation of Bionic puts it at the top of the Grub startup menu, which I didn't want, I decided to install grub customizer. This allows me to change the startup menu order. It is installed by:
Code:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
The image that I chose was from a search of Google Images with "Apollo 17 night launch". Apollo 17 was the last moon launch. This image provides a black background where the Grub text needs to be. I also find it symbolic of launching Kubuntu and while not the last it is the latest.
To get this image as background, I found guidance from the ubuntu help site: https://askubuntu.com/questions/5406...een-resolution
I used Gimp to crop the image to the chosen size and saved it as a "png" file. I NO LONGER USE JPG WITH GRUB.
The grub-customizer windows are shown below to illustrate what I did.
Now for packages that I have found to Better Bionic. The first involves getting the latest kernel by adding this ppa,
Code:
sudo add-apt-repository ppa:canonical-kernel-team/unstable
Code:
sudo add-apt-repository ppa:graphics-drivers
Code:
[S]sudo add-apt-repository ppa:kubuntu-ppa/staging-kdeapplications[/S] [S]sudo add-apt-repository ppa:kubuntu-ppa/staging-frameworks[/S] sudo add-apt-repository ppa:kubuntu-ppa/staging-plasma [S]sudo add-apt-repository ppa:kubuntu-ppa/staging-misc[/S]
My system info at this time is now.
I must say that I am enjoying being able to appreciate all the excellent progress being made by the developers behind Bionic. Considering it is one week before Alpha 2, this is an incredibly stable system at this early stage and it has always worked for all I want to do. I am impressed!!!!
Comment