From amir at geexbox.org Fri Jun 23 13:10:27 2006 From: amir at geexbox.org (Amir Shalem) Date: Fri, 23 Jun 2006 13:10:27 +0200 Subject: [Vesautils-devel] [PATCH] vesautils - vbeSetDisplayStart fails using intel i915 card Message-ID: <449BCC23.3000408@geexbox.org> Hey When using intel i915 card, and trying to do vbeSetDisplayStart() all I get is a black screen. When forcing a geforce4 card to do vbeSetDisplayStart using int10 I get the same result. This patch below fixes this bug, and makes it behaves the same as the case where the 32-bit function call is used instand of int10. Amir. note: I'm sending it to dev-eng too, because vesautils-devel seems to be dead. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 10_fix-setdisplay-int10.diff URL: From amir at geexbox.org Fri Jun 23 13:10:31 2006 From: amir at geexbox.org (Amir Shalem) Date: Fri, 23 Jun 2006 13:10:31 +0200 Subject: [Vesautils-devel] [PATCH] vesautils - vesa mode structure should be 256 bytes Message-ID: <449BCC27.5070206@geexbox.org> Hey vesa mode structure should be 256 bytes according to VESA specification but the the specification had a mistake where it the reserved bytes dont make the structure to be 256 bytes. patch attached below. Amir. note: I'm sending it to dev-eng too, because vesautils-devel seems to be dead. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 20_256bytes-aligment.diff URL: