Displaying 7 results from an estimated 7 matches for "gd5446".
Did you mean:
15446
2012 Jun 26
1
[PATCH 2/2] document update in xl.cfg.pod.5 for 'stdvga=1' by default
...5 Tue Jun 26 12:56:31 2012 +0800
+++ b/docs/man/xl.cfg.pod.5 Tue Jun 26 13:27:19 2012 +0800
@@ -718,9 +718,10 @@
=item B<stdvga=BOOLEAN>
Select a standard VGA card with VBE (VESA BIOS Extensions) as the
-emulated graphics device. The default is false which means to emulate
-a Cirrus Logic GD5446 VGA card. If your guest supports VBE 2.0 or
-later (e.g. Windows XP onwards) then you should enable this.
+emulated graphics device. The default is to enable this (set to 1).
+"stdvga=0" means to emulate a Cirrus Logic GD5446 VGA card. If your
+guest supports VBE 2.0 or later (e.g. Window...
2012 Sep 02
1
[PATCH] xl.cfg: videoram and stdvga documentation improvements
...ional device-model. Upstream qemu-xen device-model
+currently doesn''t support changing the amount of video memory
+for the emulated graphics device.
=item B<stdvga=BOOLEAN>
@@ -727,6 +735,7 @@
emulated graphics device. The default is false which means to emulate
a Cirrus Logic GD5446 VGA card. If your guest supports VBE 2.0 or
later (e.g. Windows XP onwards) then you should enable this.
+stdvga supports more video ram and bigger resolutions than Cirrus.
=item B<vnc=BOOLEAN>
--x+6KMIRAuhnl3hBn
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachmen...
2008 Feb 29
1
FreeBSD 7.0 + Xen 3.1 + HVM: Success!
...#39;Intel Corporation'
device = '82371SB PIIX3 IDE Interface (Triton II)'
class = mass storage
subclass = ATA
vgapci0@pci0:0:2:0: class=0x030000 card=0x00015853 chip=0x00b81013
rev=0x00 hdr=0x00
vendor = 'Cirrus Logic'
device = 'CL-GD5446 64-bit VisualMedia Accelerator'
class = display
subclass = VGA
none0@pci0:0:3:0: class=0xff8000 card=0x00015853 chip=0x00015853
rev=0x01 hdr=0x00
re0@pci0:0:4:0: class=0x020000 card=0x00015853 chip=0x813910ec rev=0x20
hdr=0x00
vendor = 'Realtek Semiconductor...
2008 Jun 30
0
FreeBSD 7.0 + Xen 3.1 + HVM: Success!
...on'
> device = '82371SB PIIX3 IDE Interface (Triton II)'
> class = mass storage
> subclass = ATA
> vgapci0@pci0:0:2:0: class=0x030000 card=0x00015853 chip=0x00b81013
> rev=0x00 hdr=0x00
> vendor = 'Cirrus Logic'
> device = 'CL-GD5446 64-bit VisualMedia Accelerator'
> class = display
> subclass = VGA
> none0@pci0:0:3:0: class=0xff8000 card=0x00015853 chip=0x00015853
> rev=0x01 hdr=0x00
> re0@pci0:0:4:0: class=0x020000 card=0x00015853 chip=0x813910ec rev=0x20
> hdr=0x00
> vendo...
2012 May 04
10
VMX status report. Xen:25256 & Dom0:d93dc5c...
Hi all,
This is the test report of xen-unstable tree. There are one bug found.
Version Info:
=================================================================
xen-changeset: 25256
Dom0: linux.git 3.1.0-rc7 (commit: d93dc5c...)
=================================================================
New issue(1)
==============
1. cpu weight out of range error when create hvm domU
2003 Nov 03
3
(long) high traffic syslog server.
...oaded elf kernel "kernel" at 0xc0368000.
Pentium Pro MTRR support enabled
md0: Malloc disk
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> on motherboard
pci0: <PCI bus> on pcib0
pci0: <Cirrus Logic GD5446 SVGA controller> at 11.0
pcib1: <DEC 21150 PCI-PCI bridge> at device 13.0 on pci0
pci1: <PCI bus> on pcib1
tl0: <Compaq Netelligent 10/100 Proliant> port 0x2c00-0x2c0f mem 0xc6efcdf0-0xc6
efcdff irq 5 at device 7.0 on pci1
tl0: Ethernet address: 00:08:c7:9f:78:1e
miibus0: <M...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches