Есть ноутбук с картой nVidia G102M и внешний монитор к нему.
xorg.conf:
# Laptop monitor
Section "Monitor"
Identifier "LaptopMonitor"
Option "PreferredMode" "1366x768"
EndSection
Section "Monitor"
Identifier "ViewSonic"
Option "PreferredMode" "1920x1080"
Option "LeftOf" "LaptopMonitor"
EndSection
Section "Device"
Identifier "G102M"
Driver "nouveau"
Option "Monitor-LDVS-1" "LaptopMonitor"
Option "Monitor-VGA-1" "ViewSonic"
EndSection
Section "Screen"
Identifier "Screen1"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 3286 1080
EndSubSection
Device "G102M"
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
Что бы мне туда дописать, чтобы внешний монитор стал основным?
Блоб что-то не хочется использовать, он через раз вообще не видит внешнего монитора.