Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966834Ab3DQVvN (ORCPT ); Wed, 17 Apr 2013 17:51:13 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:48045 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965345Ab3DQVvJ (ORCPT ); Wed, 17 Apr 2013 17:51:09 -0400 MIME-Version: 1.0 In-Reply-To: <20130417173903.GB4140@magazyn-ziarno.chello.pl> References: <20130417173903.GB4140@magazyn-ziarno.chello.pl> Date: Wed, 17 Apr 2013 23:51:08 +0200 Message-ID: Subject: Re: How to override GMA500 resolution set by BIOS? From: Patrik Jakobsson To: Marcin Szewczyk Cc: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1369 Lines: 30 On Wed, Apr 17, 2013 at 7:39 PM, Marcin Szewczyk wrote: > Hello, > > I've got a problem with GMA500 on my EVOC EC2-1711. The graphics > adapter's resolution is set by selecting an option in BIOS but I would > like to override it. Can kernel or Xorg do this? > > There are two modes "almost" right for an 800x600 16bit LVDS screen I > have. The first one is 800x600 but in 24bit LVDS mode, so colors are > mangled. The second one is 800x480 16bit -- colors are right, but the > screen cuts the image at line 480. > > I've tried video=, overwriting modes via patched 915resolution, vga= and > Xorg modesetting driver. Nothing works. > > Does anyone know if it's possible to override the mode? Hi Marcin, I haven't played much with 16 bpp on the gma500 kernel driver but at the moment it seems broken. I added a screen section to xorg.conf with DefaultDepth 16 running the fbdev driver. That, at least tries to do the right thing but gma500 fails in setting it up. On the other hand, you managed to set 800x480 at 16bbp. Have you tried the vesafb driver? Might do a better job. -Patrik Jakobsson -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/