From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 17:20:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68FC16A41F for ; Sat, 11 Mar 2006 17:20:07 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C6F043D49 for ; Sat, 11 Mar 2006 17:20:04 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k2BHIvhe082016; Sat, 11 Mar 2006 11:19:18 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <44130677.1050209@daleco.biz> Date: Sat, 11 Mar 2006 11:18:47 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stan References: <20060311160242.GA5933@teddy.fas.com> In-Reply-To: <20060311160242.GA5933@teddy.fas.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Free BSD Questions list Subject: Re: Xorg config problems 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, 11 Mar 2006 17:20:07 -0000 stan wrote: >I recycle old P2 class machines for a set of applications at work. I >switched to Xorg for these machines a while back, and was pleased to find >that I did not have to create a config file for Xorg as it was able to >autodetect all the correct stuff. > >Today, though I ran up on 2 machines that are the older end of the spectrum >of machines that I use for this, and for some reason this does not seem to >be working. > >Here's the Xorg logfiel from oen of these amchines: > > >(WW) CIRRUS(0): Mode pool is empty >(EE) CIRRUS(0): No valid modes found >(II) UnloadModule: "cirrus" >(II) UnloadModule: "ddc" >(II) Unloading /usr/X11R6/lib/modules/libddc.so >(II) UnloadModule: "i2c" >(II) Unloading /usr/X11R6/lib/modules/libi2c.so >(II) UnloadModule: "int10" >(II) Unloading /usr/X11R6/lib/modules/libint10.so >(II) UnloadModule: "vgahw" >(II) Unloading /usr/X11R6/lib/modules/libvgahw.so >(II) UnloadModule: "cirrus_alpine" >(EE) Screen(s) found, but none have a usable configuration. > >Fatal server error: >no screens found > >Please consult the The X.Org Foundation support > at http://wiki.X.Org > for help. >Please also check the log file at "/var/log/Xorg.0.log" for additional information. > > >My guess is thta the graphics cards on these machiens ahve too lilltle >memory to work with the default set of assumptions on these machines. >However I really don't need very hi-res displays on these amchines. > >Any sugestions as to how to get Xorg to work with these machines? > > Hmm. Looks like you'll need to make some spec changes in a config file. Generate one with `Xorg -configure` ... it won't actually run X, but will test and tell you where it placed the file. Try X again, and make sure it's finding said file (check the output on ttyv0 or wherever ... log file will say also IIRC). You'll then need to tweak Refresh rates and Sync for your monitors and see what happens. Please include standard disclaimers, waivers of damages and remember YMMV and all that. ;-) HTH, Kevin Kinsey -- The meta-Turing test counts a thing as intelligent if it seeks to devise and apply Turing tests to objects of its own creation. -- Lew Mammel, Jr.