Mint 17 Xfce: After First Boot Configuration
This document is for Linux Mint 17 “Qiana” Xfce Desktop and Linux Mint 17.1 “Rebecca” Xfce Desktop
Install Notes Context
These are Summary Notes that I would use when going over how I load Mint 17 Xfce or Mint 17.1 Xfce with someone else.
As the page title makes known, these instructions are everything I go through
after the Linux Mint installer has run, and the system has rebooted at the end of that– to run the Mint
OS for the first time.
Any Instructions that are “Only for Mint 17 Xfce (not Mint 17.1)” are set apart in a note block and clearly labeled as such.
Software Sources & Updates then Drivers
Software Sources Configuration
Linux Mint uses .deb files to install packages and updates. So for any location that uses multiple Linux computers, downloading these .deb files once, then storing them locally on the network, can make a tremendous difference to how fast installing programs or doing updates happens. (Must wait for a file to downoad only the 1st time it is needed.)
Note: Using a .deb proxy can make downloading the needed files amazingly quick – but then the installing part will happen at the same (slow) rate – with or without a .deb proxy.
enable using a
squid-deb-proxy server –
if there is one available on the local network
→ In the Terminal window run (copy & paste) the following command:
sudo apt-get install squid-deb-proxy-client
Use the below PPA to update Gimp to the current (stable) version
→ In the Terminal window run (copy & paste) the following command:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
Use the below to update LibreOffice to the current (stable) version (LibreOffice 4.4)
→ In the Terminal window run (copy & paste, 1 line at a time) each of the following commands:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:libreoffice/libreoffice-4-4
Only for Mint 17 Xfce (not Mint 17.1):
Use the below PPA to update the Mint 17 Xfce Menu (Whisker Menu) to the current (stable) version
→ In the Terminal window run (copy & paste) the following command:
sudo sudo add-apt-repository ppa:gottcode/gcppa
The below PPA is needed to Install the Audio Recorder program (to replace Sound Recorder found in Mint 13)
→ In the Terminal window run (copy & paste) the following command:
sudo add-apt-repository ppa:osmoma/audio-recorder
Finally command Mint 17 to use these updated Software Sources
→ In the Terminal window run (copy & paste) the following command:
sudo apt-get update
The Mint Update Manager
“Standard Answers” to use with the Mint Updater : (what I recommend using)
→ click ”Ok” to any additional changes pop-ups
→ click ”Replace” to any “Replace configuration file” pop-ups
Additional Drivers & Firmware
Linux does NOT have the same “Rollback Drivers” capability of other Operating Systems such as Windows. So if a Proprietary Video Driver “fails spectacularly” – that can leave Linux Mint with no video at all on the display. Or if a Wi-Fi driver “fails spectacularly” that could take out all the networking. (both Wired and Wireless)
If that happens, it can sometimes be simpler to “start over & reload Linux”. Or an experienced user can use a Live Boot DVD/USB – to then use text commands to set a driver back to something that worked.
Proprietary Video Drivers (drivers provided by the manufacture) are often needed to get acceptable performance on older ATI® or NVIDIA® Video Cards. (Hopefully an older card has a Proprietary Driver available.) For the above reason, any drivers should be tried as early in the load process as possible
RESTART SYSTEM
Intel Chipset Graphics
If you have an Intel Core CPU (Core2 Duo or newer) – and that uses the Video provided by the motherboard Intel Chipset Graphics– then installing the Intel Linux Video Drivers might be a good idea. Just DO NOT use this if you are using the Ubuntu Low-Latency Kernel. (Which Ubuntu Studio does use.)
-
For Mint 17, run (copy & paste, 1 line at a time) the following – to add this to the Software Sources – so the Update Manager can install the proprietary Intel Video Drivers:
echo "deb https://download.01.org/gfx/ubuntu/14.04/main trusty main #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
sudo apt-get update
Broadcom "B43" Wi-Fi adapter
If a laptop uses a
B43 series Broadcom Wi-Fi adapter, then you will
need to know what Broadcom chipset that is using.
RESTART SYSTEM
If trying to run the above just hangs and will not install – possibly with the loss of the wired network that was working – then the Driver Manager has unsuccessfully attempted to install the bcmwl-kernal-source
firmware that does not work.
When this happens, use a Live Boot DVD or USB to Reinstall Mint 17 or Mint 17.1 – then in the Driver Manager do not reinstall the bad “fails spectacularly” driver. (Use the Software Manager to Install 1 of the above instead.)
Desktop Configuration
Optional MultiMedia Programs
Still using the Mint Software Manager
“Menu” icon » Multimedia » Audio Recorder
“Menu” icon » Settings » Session and Startup » “Application Autostart” tab
Now finish configuring the Xfce Desktop Environment in the following manner:
Only for Mint 17 Xfce (not Mint 17.1):
“Menu” icon » Settings » Desktop
Background → SELECT some Desktop Wallpaper that you like
Note: The 1st time this is opened, the selection of available wallpapers could take fairly long to load & suddenly show
“Menu” icon » Settings » Appearance
“Menu” icon » Settings » Power Manager
General Options
On AC » “Monitor” tab
“Menu” icon » Settings » Screensaver » “Display Modes” tab
set Mode: to “Only One Screen Saver”
In the scroll box below that SELECT “XMatrix”
Note: low resource usage screen saver to not “just blank the screen” … so no “unexpected event” for a new user.
“Menu” icon » Settings » Removable Drives and Media » “Multimedia” tab
Set the Command for
Audio CDs to:
audacious cdda://
Set the Command for
Video CDs/DVDs to:
vlc -f dvd:///dev/sr0
Leave the Command for
Portable Music Players set to:
banshee
“Menu” icon » Settings » Workspaces » Number of Workspaces
Internet Applications Configuration
“≡” menu icon
-
left-click on the “Star” icon (beside the search box) to Bookmark this page
Again left-click on the “Star” icon to edit this link
Click on the “Google” icon at the very bottom of this page
For any Linux Downloads directly from Google, you need to know if you are running a 32bit or 64bit version of the Linux Mint … As it is up to the end-user to ensure that the corresponding 32bit or 64bit .deb files are correctly selected to install any Google program or plug-in. (Occasionally the “best guess” by Google is wrong.)
Optional: Install Google Chrome
-
Download the correct (32bit or 64bit) .deb file for Chrome
run Chrome (“Menu” icon » Internet » Google Chrome)
run Chrome again → select “Don't ask again”
Leave the sign-in window, and open another tab to finish configuring Chrome
Laptops: Installing TLP (for better Battery Life)