Date: Mon, 28 Jan 2008 22:36:12 +0800 From: zhang <zxpmyth@yahoo.com.cn> To: freebsd-x11@freebsd.org Subject: With dual video card, Xorg 7.3 makes FreeBSD-6.3 hang Message-ID: <20080128223234.0386.ZXPMYTH@yahoo.com.cn> In-Reply-To: <20080121212336.GA96644@cons.org> References: <20071210192823.GA88826@cons.org> <20080121212336.GA96644@cons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@yahoo.com.cn> __________________________________________________ ¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080128223234.0386.ZXPMYTH>