LINUX.ORG.RU

Неправильная настройка xorg.conf

 , ,


0

1

Всем доброго дня

У меня есть 3 монитора (1 висит на intel, 2 на nvidia). Вобщем после ковыряний все три всё же заработали без лагов и артефактов, но получилось, что два монитора на nvidia имеют общий screen, и как бы расширяют друг друга. То есть в итоге я имею 1 монитор 1280х1024 с отдельным рабочим столом 1280х1024, и два монитора по 1280х1024, но с общим рабочим столом 2560х1024. Мне нужно чтобы у каждого был свой screen 1280x1024. Надеюсь понятно объяснил, xorg.conf прилагаю. Буду очень рад помощи

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      2  "Screen2" RightOf "Screen0"
	Screen      1  "Screen1" RightOf "Screen2"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option         "Xinerama"      "on"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nvidia"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card1"
	Monitor    "Monitor2"
EndSection


Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.