From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 16:03:34 2008 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 1122116A419 for ; Sat, 26 Jan 2008 16:03:34 +0000 (UTC) (envelope-from canito@dalan.us) Received: from netbits.us (ptr-89.fastconcepts.net [209.18.107.89]) by mx1.freebsd.org (Postfix) with SMTP id C001B13C447 for ; Sat, 26 Jan 2008 16:03:33 +0000 (UTC) (envelope-from canito@dalan.us) Received: (qmail 8699 invoked by uid 65534); 26 Jan 2008 16:03:31 -0000 Received: from c-75-72-15-67.hsd1.mn.comcast.net (c-75-72-15-67.hsd1.mn.comcast.net [75.72.15.67]) by mail.dalan.us (Horde MIME library) with HTTP; Sat, 26 Jan 2008 10:03:31 -0600 Message-ID: <20080126100331.tnc8s15ggk8kwcoc@mail.dalan.us> Date: Sat, 26 Jan 2008 10:03:31 -0600 From: David Alanis To: Zbigniew Szalbot References: <94136a2c0801260537g562ecf9as60da4f80442ed506@mail.gmail.com> In-Reply-To: <94136a2c0801260537g562ecf9as60da4f80442ed506@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) Cc: freebsd-questions Subject: Re: configuring X11, no screens found 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, 26 Jan 2008 16:03:34 -0000 Zbigniew: If you did an x11 user from the install disk you wont be able to run =20 x11 right off the bat. I would recommend searching the archive for a =20 solution thus this has been asked many times. Here I will make it =20 easier for you. Search for this thread: x11 missing modules on 7.0rc1 ? Here: http://lists.freebsd.org/pipermail/freebsd-questions/2008-January/thread.htm= l Here is my xorg.conf file http:www/dalan.us/download/xorg.conf use it for reference! Thanks: David Alanis Quoting Zbigniew Szalbot : > Hello, > > I hope yo can point me in the right direction. I have never installed > X11 but need it now so want to configure it. There are some errors I > get: > > (II) Setting vga for screen 0. > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > (II) Module vgahw: vendor=3D"X.Org Foundation" > compiled for 1.4.0, module version =3D 0.1.0 > ABI class: X.Org Video Driver, version 2.0 > (II) I810(0): Creating default Display subsection in Screen section > "Builtin Default i810 Screen 0" for depth/fbbpp 24/32 > (=3D=3D) I810(0): Depth 24, (=3D=3D) framebuffer bpp 32 > (EE) I810(0): Given bpp (32) is not supported by i810 driver > (II) UnloadModule: "i810" > (II) UnloadModule: "vgahw" > (II) Unloading /usr/local/lib/xorg/modules//libvgahw.so > (EE) Screen(s) found, but none have a usable configuration. > > Fatal server error: > no screens found > > The content of /root/xorg.conf.new > > cat /root/xorg.conf.new |grep -40 Screen > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/local/share/X11/rgb" > ModulePath "/usr/local/lib/xorg/modules" > FontPath "/usr/local/lib/X11/fonts/misc/" > FontPath "/usr/local/lib/X11/fonts/TTF/" > FontPath "/usr/local/lib/X11/fonts/OTF" > FontPath "/usr/local/lib/X11/fonts/Type1/" > FontPath "/usr/local/lib/X11/fonts/100dpi/" > FontPath "/usr/local/lib/X11/fonts/75dpi/" > EndSection > > Section "Module" > Load "GLcore" > Load "dbe" > Load "dri" > Load "extmod" > Load "glx" > Load "record" > Load "xtrap" > Load "freetype" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > #DisplaySize 320 240 # mm > Identifier "Monitor0" > VendorName "GSM" > ModelName "" > ### Comment all HorizSync and VertRefresh values to use DDC: > HorizSync 30.0 - 71.0 > VertRefresh 50.0 - 160.0 > Option "DPMS" > EndSection > > 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" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "i810" > VendorName "Intel Corporation" > BoardName "82815 Chipset Graphics Controller (CGC)" > BusID "PCI:0:2:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Viewport 0 0 > Depth 1 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > > I happen to have LG Flatron T710BH monitor but have no idea about its > resolution and so on. What can I do to configure X11? > > I do want to base it on FreeBSD (6.3) without erasing data and > installing PCBSD or NetBSD. > > Thank you in advance! > > Zbigniew Szalbot > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.