From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 07:27:35 2003 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 3DA4116A4CE for ; Tue, 11 Nov 2003 07:27:35 -0800 (PST) Received: from freenet2.afn.org (freenet2.afn.org [128.227.163.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E98343FA3 for ; Tue, 11 Nov 2003 07:27:34 -0800 (PST) (envelope-from afn49349@afn.org) Received: from freenet1.afn.org (freenet1.afn.org [128.227.163.11]) by freenet2.afn.org (8.11.6/8.11.6) with ESMTP id hABFRVQ10848 for ; Tue, 11 Nov 2003 10:27:31 -0500 Date: Tue, 11 Nov 2003 10:27:31 -0500 (EST) From: LM To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: XFree86 difficulties X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 15:27:35 -0000 Vulpes Velox wrote: >It would be useful it you would post the config file... but it sounds >like you >may have the refresh rates set up improperly. If you mean the XF86Config file, here are the relevant parts on the monitor and card: Section "Monitor" Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5,35.15,35.5 VertRefresh 55-90 Modeline "1024x768" 44.90 1024 1048 1208 1264 768 776 784 817 interlace Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 EndSection Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "ATI Rage 128 (generic)" #Option "no_accel" #Option "sw_cursor" #Option "hw_cursor" #Option "dac_8_bit" #Option "dac_6_bit" EndSection Any suggestions what to do from here? I've tried several things and I'm pretty much stuck at this point. Does anyone actually have this type of hardware and currently have it up and running with X? Thanks.