lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 25 Oct 2008 14:23:12 -0700
From:	"H. Peter Anvin" <hpa@...or.com>
To:	Robert Moss <robert.von.moss@...il.com>
CC:	Samuel Thibault <samuel.thibault@...-lyon.org>,
	linux-kernel@...r.kernel.org, alistair@...zero.co.uk
Subject: Re: Framebuffer issues in 2.6.26 with uvesafb and vesafb. Linux is
 about choice!

Robert Moss wrote:
> ok, this morning, I turned on my computer, and it gave me the error
> message again:
> 
> Undefined video mode number: 317

Your VESA BIOS seems to have some serious braindamage (the fact that the 
modes don't list at all is evidence of that), but finding out what can 
be done to help it would be useful.

Again, a git bisect between v2.6.24 and v2.6.26 would be best:

git clone \
     git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6.git
git bisect start
git bisect bad v2.6.26
git bisect good v2.6.24
<build and test kernel>
git bisect <good,bad>
<keep going until one commit shows up>

If a commit doesn't build or otherwise exhibit a different problem 
(meaning "no info available"), use "git bisect skip".

	-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ