With dual video card, Xorg 7.3 makes FreeBSD-6.3 hang

zhang zxpmyth at yahoo.com.cn
Mon Jan 28 07:01:38 PST 2008


There are two video cards in my computer. One is ATI Radeon 9250, the
other is Inter 845. I have disabled the second in BIOS. 

Before Xorg 7.3, there is no any problem with the default setting.

For Xorg 7.3, after I installed the drivers for my both cards, the
FreeBSD 6.3-Stable will hang when I run :

Xorg -configure
X -config /roog/xorg.conf.new


I solved my problem through modifying xorg.conf.new like this:

--- xorg.conf.new	2008-01-26 15:11:33.000000000 +0800
+++ xorg.conf.new	2008-01-26 15:14:17.000000000 +0800
@@ -1,7 +1,7 @@
 Section "ServerLayout"
 	Identifier     "X.org Configured"
 	Screen      0  "Screen0" 0 0
-	Screen      1  "Screen1" RightOf "Screen0"
+#	Screen      1  "Screen1" RightOf "Screen0"
 	InputDevice    "Mouse0" "CorePointer"
 	InputDevice    "Keyboard0" "CoreKeyboard"
 EndSection



Of course, there is also no problem, if I just install the driver for
ATI.


----------
<zxpmyth at yahoo.com.cn>

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com


More information about the freebsd-x11 mailing list