Using the proprietary graphics driver makes a big difference in performance in Linux compared to using the built-in open source graphics driver. In one of your questions you mentioned that you are running Ubuntu. In Ubuntu run the following command from the terminal to identify the recommended proprietary graphics driver to install:
ubuntu-drivers devices
Then you can install it with the usual sudo apt-get install
command.