Bug 459783 - RFE: Support for Low colors in graphical console
Summary: RFE: Support for Low colors in graphical console
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
: 525299 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-22 10:28 UTC by Kevin Verma
Modified: 2014-02-01 00:53 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-01 00:53:40 UTC
Embargoed:


Attachments (Terms of Use)

Description Kevin Verma 2008-08-22 10:28:22 UTC
Description of feature: 

Currently graphical console displays GuestOS is all available colors. This turns to be a productivity issue while accessing GuestOS remotely (on low bandwidth)

It looks to be desirable to configure graphical console to switch to low color modes. 

Current workaround is to configure VNC or similar remote desktop solutions and use client apps to switch to low color mode. Not suitable work around for situations where administrator is remotely located all time.

Comment 1 Cole Robinson 2009-02-15 22:08:43 UTC
As far as I know, this isn't supported at the gtk-vnc level, so reassigning there. Once that is complete, it would be pretty easy for us to support it in virt-manager.

Comment 2 Daniel Berrangé 2009-12-13 17:49:42 UTC
Moving back to virt-manager, since this capabilities is present in gtk-vnc-0.3.10-1.fc12.i686.

*Before*  calling vnc_display_open(), you can call  vnc_display_set_depth() giving one of the constants

        VNC_DISPLAY_DEPTH_COLOR_DEFAULT = 0,
        VNC_DISPLAY_DEPTH_COLOR_FULL,
        VNC_DISPLAY_DEPTH_COLOR_MEDIUM,
        VNC_DISPLAY_DEPTH_COLOR_LOW,
        VNC_DISPLAY_DEPTH_COLOR_ULTRA_LOW


Default, uses whatever the server decides is its preferred. The other 4 correspond to forcing use of 32bpp, 16bpp, 8bpp, and 4bpp. Recommend leaving on the default setting unless explicitly needing an alternative.

Comment 3 Cole Robinson 2010-03-01 02:04:05 UTC
Moving to the upstream virt-manager tracker.

Comment 4 Cole Robinson 2010-03-01 02:04:22 UTC
*** Bug 525299 has been marked as a duplicate of this bug. ***

Comment 5 Cole Robinson 2014-02-01 00:53:40 UTC
Since spice exists nowadays, which has all sorts of smarts about limiting bandwidth, and which doesn't even support low color modes AFAICT.

If someone turned up tomorrow with a patch, I'd help it get in. But virt-manager devs are unlikely to ever implement this. So closing as WONTFIX


Note You need to log in before you can comment on or make changes to this bug.