[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

startx takes very very long time (about 10 min)



Hi there

Recently I have installed RedHat Desktop on Fujitsu-Siemens Celcius R610 PC
for a project which needs 5 monitors. 
On PC I have 1GB Memory and 2 Matrox G450 MMS PCI cards. After RHDT
installation, I did download latest mga driver from www.matrox.com/mga and
installed it. Then I used "insmod agpgart" and "insmod mga" commands to
insert modules. 
Afterwards, I did connect 4 monitors on first Matrox card and fifth monitor
on the second card. I did configure my /etc/X11/XF86Config accordingly. But
startx takes very, very long time (about 10 minutes), X uses 99.9% CPU, but
it does not need more than 5% when it is startup. 
I did make several tests: If /etc/X11/XF86Config includes only 1-2 screens,
X starts up immediately, it is also not very slow with 3 screens, but it is
really slow with 4,5 screens. 

Any Ideas? 

Thank you.
Abduxukur

PS: I included my /etc/X11/XF86Config:

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen1" 0 0
	Screen      1  "Screen2" LeftOf "Screen1"
	Screen      2  "Screen3" RightOf "Screen1"
	Screen      3  "Screen4" LeftOf "Screen2"
	Screen      4  "Screen5" RightOf "Screen3"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
	Option	    "Xinerama" "true"
EndSection

Section "Files"

	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"

	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de_CH"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"

	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "P19-1"
	DisplaySize  380	300
	HorizSync    31.0 - 64.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "P19-1"
	DisplaySize  380	300
	HorizSync    31.0 - 64.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor3"
	VendorName   "Monitor Vendor"
	ModelName    "P19-1"
	DisplaySize  380	300
	HorizSync    31.0 - 64.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor4"
	VendorName   "Monitor Vendor"
	ModelName    "P19-1"
	DisplaySize  380	300
	HorizSync    31.0 - 64.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor5"
	VendorName   "Monitor Vendor"
	ModelName    "P19-1"
	DisplaySize  380	300
	HorizSync    31.0 - 64.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "MATROX CARD 1"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "Matrox G450 MMS QUAD"
	VideoRam    32768
	Option	    "HWcursor" "on"
	Option	    "MGASDRAM"
	TextClockFreq 25.2
	BusID       "PCI:4:0:0"
EndSection

Section "Device"
	Identifier  "MATROX CARD 2"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "Matrox G450 MMS QUAD"
	VideoRam    32768
	Option	    "HWcursor" "on"
	Option	    "MGASDRAM"
	TextClockFreq 25.2
	BusID       "PCI:4:4:0"
EndSection

Section "Device"
	Identifier  "MATROX CARD 3"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "Matrox G450 MMS QUAD"
	VideoRam    32768
	Option	    "HWcursor" "on"
	Option	    "MGASDRAM"
	TextClockFreq 25.2
	BusID       "PCI:4:8:0"
EndSection

Section "Device"
	Identifier  "MATROX CARD 4"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "Matrox G450 MMS QUAD"
	VideoRam    32768
	Option	    "HWcursor" "on"
	Option	    "MGASDRAM"
	TextClockFreq 25.2
	BusID       "PCI:4:12:0"
EndSection

Section "Device"
	Identifier  "MATROX CARD 5"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "Matrox G450 MMS QUAD"
	VideoRam    32768
	Option	    "HWcursor" "on"
	Option	    "MGASDRAM"
	TextClockFreq 25.2
	BusID       "PCI:6:0:0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "MATROX CARD 1"
	Monitor    "Monitor1"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "MATROX CARD 2"
	Monitor    "Monitor2"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "MATROX CARD 3"
	Monitor    "Monitor3"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen4"
	Device     "MATROX CARD 4"
	Monitor    "Monitor4"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen5"
	Device     "MATROX CARD 5"
	Monitor    "Monitor5"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]