From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 14:31:09 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 164BC10656D9 for ; Tue, 10 Feb 2009 14:31:09 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.162]) by mx1.freebsd.org (Postfix) with ESMTP id 50BDD8FC20 for ; Tue, 10 Feb 2009 14:31:08 +0000 (UTC) (envelope-from uwe@laverenz.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1234276266; l=711; s=domk; d=laverenz.de; h=Sender:In-Reply-To:Content-Type:Mime-Version:References:Subject:To: From:Date:X-RZG-CLASS-ID:X-RZG-AUTH:DomainKey-Signature; bh=WxazSlpmHatjL6OsStzsKuDH3ijrB0EXkSIiNHQa20Q=; b=hHZvO05eg6Cn1/cuTrsIwdEuYWtoRqBkVkYrcGxdntJCQjOQe/GkheT2qOhFcTID/0l q1CzJnqQpOMQPrk+B2mgfjRlKOQsRRYAaRv4X4jDKc9gExeLqnOJkODTipPas3z3WhSDP 8TFbLUXte4ID6zaCc2AnQncRHiJFpaXnj/E= DomainKey-Signature: a=rsa-sha256; s=domk; d=laverenz.de; c=nofws; q=dns; h=X-RZG-AUTH:X-RZG-CLASS-ID:Date:From:To:Subject:References: Mime-Version:Content-Type:In-Reply-To:Sender; b=H5yX7R7RDbBsYLdlTDuhxTXW9H+6udBZ64EPBgHMvtX4IC+HjdRZ5L4Hl273/s6205s M8Y1sdUKgL51iX2rPAX4cLgIue/LvXxxLs2jthVxQntQ+cVyzLNnPdO89Qzdiesc2sTYC kcA+YLcLMgNkgp6sIa+r0AD44p3KYOdhhnI= X-RZG-AUTH: :LWgJfE6Id/4Sm/WkdV0gEbKL+/p/UjmosA/b4BPf1Ida/LA6f2WjvdsA X-RZG-CLASS-ID: mo00 Received: from athena.laverenz.de (77-22-194-90-dynip.superkabel.de [77.22.194.90]) by post.strato.de (fruni mo27) (RZmta 18.18) with ESMTP id k00f65l1ADgthX for ; Tue, 10 Feb 2009 15:31:06 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 56DEE127BDC for ; Tue, 10 Feb 2009 15:28:10 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09277-01 for ; Tue, 10 Feb 2009 15:28:10 +0100 (CET) Received: by athena.laverenz.de (Postfix, from userid 2000) id D9912127BF1; Tue, 10 Feb 2009 15:28:09 +0100 (CET) Date: Tue, 10 Feb 2009 15:28:09 +0100 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20090210142809.GA1520@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20090209211505.O14664@hub.org> <4ad871310902091719x74eed964gfc81d63c437da0cf@mail.gmail.com> <20090209212116.W14664@hub.org> <4ad871310902091723v6549b870rbf6926ac8f5468f@mail.gmail.com> <20090209212935.I14664@hub.org> <20090210133933.GA93330@mech-cluster238.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090210133933.GA93330@mech-cluster238.men.bris.ac.uk> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: xorg && 7-current && ( kde || nvidia driver ) == desktop crash 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: Tue, 10 Feb 2009 14:31:09 -0000 On Tue, Feb 10, 2009 at 01:39:33PM +0000, Anton Shterenlikht wrote: > for me xorg 7.4 doesn't work at all on 7.1-stable i386 Compaq Armada 1700 Sorry, do you really run FreeBSD with xorg on this machine? This laptop must be at least 10 years old, right? > laptop, I get "no device found" at X -configure stage. It worked fine with > 7.3. The graphics device is Chips and Technologies. When I use vesa driver Do you have "[x] CHIPS" enabled when you run "make config" in x11-drivers/xorg-drivers? I guess this should install the right driver for your Armada. > instead I get to the graphics screen, but still no mouse or keyboard. Did you follow the hints in /usr/ports/UPDATING? Uwe