From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 23:56:37 2005 Return-Path: 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 6F53F16A4CE for ; Tue, 15 Mar 2005 23:56:37 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF78743D4C for ; Tue, 15 Mar 2005 23:56:35 +0000 (GMT) (envelope-from jamesd.earl@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so3373wra for ; Tue, 15 Mar 2005 15:56:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EeUeJtUF7Jkk9mBoIR7R3YuIfFWnsZDYGYtPP59V5N2YNi1naxQddefl14Jg2794Vp59cpOQyM0TJknTaHvhaAwYthlWUF7Pj22Xud3egiVPY7nGD102AefYYEcgd6kn32Y4bHMMBY6lbWcVZS3tD6A1GhHZ3BgMcbuIQde13Ss= Received: by 10.54.27.49 with SMTP id a49mr599187wra; Tue, 15 Mar 2005 15:56:33 -0800 (PST) Received: by 10.54.54.14 with HTTP; Tue, 15 Mar 2005 15:56:33 -0800 (PST) Message-ID: Date: Tue, 15 Mar 2005 16:56:33 -0700 From: James Earl To: hmiller@intradyn.com, nkinkade@ub.edu.bz, freebsd-questions@freebsd.org In-Reply-To: <20050315214610.GP8226@gentoo-npk.bmp.ub> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050315214610.GP8226@gentoo-npk.bmp.ub> Subject: Re: Advice on integrated video on friends system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: james@icionline.ca List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 23:56:37 -0000 On Tue, 15 Mar 2005 15:46:10 -0600, Nathan Kinkade wrote: > > I don't know about Xorg and hardware compatibility for an ATI Rage Pro > chip, but from what you are describing I would tend to point to an > issue with the monitor settings rather than the video card itself. If > the monitor is old, then EDID information may not be available from the > monitor, so Xorg may just try some default monitor setting that don't > happen to work with that monitor. Have you done some searches for Hsync > and Vertical Refresh rates for the monitor in question? Once you know > these values (ranges), you can set them manually in the xorg.conf file > under the section titled "Monitor". For example: > > Section "Monitor" > > HorizSync 30.0 - 70.0 > VertRefresh 50.0 - 160.0 > EndSection > > As far as losing control of the display, but apparently still having > control of the keyboard, is the machine on a network? Can you possibly > ssh into the box and control it remotely? > > Nathan I tested out a GNOME LiveCD, and it worked, so I've made a copy of the xorg.conf file and will give it a try later on tonight. The xorg.conf used was more sparce compared to the one that I generated using Xorg -configure, so hopefully this will be the ticket. Thanks