search for: videoram

Displaying 20 results from an estimated 158 matches for "videoram".

2012 Sep 02
1
[PATCH] xl.cfg: videoram and stdvga documentation improvements
Hello, xl.cfg.pod.5 documentation tweaks/improvements: - videoram: Document that only qemu-xen-traditional device-model currently supports changing the amount of video memory for stdvga graphics device. - videoram: Better document the default amount of videoram for both stdvga and Cirrus. - stdvga: Add a note that stdvga allows bigger amount of videoram an...
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
...ation is following: ......... (==) Using config file: "etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in (II) Module already built-in (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is y...
2013 Jan 17
4
[PATCH v4] tools/libxl: Improve videoram setting
2013 Sep 18
1
[PATCH] Allow 4 MB of video RAM for Cirrus graphics on traditional QEMU
...gt; for configuring virtual frame buffer devices Sets the amount of RAM which the emulated video card will contain, which in turn limits the resolutions and bit depths which will be available. -The default amount of video ram for stdvga is 8MB which is sufficient -for e.g. 1600x1200 at 32bpp and videoram option is currently working -only when using the qemu-xen-traditional device-model. - -When using the emulated Cirrus graphics card (B<vga="cirrus">) -the amount of video ram is fixed at 4MB which is sufficient -for 1024x768 at 32 bpp and videoram option is currently working -only w...
2012 Sep 10
1
[Problem with xen-4.1.2] Creating device model failed when disable `-vnc` related option in qemu-dm
Hi all, In xen-4.1.2 src/tools/libxl/libxl_dm.c, there is a function called `libxl_build_device_model_args_old`, the func will build qemu-dm cmdline args according to the xl-formated configuration file specified by xl create domid: 2 -videoram option does not work with cirrus vga device model. Videoram set to 4M. Strip off blktap sub-type prefix to /home/malei/c2.delta.img (drv ''qcow2'') Using file /home/malei/c2.delta.img in read-write mode Strip off blktap sub-type prefix to /home/malei/d2.delta.img (drv ''qcow...
2013 Jun 27
20
SPICE with Upstream QEMU and qxl VGA cause Windows BSOD
...;bridge=xenbr0'] boot='cd' vcpus=4 name = 'UserVM' usbdevice='tablet' vnc=1 vnclisten="0.0.0.0" vncdisplay=1 vncunused = 0 #spice=1 #spicehost='0.0.0.0' #spiceport=6000 #spicedisable_ticketing=1 #device_model_args_hvm = [ '-vga', 'qxl' ] videoram = 128 apic=1 pae=1 Best Regards 北京信联云通科技有限责任公司 Beijing Octopus link Co. Ltd 北京市朝阳区安定路1号奥体中心2266室 技术服务部 张 沛 手机:13683299045 Email: support@octlink.com _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2012 Aug 01
2
Bug report about Windows 7 pro 64 bit domU on xen-unstable dom0 with qemu traditional
2012 Oct 01
3
I need help with installation XCP or XenServer on DomU
...ation XCP and XenServer on DomU. Installation just stuck after a while from installation beginning. DomU just stop responding, even reconnect with vncviewer isn''t possible. I''m using iso images to install. Dom0 is kernel 3.6-rc7 with xen 4.2.1-pre. I''m having such log: -videoram option does not work with cirrus vga device model. Videoram set to 4M. Using xvda for guest''s hda Using file /dev/xen-hv/xcp in read-write mode Using xvdd for guest''s hdd Strip off blktap sub-type prefix to /home/chege/Downloads/xenserver.iso (drv ''aio'') Using fi...
2012 Aug 19
1
Not enough memory available
...S only sees 1M or RAM. Has anyone encountered this, and if so, how does one solve it? I have tried installing the OS from the install media and using a xen-enabled FreeBSD disk image, the result is always the same. Here are some of the logs: [root@xen-srv xen]# cat qemu-dm-freebsd.log domid: 8 -videoram option does not work with cirrus vga device model. Videoram set to 4M. Using file /dev/xen-dom0/freebsd in read-write mode Watching /local/domain/0/device-model/8/logdirty/cmd Watching /local/domain/0/device-model/8/command Watching /local/domain/8/cpu char device redirected to /dev/pts/5 qemu_map_...
2011 Nov 05
88
OpenSuse 11 hvm domU: screen resolution up to 640x480
...39;ve recently installed a hvm domU opensuse 11 guest and I cannot set the screen resolution higher then 640x480. This seems very strange to me, because I don''t have any problem to set higher resolution on a windows 7 domU, using the following parameters in the configuration file: stdvga=1 videoram=16 What could the problem be? Is some video driver missing? -- Flavio _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Nov 05
88
OpenSuse 11 hvm domU: screen resolution up to 640x480
...39;ve recently installed a hvm domU opensuse 11 guest and I cannot set the screen resolution higher then 640x480. This seems very strange to me, because I don''t have any problem to set higher resolution on a windows 7 domU, using the following parameters in the configuration file: stdvga=1 videoram=16 What could the problem be? Is some video driver missing? -- Flavio _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Dec 11
4
low memory
...? I am not sure how practical/possible regression testing will be since it seems to have been caused by the last merge. I will open a bug report thats better. Finally I am curious about what work will be done to help :) If I got it right (and I probably did not) : exapixmaps true -> always use videoram for pixmaps exapixmaps false -> never use videoram for pixmaps And so the solution would be something in between, like dynamically choose whether to use vram or not, depending on the pixmap size and the free vram ? And how hard is that ?
2010 May 07
9
[PATCH] xl: Update memory info in xenstore when use ''xl mem-set''
...nfo in xenstore''s vm info. Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com> diff -r ccae861f52f7 -r 5847ce53f5dc tools/libxl/libxl.c --- a/tools/libxl/libxl.c Thu May 06 11:59:55 2010 +0100 +++ b/tools/libxl/libxl.c Sat May 08 01:38:51 2010 +0800 @@ -2290,11 +2290,22 @@ uint32_t videoram; char *videoram_s = NULL; char *dompath = libxl_xs_get_dompath(ctx, domid); + xc_domaininfo_t info; + struct libxl_dominfo ptr; + char *uuid; videoram_s = libxl_xs_read(ctx, XBT_NULL, libxl_sprintf(ctx, "%s/memory/videoram", dompath)); videoram = videoram_s...
2012 Jan 31
2
Bug#658100: xl: hangs in qemu-dm when trying to run PV domU
...domain-name kfreebsd9 -vnc 0.0.0.0:1,password -vncunused -M xenpv and in fact I am able to connect using VNC client, but screen/display is black. Log file lists some problems with gnttab movax-dev:/var/log/xen# cat qemu-dm-kfreebsd9.log domid: 22 Warning: vlan 0 is not connected to host network -videoram option does not work with cirrus vga device model. Videoram set to 4M. xen be core: xen be core: can't open gnttab device can't open gnttab device xs_read(): target get error. /local/domain/22/target. movax-dev:/var/log/xen# Exactly same happens, if instead of 'vfb', i add 'd...
2012 Mar 07
2
PV DomU stopped responding, won't boot, stuck in paused state
...sr/bin/pygrub-4.1b) (maxmem 1024) (memory 1024) (shadow_memory 0) (features ) (on_xend_start ignore) (on_xend_stop ignore) (cpu_time 0.0) (online_vcpus 0) (image (linux (kernel ) (superpages 0) (tsc_mode 0) (videoram 4) (pci ()) (nomigrate 0) ) ) (status 1) (state --p---) (device (vif (bridge eth0) (mac blah) (uuid blah) ) ) (device (vbd (uuid blah) (bootable 1)...
2008 Aug 18
7
ATI (rv350) + open-source driver + wine gaming issues
...ut with open-source driver even the main menu is unplayably slow (say, 1-2 FPS at it's best). My xorg.conf section for the open-source driver looks like this: Code: Section "Device" Identifier "** ATI Radeon (generic) [radeon]" Driver "radeon" VideoRam 65536 # Option "RenderAccel" "on" Option "AGPMode" "4" Option "ColorTiling" "on" Option "AccelMethod" "XXA" Option "EnablePageFlip" "on" Option "AGPFastWrite" "False"...
2013 Mar 19
0
Bug#703430: Possible memory leak in qemu-dm when Xen USB Passthrough is used
...Error at init connection: [..] (TIMEOUT[14]) Mon 2013/03/18 11:46:03 gammu-smsd[1802]: Already hit 250 errors During this state qemu-dm process grows and dom0 starts to swap. ps aux root 6081 4.7 76.1 4917256 3872708 ? SLl mar16 209:48 /usr/lib/xen-4.1/bin/qemu-dm -d 8 -domain-name sms -videoram 4 -nographic -vcpus 1 -vcpu_avail 0x1 -boot c -acpi -usb -usbdevice host:12d1:1003 -net nic,vlan=1,macaddr=00:16:3E:xx:xx:xx,model=e1000 -net tap,vlan=1,ifname=vif8.0-emu,bridge=br0 -M xenfv Normal domU state: root 8128 4.5 0.0 82052 3988 ? SLl 14:38 0:16 /usr/lib/xen-4.1/bin/qe...
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...39;'ve concluded that the domUs are running. And now for some other information: xen-hotplug.log __START__ RTNETLINK answers: Operation not supported RTNETLINK answers: Operation not supported __END__ qemu-dm-finnix.log __START__ domid: 1 Warning: vlan 0 is not connected to host network -videoram option does not work with cirrus vga device model. Videoram set to 4M. /home/sam/build/xen/src/xen-4.1.2/tools/ioemu-qemu-xen/hw/xen_blktap.c:628: Init blktap pipes /home/sam/build/xen/src/xen-4.1.2/tools/ioemu-qemu-xen/hw/xen_blktap.c:603: Created /var/run/tap directory Could not open /var/run/tap...
2013 Jul 05
3
[PATCH] libxl: Add qxl vga interface support for upstream qemu
...es changed, 39 insertions(+), 1 deletion(-) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 069b73f..48c2669 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1018,6 +1018,9 @@ the amount of video ram is fixed at 4MB which is sufficient for 1024x768 at 32 bpp and videoram option is currently working only when using the upstream qemu-xen device-model. +For B<qxl> vga, the default is both default and minimal 128MB. +If B<videoram> is set less than 128MB, an error will be triggered. + =item B<stdvga=BOOLEAN> Select a standard VGA card with VBE...
2016 Jun 22
4
Cannot allocate Memory
...#39;, ['name', 'xxx'], ['memory', 2048], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['vcpus', 2], ['oos', 1], ['image', ['linux', ['kernel', '/kernels/vmlinux-2.6.18.8-4'], ['videoram', 4], ['args', 'root=/dev/xvda ro xencons=tty console=tty1 '], ['tsc_mode', 0], ['nomigrate', 0]]], ['s3_integrity', 1], ['device', ['vbd', ['uname', 'phy:vg/fs_6818'], ['dev', 'xvda'], ['mode', &...