From owner-freebsd-x11@FreeBSD.ORG Mon Jan 31 01:50:02 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 508) id 0D3D116A4CF; Mon, 31 Jan 2005 01:50:02 +0000 (GMT) To: julian@FreeBSD.ORG, matthias.andree@gmx.de In-Reply-To: Message-Id: <20050131015002.0D3D116A4CF@hub.freebsd.org> Date: Mon, 31 Jan 2005 01:50:02 +0000 (GMT) From: julian@FreeBSD.ORG (Julian Elischer) cc: x11@freebsd.org cc: current@FreeBSD.org Subject: Re: Inspiron 7500 vs x.org server X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 01:50:02 -0000 julian@FreeBSD.ORG (Julian Elischer) writes: > Adding more to this.. x.org has this as bug 1109 > It was erroneously linked as a duplicate of 1881 which has > been fixed, however that was a bug in the radeon driver and this > is the ati driver. > > If anyone knows what the Linux "vga=793" or (whatever it is) It sets a VESA graphic mode and tells the kernel to use the VESA frame buffer as a console; 793 is VESA mode 0x119 i. e. 1280x1024 in 32768 colors. Perhaps the driver doesn't know how to program proper graphic modes on your card and needs to use the BIOS. Similar nonsense as on Intel 830M and newer (up to and including 915G so far) -- Matthias Andree so if the mode is 792, is there a way to work around it?