From owner-freebsd-questions@FreeBSD.ORG Sat Aug 15 19:17:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4021F106568B for ; Sat, 15 Aug 2009 19:17:46 +0000 (UTC) (envelope-from ricky.breaky@uni.de) Received: from server30738.isdg.de (web3.uni.de [84.19.163.31]) by mx1.freebsd.org (Postfix) with ESMTP id 018AE8FC52 for ; Sat, 15 Aug 2009 19:17:45 +0000 (UTC) Received: from fm-ip-118.136.26.24.fast.net.id ([118.136.26.24] helo=mandreev) by server30738.isdg.de with esmtpa (Exim 4.69) (envelope-from ) id 1McGqz-00023T-OQ for freebsd-questions@freebsd.org; Sat, 15 Aug 2009 12:51:18 +0200 Date: Sat, 15 Aug 2009 17:51:29 +0700 From: Ricky Tompu Breaky To: freebsd-questions@freebsd.org Message-ID: <20090815175129.150a7b70@mandreev> In-Reply-To: <4ad871310908141235j47a71372n45f9d02cc60c77ee@mail.gmail.com> References: <20090814173917.14de7572@mandreev> <4ad871310908141235j47a71372n45f9d02cc60c77ee@mail.gmail.com> Organization: Hagen Universitaet X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ATI Radeon HD3450 on FreeBSD 7.2-->Solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2009 19:17:46 -0000 Dear Glen, Sabine and Polytropon, Thank you very much for your help. You all solved my problem. Thank you thousands times..... == Am Fri, 14 Aug 2009 15:35:37 -0400 schrieb Glen Barber : > Hi, > > On Fri, Aug 14, 2009 at 6:39 AM, Ricky Tompu > Breaky wrote: > > Dear my friends, > > > > I just installed FreeBSD 7.2. But its xserver always hung-up > > (suddenly stop working), only the GUI which suddenly stops working > > once I execute: " > > startx > > ". > > I can see the GUI but I can not do anything on it. I can not click > > anything and I can not type nothing on it. > > > > My computer use ATI Radeon HD3450. > > > > But the kernel still works as the xserver stops working because if > > I do "CTRL-Alt-F1/F2/F3/F?" then I can see the login prompt console. > > > > What should I do to solve this problem? > > > > I added the following to xorg.conf to fix the problems I had: > > Section "ServerFlags" > option "AutoAddDevices" "off" > option "AllowEmptyInput" "off" > EndSection > > > Have a look at /usr/ports/UPDATING regarding the Xorg update. > > > HTH > >