VirtualBox

Changeset 3828 in vbox for trunk/src


Ignore:
Timestamp:
Jul 25, 2007 11:43:48 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: More info about color depth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r3807 r3828  
    15061506            "virtual display is currently set to <b>%2&nbsp;bit</b>.</p>"
    15071507            "<p>Please open the display properties dialog of the guest OS and "
    1508             "select a <b>%3&nbsp;bit</b> color mode to gain maximum "
    1509             "performance of the virtual video subsystem.</p>")
    1510             .arg (aWantedBPP).arg (aRealBPP).arg (aWantedBPP),
     1508            "select a <b>%3&nbsp;bit</b> color mode, if it is available, to "
     1509            "gain maximum performance of the virtual video subsystem.</p>"
     1510            "<p><b>Note</b>. Some operating systems, like OS/2, may actually "
     1511            "work in 32&nbsp;bit mode but report it as 24&nbsp;bit "
     1512            "(16 million colors). You may try to select a different color "
     1513            "quality to see if this message disappears or you can simply "
     1514            "disable the message now if you are sure the required color "
     1515            "quality (%4&nbsp;bit) is not available in the given guest OS.</p>")
     1516            .arg (aWantedBPP).arg (aRealBPP).arg (aWantedBPP).arg (aWantedBPP),
    15111517        kName);
    15121518    NOREF(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette