The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 64,107     Votes:  7 
Tags: drivers   graphics   amd-graphics   gpu-driver  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/1069136
Title: Switch between Intel/AMD GPU on 18.04
ID: /2018/08/26/Switch-between-Intel_AMD-GPU-on-18.04
Created: August 26, 2018
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


You can find many answers to your question here in Ask Ubuntu:

You should review all of these links.

Additionally you will find many helpful links from other sources:

All the links are too long to summarize in this answer.


Rather than using lspci -nn | grep VGA which will only show your Intel GPU and not your AMD GPU you should try an expanded search using something like this:

$ lspci -k | grep -EA3 'VGA|Display|3D'
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
	DeviceName:  Onboard IGD
	Subsystem: Dell Skylake Integrated Graphics
	Kernel driver in use: i915
--
01:00.0 3D controller: NVIDIA Corporation GM204M [GeForce GTX 970M] (rev a1)
	Subsystem: Dell GM204M [GeForce GTX 970M]
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia_384_drm, nvidia_384
⇧ Wayland session on Ubuntu 18.04: why is /usr/bin/Xwayland running? What is the smallest file size Ubuntu VirtualBox image with a GUI?  ⇩