From owner-freebsd-questions@FreeBSD.ORG Sun Sep 16 12:00:15 2012 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 711871065670 for ; Sun, 16 Sep 2012 12:00:14 +0000 (UTC) (envelope-from saeedeh.motlagh@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 147E28FC0C for ; Sun, 16 Sep 2012 12:00:12 +0000 (UTC) Received: by qadc11 with SMTP id c11so967144qad.13 for ; Sun, 16 Sep 2012 05:00:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Nv8kLkMXpd1Jsz7tmR4RGjT0lF26FMJmgbsXUtCc5vQ=; b=PfJaSk6O4srIaHnJRsN0OOoikCIn3RtwfvEoveV0N8CaI0Z1rrb1BOkcRbDK0IfVqq nczXcTtmht/zJ38vBMb5ET9cIEEgCWcX+jUfNf/LeyJkG1u82XqlT+Sv2/0sJ8Y5vDuH u36koKIR1zN6VfhiISeaip8h0kx7ErdnSsA63zmo+3I7NYn575GV9T906zQSZFyLnZEd bSiIE4VUA1KSCLJUdrKJbBYfKJP33PDdwe+ki/m9rF5AGq9ZP0YF2sWMIBZlE1IQQhbe WwlKU1PW/O0SMv90a0h2vad66yolVDY68PRiTkoXnVfQVw1SC5OEwY5ADHBtkKrEW2df nztA== Received: by 10.224.193.72 with SMTP id dt8mr883739qab.24.1347796812189; Sun, 16 Sep 2012 05:00:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.40.196 with HTTP; Sun, 16 Sep 2012 04:59:31 -0700 (PDT) From: saeedeh motlagh Date: Sun, 16 Sep 2012 15:29:31 +0330 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:00:15 -0000 *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? *