From owner-freebsd-questions@FreeBSD.ORG Sat Aug 15 06:39:49 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 62712106568C for ; Sat, 15 Aug 2009 06:39:49 +0000 (UTC) (envelope-from baerks@t-online.de) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id 27BAB8FC4D for ; Sat, 15 Aug 2009 06:39:48 +0000 (UTC) Received: from fwd07.aul.t-online.de by mailout04.t-online.de with smtp id 1McCe1-0001fZ-00; Sat, 15 Aug 2009 08:21:37 +0200 Received: from amd.catfish.ddns.org (EY7cQ-ZZQhJOzSnHwPf2mw9jWIirgR6nTfmzeXVLReFkHod9vfxK+wFG9Ud48s1g8V@[79.218.77.237]) by fwd07.aul.t-online.de with esmtp id 1McCdp-1uECiu0; Sat, 15 Aug 2009 08:21:25 +0200 Date: Sat, 15 Aug 2009 08:21:51 +0200 To: freebsd-questions@freebsd.org From: "Sabine Baer" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.64 (Linux) X-ID: EY7cQ-ZZQhJOzSnHwPf2mw9jWIirgR6nTfmzeXVLReFkHod9vfxK+wFG9Ud48s1g8V X-TOI-MSGID: e90650d8-82fc-4764-8249-7f140cb9e48d Subject: Re: ATI Radeon HD3450 on FreeBSD 7.2 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 06:39:49 -0000 On Fri, 14 Aug 2009 21:35:37 +0200, Glen Barber wrote: 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 That all didn't work for me. I added hald_enable="NO" dbus_enable="NO" to /etc/rc.conf and InputDevices are still in /etc/X11/xorg.conf. Now it seems to work (except for [Ctrl-Alt-Backspace]) Sabine