Страница 1 из 1

2 монитора

Добавлено: 2008-05-03 3:19:49
VampiRUS
Пытаюсь подключить к ноутбуку 2 монитор, но максимум чего добился так это на подключаемом мониторе правильное изображение(20'), а на ноуте изображение с тем же разрешением на 15 дюймах, и изображение не влазит в экран
пытался чего интересного с xorg.conf намутить, вроде выглюдит всё правильно но при запуске ошибка

Код: Выделить всё

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen	    1  "Screen1" 0 0
...
EndSection

...

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

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

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Screen      0
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Screen      1
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	"1280x800"
	EndSubSection
EndSection


Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	"1680x1050"
	EndSubSection
EndSection



Re: 2 монитора

Добавлено: 2008-05-03 9:24:57
Alex Keda
ищи по форуму...
proxy-man помоему делал...