This is my first time dealing with the problem of dual display.
Here's the detail of my laptop:
TF-T5-SKELAKE:
- CPU: i7-6700HQ
- Graphics:
- Intel HD 530
- NVIDIA GTX 970M
- Thunderbold ports
After the installation of Ubuntu 16.04, I did three things first:
- Disabled nouveau driver in kernel module (this driver caused my laptop crashed badly)
- Installed the latest driver of Intel HD 530 from proprietary.
- Installed the latest driver of NVIDIA GTX 970M from proprietary.
Notice that the latest NVIDIA's driver contains a component called PRIME, which is made for switching graphic cards on Linux.
Under this condition, I found that:
- When I set to use Intel driver in PRIME, new individual monitor cannot be recognized.
- When I set to user NVIDIA driver in PRIME, new individual monitor can be recognized, BUT I cannot set to expand display on new monitor(like Windows does), and my whole desktop became a huge one with the resolution of (1920*2) x 1080.
So, is there any way I can set the two monitor(the original one on laptop, and the new individual one) working as expanded display?