Bug 410461

Summary: virt-manager console behaviour in xinerama
Product: [Fedora] Fedora Reporter: Daniel Veillard <veillard>
Component: virt-managerAssignee: Daniel Berrangé <berrange>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: hbrock
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.5.3-1.fc8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-22 15:52:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Veillard 2007-12-04 15:09:15 UTC
Description of problem:

Opening a 1280x1024 domain console (FV WinXP/Xen)
on a xinerama 3200x1200 display the console takes
nearly all available screen estate

Version-Release number of selected component (if applicable):

virt-manager-0.5.2-2.fc8


How reproducible:

always for me

Steps to Reproduce:
1. Xinerama, large
2. domain with display height close to the xinerama one
3.
  
Actual results:

console takes nearly all screen

Expected results:

normal rendering of console

Additional info:

fixing /usr/share/virt-manager/virtManager/console.py in 
_force_resize to
   if w > maxw or h > maxh:
       self.window.get_widget("console-vnc-viewport").set_size_request(w,h)
       self.window.get_widget("console-screenshot-viewport").set_size_request(w, h)

  fixed the problem

Daniel

Comment 1 Fedora Update System 2008-01-11 22:23:33 UTC
virt-manager-0.5.3-1.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update virt-manager'

Comment 2 Fedora Update System 2008-01-22 15:52:13 UTC
virt-manager-0.5.3-1.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.