I recently switched to Ubuntu 18.04, and had a lot of problems but managed to fix most. I am using a laptop with an i5-7200U and an NVidia GTX950M. I have installed the latest drivers, wine games work just fine.
The thing is: I don't know which graphic card is used in the system, whether it is the integrated one or the dedicated, and I have A LOT of screen tearing while moving things around while scrolling on the browser etc.
Is there a way to force enable vsync or fix the tearing otherwise?
EDIT: As requested by David, here is the result of the first command: https://paste.ubuntu.com/p/JXZXcBn56T/
And as for the log: https://paste.ubuntu.com/p/rtMyC88sRg/
lspci -nnk | awk -v n='[0300]' 'p&&/^\S/{p=0}!p{p=index($0,n)}p'
and the content of/var/log/Xorg.0.log
? Thanks. – David Foerster 2 days ago