Re: [Qemu-discuss] Guest screen resolution problem

2017-01-15 Thread Xi Shen
Setting the VNC resolution is not gonna help you if you do not have the correct client graphic card driver installed. On the other hand, RDC does not rely on the graphic card driver on the client side. On Mon, Jan 16, 2017 at 9:38 AM Jakob Bohm wrote: > On 15/01/2017

Re: [Qemu-discuss] Guest screen resolution problem

2017-01-15 Thread Jakob Bohm
On 15/01/2017 19:45, Mahmood Naderan wrote: Hi, I use the following command to run a windows guest. qemu -m 6000 -cpu Opteron_G5 -smp 4 -hda winxp64_c.img -hdb winxp64_d.img --boot c -usbdevice tablet -enable-kvm -device e1000,netdev=host_files -netdev

[Qemu-discuss] Guest screen resolution problem

2017-01-15 Thread Mahmood Naderan
Hi, I use the following command to run a windows guest. qemu -m 6000 -cpu Opteron_G5 -smp 4 -hda winxp64_c.img -hdb winxp64_d.img --boot c -usbdevice tablet -enable-kvm -device e1000,netdev=host_files -netdev user,net= 10.0.2.0/24,id=host_files,restrict=off,smb=/home/mahmood,smbserver=10.0.2.4