From owner-freebsd-questions@FreeBSD.ORG Sun Nov 13 21:02:01 2005 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 8E6D016A41F for ; Sun, 13 Nov 2005 21:02:01 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12DB243D45 for ; Sun, 13 Nov 2005 21:02:00 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so1494269wxc for ; Sun, 13 Nov 2005 13:02:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=ijhZOs4BI8vzzXGzWt404SnGLyD4T5gMmDoPJWGlFulWVj7nnGC0DhZGD6NrM1c0YFw5bQU2wUMyCSd1a+ZvEEGYoPcKdFa0P8jePhPJWqzDMGtOUxA5fjCDDJYELU3P2Bb4zsh0Rb4KaDY81V8EiU9YLFWWVqYYXdRwQvXEOlQ= Received: by 10.64.131.4 with SMTP id e4mr1974319qbd; Sun, 13 Nov 2005 13:02:00 -0800 (PST) Received: from mindcrash ( [83.34.67.96]) by mx.gmail.com with ESMTP id q16sm1670604qbq.2005.11.13.13.01.52; Sun, 13 Nov 2005 13:02:00 -0800 (PST) Message-ID: <003501c5e896$16767e90$0301a8c0@mindcrash> From: "Javier Matos" To: Date: Sun, 13 Nov 2005 22:05:59 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: problem with vidcontrol 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: Sun, 13 Nov 2005 21:02:01 -0000 Hello, I will explain my problem... I hope that someone can indicate me = a possible solution... . I was setting all necessary in my kernel to use resolutions like = 1024x768 or above and I add the next lines to my kernel # Options to change console resolution options VESA options SC_PIXEL_MODE The problem is that when I try to change to a graphic resolution like = 800x600x16, 1024x768x16 or 1280x1024x16 my computer hangs and the box = sometimes start to make a continuous noise with the internal speaker. I test that modes before format and install the OS because my previous = HDD was broken. When I use vidcontrol -i mode I can see that the modes that I try are = supported by my hardware, modes like 273, 276, 279 and 282. Before change my hard drive that modes were possible... why now they are = not possible?