3630bec40d
This software changes the resolution of an available vbios mode. It is reported to work on several i855 / i865 / i915 chipset based laptops. This is needed on certain laptops in order to get the full native resolution of the LCD.
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
$OpenBSD: patch-plugins_plugin2_c,v 1.1.1.1 2005/08/09 20:14:27 sturm Exp $
|
|
--- plugins/plugin2.c.orig Wed Aug 3 17:56:57 2005
|
|
+++ plugins/plugin2.c Wed Aug 3 17:57:01 2005
|
|
@@ -14,7 +14,6 @@
|
|
/* VBIOS as found on the Dell 510m */
|
|
|
|
#include <stdio.h>
|
|
-#include <sys/io.h>
|
|
|
|
#include "../plugin.h"
|
|
|