From owner-freebsd-questions@FreeBSD.ORG Sun Sep 16 12:35:35 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71A3B106566B for ; Sun, 16 Sep 2012 12:35:35 +0000 (UTC) (envelope-from sts@tp1.rub.de) Received: from mx5.rz.ruhr-uni-bochum.de (mi.ruhr-uni-bochum.de [134.147.64.33]) by mx1.freebsd.org (Postfix) with SMTP id B18568FC0C for ; Sun, 16 Sep 2012 12:35:34 +0000 (UTC) X-Queued: (qmail 32063 invoked by alias); 16 Sep 2012 12:28:53 -0000 X-Queued: (qmail 32039 invoked by uid 109); 16 Sep 2012 12:28:53 -0000 X-Qmailscanner: from 134.147.240.78 by mx5.rz.ruhr-uni-bochum.de (envelope-from , uid 103) with qmail-scanner-2.01 (sophie: 3.05/3.32/4.78. Clear:RC:1(134.147.240.78):. Processed in 0.03081 secs); 16 Sep 2012 12:28:53 -0000 Received: from neo.tp1.ruhr-uni-bochum.de (134.147.240.78) by mx5.rz.ruhr-uni-bochum.de with SMTP; 16 Sep 2012 12:28:53 -0000 Received: from [192.168.0.100] (ip-178-201-62-94.unitymediagroup.de [178.201.62.94]) (authenticated bits=0) by neo.tp1.ruhr-uni-bochum.de (8.14.4/8.14.4) with ESMTP id q8GCSqrX010610 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sun, 16 Sep 2012 14:28:52 +0200 Message-ID: <5055C604.8090801@tp1.rub.de> Date: Sun, 16 Sep 2012 14:28:52 +0200 From: Stephan Schindel User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: have desktop on freebsd 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: Sun, 16 Sep 2012 12:35:35 -0000 Am 16.09.2012 13:59, schrieb saeedeh motlagh: > *hello guys, > > i installed freebsd8.2 and upgraded my portsnap.then i installed X11 and > gnome2 and configured x11 but it does not work correctly. when i run startx > command, it has the following error: > > failed to load module "fbdev" > > when i install fbdev from /x11-drivers/xf86-video-fbdev the other error > occurred: > "loadmodule: module fbdevhw does not have a fbdevhwModuleData data object" > > i try to change my driver from fbdev to vesa. in order to do that, i change > the name of driver in Xorg.conf but the same error happend again. > > anybody knows how i should solve it to have desktop on my freebsd box? > * > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" What video card do you have? You need to have the correct driver installed. Stephan