From owner-freebsd-current@FreeBSD.ORG Mon Feb 1 17:44:50 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A224410656C6 for ; Mon, 1 Feb 2010 17:44:50 +0000 (UTC) (envelope-from ubm.freebsd@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 3326C8FC16 for ; Mon, 1 Feb 2010 17:44:49 +0000 (UTC) Received: by fxm27 with SMTP id 27so471694fxm.3 for ; Mon, 01 Feb 2010 09:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=AuFBtGZ5QQCTS6XDz89r2+xdU00tp2wc1OrSMzQ4cbI=; b=ZI+NPbRUxcxzMScOpXDytuvdb1nNFEQFSp4W4xDjab5h908RKeQJdVTlozFKVqtHr8 O32tTatxbc/aYQSxnOQGPPKAFtfRvRLbt5zJrl1Gy08V/XlUurwh3Fwhi8+8ObN9OiJ4 pIP5oJ14Bz+xuZrhy6f7XVHcpDOCBVnE/Be0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=umP4I2OlK5H5n9UgCa9d2IEn+LGr3Dd5hc8uLlh8WO2XRxw/bidGLjEsyuy20DhAsn zMmNwHTb2lGXM2s0uGTxM7h1GeVbxCuYU0XF1n8LU7RMDzoceVRe++Dx18G7HJLLIosP hKgKh085S9ljfRihk8vLKZAJX9smPcid6TVvQ= Received: by 10.87.21.36 with SMTP id y36mr354274fgi.17.1265046288961; Mon, 01 Feb 2010 09:44:48 -0800 (PST) Received: from greatsheep.chaos.base (e181044223.adsl.alicedsl.de [85.181.44.223]) by mx.google.com with ESMTPS id l19sm9210986fgb.25.2010.02.01.09.44.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Feb 2010 09:44:48 -0800 (PST) Date: Mon, 1 Feb 2010 18:44:46 +0100 From: Marc UBM Bocklet To: current@freebsd.org Message-Id: <20100201184446.2325c04e.ubm.freebsd@gmail.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.4; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 01 Feb 2010 19:09:52 +0000 Cc: Subject: vidcontrol / resolution problems with latest current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 17:44:50 -0000 Hiho! :-) Recently, I updated to the latest version of 9-current and found out that I cannot set my console resolution to 800x600 anymore. If I try, it just goes blank or shows a few coloured, garbled lines in the upper third of my monitor. Starting X11 blindly works, as does switching to X11. I'm suspecting the recent tty/xterm changes, but I am not sure. uname -a: FreeBSD xxx.yyy 9.0-CURRENT FreeBSD 9.0-CURRENT #17: Sat Jan 23 14:58:47 CET 2010 sheep@ubm.mine.nu:/usr/obj/usr/src/sys/SUBMARINE_SMP i386 Relevant part of my rc.conf that I used to set console to 800x600: allscreens_flags="-g 100x37 VESA_800x600" Relevant kernel option that I use: # VESA support options VESA # raster display support for 800x600 resolution options SC_PIXEL_MODE Can anyone point me to a solution / is more info required? Bye, Marc