From: Rodrigo M. <ma...@in...> - 2004-07-06 21:57:45
|
Hello everyone. I come here again to ask for help once more and to get some help from you guys again. Right now I am very satisfied with the presented solution and with the support from all of you for my multi head question done before. Now I am using a Radeon 7000/VE Dual-head (two connectors on one card) board. XFree detected it normally. When do a startx the monitors are identical. So I created Screen0 + Screen1 and divided them using a layout. Example: ---BEGIN CODE--- Section "ServerLayout" Identifier "X1" Screen 0 "Screen1" #Screen 1 "Screen2" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "off" EndSection Section "ServerLayout" Identifier "X2" Screen 1 "Screen2" #Screen 0 "Screen1" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "off" EndSection Section "Device" Option "ForcePCIMode" "on" Identifier "Card1" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon RV100 QY [Radeon 7000/VE]" Screen 0 #ChipId 0x5159 BusID "PCI:0:11:0" EndSection Section "Device" Option "ForcePCIMode" "on" Identifier "Card2" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon RV100 QY [Radeon 7000/VE]" Screen 1 #ChipId 0x5159 BusID "PCI:0:11:0" EndSection ---CODE ENDS--- I want some help as how to activate the monitors independently like a 'X --some-nice-options-here Screen0' and so on. Thanks for all the help there, we really appreciate it. Alexandre P. Teixeira |