Bug 459783
| Summary: | RFE: Support for Low colors in graphical console | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Kevin Verma <kevinverma> | 
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | 
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | berrange, crobinso, dani-rh, hbrock, jforbes, marco.crosio, mclasen, virt-maint, xen-maint | 
| Target Milestone: | --- | Keywords: | FutureFeature | 
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-01 00:53:40 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
        
        
          Kevin Verma
        
        
        
        
        
          2008-08-22 10:28:22 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. 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.
    Moving to the upstream virt-manager tracker. *** Bug 525299 has been marked as a duplicate of this bug. *** 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  |