From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 01:52:14 2004 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 F166216A4CE for ; Mon, 1 Mar 2004 01:52:14 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933A443D1F for ; Mon, 1 Mar 2004 01:52:14 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Stephen Liu" , Date: Mon, 1 Mar 2004 10:52:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) In-Reply-To: <20040301095032.288E819@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040301095213.BB6A12B4DA9@mail.evilcoder.org> Subject: RE: Is it a warning on video config 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: Mon, 01 Mar 2004 09:52:15 -0000 Hi, Your monitor is i think out of it's syncrate of the display size it too huge try setting it in the monitor setting with proper sync values (Refresh rates!) Cheers -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Stephen Liu Verzonden: maandag 1 maart 2004 19:13 Aan: freebsd-questions@freebsd.org Onderwerp: Is it a warning on video config Hi all folks, FreeBSD 5.2 Video Card - Creative Graphic RivaTNT =========== Each time starting the PC, following warning popup together with GUI login; VIDEO - INPUT 1 D-SUB OUT OFF RANGE Kindly advise what does it indicate and how to fix it. Hereinafter is /etc/X11/XF86Config [code] Section "Monitor" #       DisplaySize       300   230         Identifier   "Monitor0"         VendorName   "NEC"         ModelName    "NEC LCD1560NX" #       HorizSync    30-107 #       VertRefresh  48-120 EndSection Section "Device"         Identifier  "Card0"         Driver      "nv"         VendorName  "nVidia Corporation"         BoardName   "NV4 [RIVA TNT]"         BusID       "PCI:1:0:0" EndSection Section "Screen"         Identifier "Screen0"         Device     "Card0"         Monitor    "Monitor0"        ....         .....         SubSection "Display"                 Depth     24                 modes     "1024x768"         EndSubSection EndSection[/code] B.R. Stephen Liu