This is an old revision of the document!


Raspberry Pi 4 & Motorola Lapdock

To set the screen resolution insert in:

 $ sudo nano /boot/config.txt

the following lines:

 # Motorola Lapdock setting:
 hdmi_group=2
 hdmi_cvt=1366 768 60
 hdmi_mode=87

Save with ctr+o, return and ctr+x.