kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2010-01-10 16:26 SourceForge.net
  2010-01-10 16:30 ` Avi Kivity
  0 siblings, 1 reply; 14+ messages in thread
From: SourceForge.net @ 2010-01-10 16:26 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 18:57
Message generated for change (Comment added) made by avik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: Avi Kivity (avik)
Date: 2010-01-10 18:26

Message:
Confirmed with vncviewer and vinagre, so unlikely to be a client problem.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 16:17

Message:
The cropping is 512 pixels wide, the correct area is 2048 pixels wide, so
it does look like some kind of limit.

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-28 04:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 05:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 12:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2010-02-10 21:54 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2010-02-10 21:54 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 10:57
Message generated for change (Comment added) made by iggy_cav
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: Brian Jackson (iggy_cav)
Date: 2010-02-10 15:54

Message:
This change has been applied to qemu upstream, so it will therefore be in
the next qemu-kvm release. Enjoy!

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2010-01-11 10:17

Message:
Changing VNC_MAX_WIDTH to 2560 works. Thanks for figuring that out, would
you be able to commit that change?

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-11 04:19

Message:
Can you try changing VNC_MAX_WIDTH in vnc.h?

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 10:26

Message:
Confirmed with vncviewer and vinagre, so unlikely to be a client problem.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 08:17

Message:
The cropping is 512 pixels wide, the correct area is 2048 pixels wide, so
it does look like some kind of limit.

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-27 20:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-16 21:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 04:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2010-01-11 16:17 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2010-01-11 16:17 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 16:57
Message generated for change (Settings changed) made by mcsoccer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
>Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: Matthew Colyer (mcsoccer)
Date: 2010-01-11 16:17

Message:
Changing VNC_MAX_WIDTH to 2560 works. Thanks for figuring that out, would
you be able to commit that change?

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-11 10:19

Message:
Can you try changing VNC_MAX_WIDTH in vnc.h?

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 16:26

Message:
Confirmed with vncviewer and vinagre, so unlikely to be a client problem.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 14:17

Message:
The cropping is 512 pixels wide, the correct area is 2048 pixels wide, so
it does look like some kind of limit.

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-28 02:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 03:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 10:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2010-01-11 10:19 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2010-01-11 10:19 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 18:57
Message generated for change (Settings changed) made by avik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: Avi Kivity (avik)
Date: 2010-01-11 12:19

Message:
Can you try changing VNC_MAX_WIDTH in vnc.h?

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 18:26

Message:
Confirmed with vncviewer and vinagre, so unlikely to be a client problem.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2010-01-10 16:17

Message:
The cropping is 512 pixels wide, the correct area is 2048 pixels wide, so
it does look like some kind of limit.

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-28 04:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 05:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 12:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2010-01-10 14:17 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2010-01-10 14:17 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 18:57
Message generated for change (Comment added) made by avik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: Avi Kivity (avik)
Date: 2010-01-10 16:17

Message:
The cropping is 512 pixels wide, the correct area is 2048 pixels wide, so
it does look like some kind of limit.

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-28 04:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 05:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 12:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2010-01-10 14:14 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2010-01-10 14:14 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 18:57
Message generated for change (Settings changed) made by avik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
>Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-28 04:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 05:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 12:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2009-12-28  2:20 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2009-12-28  2:20 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 16:57
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2009-12-28 02:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 03:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 10:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2009-12-17  3:18 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2009-12-17  3:18 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 16:57
Message generated for change (Comment added) made by mcsoccer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

Comment By: Matthew Colyer (mcsoccer)
Date: 2009-12-17 03:18

Message:
The blocks do not show up when run in SDL mode. So I believe the problem is
still somehow related to the VNC server.

----------------------------------------------------------------------

Comment By: Avi Kivity (avik)
Date: 2009-12-13 10:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2009-12-13 10:29 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2009-12-13 10:29 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 18:57
Message generated for change (Comment added) made by avik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

>Comment By: Avi Kivity (avik)
Date: 2009-12-13 12:29

Message:
Does it work well with SDL?  Maybe the problem is not vnc related.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
@ 2009-12-02 16:57 SourceForge.net
  0 siblings, 0 replies; 14+ messages in thread
From: SourceForge.net @ 2009-12-02 16:57 UTC (permalink / raw)
  To: noreply

Bugs item #2907597, was opened at 2009-12-02 16:57
Message generated for change (Tracker Item Submitted) made by mcsoccer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Colyer (mcsoccer)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu vnc server clips at 2560x1600

Initial Comment:
So I am running using the VESA driver to run an Ubuntu 9.10 guest at 2560x1600 (I had to modify the xserver-video-vesa package to remove an internal screen limit of 2048x2048 in the xorg vesa driver) and everything works great except that the qemu vnc server appears to clip at this resolution. The problem goes away if I run 1900x1200 and it doesn't change if I run 16bit depth or 24bit depth.

I have attached two screenshots, the first is vncing directly into qemu (which exhibits the problem) and the second is vncing to a vnc server I have running in the guest which doesn't have the problem.

I poked around in vnc.c and couldn't see any limits but I feel like its a buffer limit of some kind.

Also if you look very closely at the first image you can see that the first row is drawn correctly all the way across but subsequent rows are not.

If you need more information doesn't hesitate to ask.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2907597&group_id=180599

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-02-10 21:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 16:26 [ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600 SourceForge.net
2010-01-10 16:30 ` Avi Kivity
2010-01-11 13:53   ` Anthony Liguori
2010-01-11 14:30     ` Avi Kivity
2010-01-11 16:25       ` Avi Kivity
  -- strict thread matches above, loose matches on Subject: below --
2010-02-10 21:54 SourceForge.net
2010-01-11 16:17 SourceForge.net
2010-01-11 10:19 SourceForge.net
2010-01-10 14:17 SourceForge.net
2010-01-10 14:14 SourceForge.net
2009-12-28  2:20 SourceForge.net
2009-12-17  3:18 SourceForge.net
2009-12-13 10:29 SourceForge.net
2009-12-02 16:57 SourceForge.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).