From owner-freebsd-questions@FreeBSD.ORG Tue Sep 18 05:10:23 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 1462D106566B for ; Tue, 18 Sep 2012 05:10:23 +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 BAA398FC0A for ; Tue, 18 Sep 2012 05:10:22 +0000 (UTC) Received: by qadc11 with SMTP id c11so2379446qad.13 for ; Mon, 17 Sep 2012 22:10:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iCtIYt30rTQ36jU9CdCV79qwvSvXu2O0UoIAkse1zYE=; b=VSDUt2TmWev79aiGzgAgsGlkESTc5cVbLEKDf6syepcNc6ZE+XeR67sMlHjntpbIL6 Vyanl64k7WsfnKY4MDpTirKmJDfDYnfveUQD80/zaE3Vqo2yCZNNGLBVQfi5EytsoaAU hlMomWA5QERUuGdRAZZO/AQU1maYGdknTBZOeMZgoZameE9w47tdXGV2KNwxGUFjbwEL GhyU/2hntSHXlbnO0OUPVhgCwEFJyIRsGlsYFc5/0P/wHgLdeODBVo1LyIo4NZiF0FHB Kl3Tu/eQdjahDTC72g7IIZB8wdf9rMyLWroi1U5PdNotHQ73PI3fAYtpAZo1lb07GaV0 B1sw== MIME-Version: 1.0 Received: by 10.224.193.72 with SMTP id dt8mr13159713qab.24.1347945016276; Mon, 17 Sep 2012 22:10:16 -0700 (PDT) Received: by 10.49.40.196 with HTTP; Mon, 17 Sep 2012 22:10:16 -0700 (PDT) In-Reply-To: <20120917105439.GB25763@kontrol.kode5.net> References: <5055C604.8090801@tp1.rub.de> <20120917105439.GB25763@kontrol.kode5.net> Date: Tue, 18 Sep 2012 09:40:16 +0430 Message-ID: From: saeedeh motlagh To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Tue, 18 Sep 2012 05:10:23 -0000 thanks Jamie, i changed my driver to intel and modules are as the same you mentioned but i don't have desktop yet. after editing xorg.conf file, i restart my system to be sure that xorg.conf file is readed again and changes are applied but error is as the same before: "loadmodule: module fbdevhw does not have a fbdevhwModuleData data object" i looked in xorg log file and see that there is an error in libfbdevhw.so which is in /usr/local/lib/xorg/modules/linux path. do you know how i can fiix it?? thank you for your attention On 9/17/12, Jamie Paul Griffin wrote: > [ saeedeh motlagh wrote on Mon 17.Sep'12 at 10:09:31 +0430 ] > >> my video card is intel, you mean i should change my driver to intel? >> could you please tell me how to do that? i change my driver type from >> fbdev to vesa in xorg.conf file but it has the fbdevhw error yet. i >> think i should do something else to change my driver. >> please let me know if i'm making mistake and how to fix it. >> thanks > > My video card is also intel. At first I just used the default installation > config. Then, I used Xorg -configure which created a xorg.conf.new file in > /root. > > I edited this and made very modifications. The relevant sections is: > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines" # > #Option "Dac6Bit" # [] > Option "DRI" "True" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "intel" > VendorName "Intel Corporation" > BoardName "4 Series Chipset Integrated Graphics Controller" > BusID "PCI:0:2:0" > EndSection > > > Also, near to the top of the file, there is module section. I have this: > > Section "Module" > Load "glx" > Load "record" > Load "dri2" > Load "dbe" > Load "dri" > Load "extmod" > EndSection > > Naturally, you can add and remove the things you don't want or need in this > file. To use the new file for X, rename it (mv(1)) to /etc/X11/xorg.conf . > > I think that should, I hope, do it for you. > > Good luck and I hope that helps you a bit. > > Best wishes, Jamie > _______________________________________________ > 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" >