I need to install video driver for my Ubuntu since I can't make video calls and when I do it state that I got no video driver or somewhat an error
I don't know what to do get this driver ,, I need some help
Open Dash by pressing the super key (or Windows key). Type in "software" in the prompt and click on the "Software & Updates" icon. Click on the "Additional drivers" tab and wait for it to load the available drivers. Select whichever driver sounds right for your computer and then click "apply changes".
lspci -nnk | grep -i vga -A3 | grep 'in use'
in terminal to detect which video driver is currently in use. See this answer for more details: http://askubuntu.com/a/254877/143396
– DJ_Beardsquirt
Oct 12 '14 at 07:23
sudo ubuntu-drivers devices
just to double check.
– DJ_Beardsquirt
Oct 12 '14 at 07:32