search for: vga16

Displaying 20 results from an estimated 23 matches for "vga16".

1999 Jun 17
0
Forw: [RHSA-1999:013-01] New XFree86 packages for Red Hat Linux 6.0
...I128-3.3.3.1-52.i386.rpm XFree86-Mach32-3.3.3.1-52.i386.rpm XFree86-Mach64-3.3.3.1-52.i386.rpm XFree86-Mach8-3.3.3.1-52.i386.rpm XFree86-Mono-3.3.3.1-52.i386.rpm XFree86-P9000-3.3.3.1-52.i386.rpm XFree86-S3-3.3.3.1-52.i386.rpm XFree86-S3V-3.3.3.1-52.i386.rpm XFree86-SVGA-3.3.3.1-52.i386.rpm XFree86-VGA16-3.3.3.1-52.i386.rpm XFree86-W32-3.3.3.1-52.i386.rpm XFree86-XF86Setup-3.3.3.1-52.i386.rpm XFree86-Xnest-3.3.3.1-52.i386.rpm XFree86-Xvfb-3.3.3.1-52.i386.rpm XFree86-cyrillic-fonts-3.3.3.1-52.i386.rpm XFree86-devel-3.3.3.1-52.i386.rpm XFree86-doc-3.3.3.1-52.i386.rpm XFree86-libs-3.3.3.1-52.i386.rpm...
1999 Jun 17
0
Forw: [RHSA-1999:013-02] New XFree86 packages (updated)
...I128-3.3.3.1-52.i386.rpm XFree86-Mach32-3.3.3.1-52.i386.rpm XFree86-Mach64-3.3.3.1-52.i386.rpm XFree86-Mach8-3.3.3.1-52.i386.rpm XFree86-Mono-3.3.3.1-52.i386.rpm XFree86-P9000-3.3.3.1-52.i386.rpm XFree86-S3-3.3.3.1-52.i386.rpm XFree86-S3V-3.3.3.1-52.i386.rpm XFree86-SVGA-3.3.3.1-52.i386.rpm XFree86-VGA16-3.3.3.1-52.i386.rpm XFree86-W32-3.3.3.1-52.i386.rpm XFree86-XF86Setup-3.3.3.1-52.i386.rpm XFree86-Xnest-3.3.3.1-52.i386.rpm XFree86-Xvfb-3.3.3.1-52.i386.rpm XFree86-cyrillic-fonts-3.3.3.1-52.i386.rpm XFree86-devel-3.3.3.1-52.i386.rpm XFree86-doc-3.3.3.1-52.i386.rpm XFree86-libs-3.3.3.1-52.i386.rpm...
2020 Aug 24
2
Is: virtio_gpu_object_shmem_init issues? Was:Re: upstream boot error: general protection fault in swiotlb_map
...face driver udlfb > uvesafb: failed to execute /sbin/v86d > uvesafb: make sure that the v86d helper is installed and executable > uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2) > uvesafb: vbe_init() failed with -22 > uvesafb: probe of uvesafb.0 failed with error -22 > vga16fb: mapped to 0x000000008aac772d > Console: switching to colour frame buffer device 80x30 > fb0: VGA16 VGA frame buffer device > input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 > ACPI: Power Button [PWRF] > ioatdma: Intel(R) QuickData Technology Driver 5.00 > P...
2007 Apr 18
1
vgacon disable again
...=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- paravirt-2.6.20-hg749.orig/drivers/video/console/vgacon.c +++ paravirt-2.6.20-hg749/drivers/video/console/vgacon.c @@ -372,7 +372,8 @@ static const char *vgacon_startup(void) } = /* VGA16 modes are not handled by VGACON */ - if ((ORIG_VIDEO_MODE =3D=3D 0x0D) || /* 320x200/4 */ + if ((ORIG_VIDEO_MODE =3D=3D 0x00) || /* not set */ + (ORIG_VIDEO_MODE =3D=3D 0x0D) || /* 320x200/4 */ (ORIG_VIDEO_MODE =3D=3D 0x0E) || /* 640x200/4 */ (ORIG_VIDEO_MODE =3D=3D 0x10) || /* 640x...
2009 Aug 02
0
Remove deprecated file
...NOT SUPPORT THE VIRTUAL DESKTOP FEATURES OF XFREE86 This - is because the NV1 does not have the necessary hardware to support this - feature. If you want to change resolutions, you will have to modify your - config file. Comment out all but the mode you wish to use. - - o The generic VGA16 server will not work with the NV1. For this reason - XF86Setup cannot be used to configure the server. Use xf86config - instead. Select `Diamond Edge 3D' as your board, and select only ONE - mode for each of 8bpp and 16bpp. Do not select a virtual desktop. - Also, make sure...
2007 Apr 18
1
vgacon disable again
...=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- paravirt-2.6.20-hg749.orig/drivers/video/console/vgacon.c +++ paravirt-2.6.20-hg749/drivers/video/console/vgacon.c @@ -372,7 +372,8 @@ static const char *vgacon_startup(void) } = /* VGA16 modes are not handled by VGACON */ - if ((ORIG_VIDEO_MODE =3D=3D 0x0D) || /* 320x200/4 */ + if ((ORIG_VIDEO_MODE =3D=3D 0x00) || /* not set */ + (ORIG_VIDEO_MODE =3D=3D 0x0D) || /* 320x200/4 */ (ORIG_VIDEO_MODE =3D=3D 0x0E) || /* 640x200/4 */ (ORIG_VIDEO_MODE =3D=3D 0x10) || /* 640x...
2005 Jul 30
0
fb0 - conflict?
...some stability issues with my Xen system, and in the course of doing so, I''ve found a few things that are probably unrelated, but things I''d like to clean up nonetheless. I have a Xen guest instance running my Xen0 kernel. When it boots I get: Jul 29 01:31:37 loki kernel: fb0: VGA16 VGA frame buffer device Jul 29 01:31:37 loki kernel: c48c9dd3 Jul 29 01:31:37 loki kernel: [<c01b6ddc>] take_over_console+0x63/0x389 Jul 29 01:31:37 loki kernel: [<c48c92f4>] fbcon_takeover+0x5c/0x8a [fbcon] Jul 29 01:31:37 loki kernel: [<c4853231>] init_module+0x56/0x5a [fbcon...
2020 Apr 06
2
upstream boot error: KASAN: slab-out-of-bounds Write in virtio_gpu_object_create
...face driver udlfb > uvesafb: failed to execute /sbin/v86d > uvesafb: make sure that the v86d helper is installed and executable > uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2) > uvesafb: vbe_init() failed with -22 > uvesafb: probe of uvesafb.0 failed with error -22 > vga16fb: mapped to 0x00000000ab381a8e > Console: switching to colour frame buffer device 80x30 > fb0: VGA16 VGA frame buffer device > input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 > ACPI: Power Button [PWRF] > ioatdma: Intel(R) QuickData Technology Driver 5.00 > P...
2020 Apr 06
2
upstream boot error: KASAN: slab-out-of-bounds Write in virtio_gpu_object_create
...face driver udlfb > uvesafb: failed to execute /sbin/v86d > uvesafb: make sure that the v86d helper is installed and executable > uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2) > uvesafb: vbe_init() failed with -22 > uvesafb: probe of uvesafb.0 failed with error -22 > vga16fb: mapped to 0x00000000ab381a8e > Console: switching to colour frame buffer device 80x30 > fb0: VGA16 VGA frame buffer device > input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 > ACPI: Power Button [PWRF] > ioatdma: Intel(R) QuickData Technology Driver 5.00 > P...
2002 Jun 05
3
Error RunTime Microsoft Access.
...00" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection # The 16-color VGA server Section "Screen" Driver "vga16" Device "Generic VGA" Monitor "NEC M700" Subsection "Display" Modes "640x480" "800x600" ViewPort 0 0 EndSubsection EndSection # The Mono server Section "Screen" Driver &quot...
2013 Oct 10
97
[Bug 70354] New: Failed to initialise context object: 2D_NVC0 (0) (for my GeForce GT 750M)
https://bugs.freedesktop.org/show_bug.cgi?id=70354 Priority: medium Bug ID: 70354 Assignee: nouveau at lists.freedesktop.org Summary: Failed to initialise context object: 2D_NVC0 (0) (for my GeForce GT 750M) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS:
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *