Displaying 2 results from an estimated 2 matches for "video7".
Did you mean:
video
2001 Dec 20
0
A hypothetical question ....
...*ANYONE* known to have *EVER* gotten WINE to work with any Xserver
other than XFree86? (AccelX, MetroX?)
When was the last time anyone *tested* it on anything other than XFree86?
I ask this because, about five years or so ago, I was using the WINE that
was current at the time on XFree86 with a Video7 VRAM-II Ergo video card.
Around four years ago, I rebuilt my machine around a new motherboard with
a Matrox Millennium II video card. XFree86 didn't support the Millennium
II worth a damn at any resolution over 1024x768 (and even at 1024x768, it
looked like crud), so I switched to using Acce...
2007 Jun 27
0
[PATCH 1/10] Provide basic Xen PM infrastructure
...* of compatibility when extending the table. These are between 0x00
and 0xff.
+ */
+#define VIDEO_FIRST_MENU 0x0000
+
+/* Standard BIOS video modes (BIOS number + 0x0100) */
+#define VIDEO_FIRST_BIOS 0x0100
+
+/* VESA BIOS video modes (VESA number + 0x0200) */
+#define VIDEO_FIRST_VESA 0x0200
+
+/* Video7 special modes (BIOS number + 0x0900) */
+#define VIDEO_FIRST_V7 0x0900
+
+# Setting of user mode (AX=mode ID) => CF=success
+mode_setw:
+ movw %ax, %bx
+ cmpb $VIDEO_FIRST_VESA>>8, %ah
+ jnc check_vesaw
+ decb %ah
+
+setbadw: clc
+ ret
+
+che...