VirtualBox

Ignore:
Timestamp:
Apr 30, 2008 7:05:49 PM (17 years ago)
Author:
vboxsync
Message:

increase maxsize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c

    r8518 r8519  
    751751        unsigned maxSize, trySize = 512;
    752752
     753#if 0
    753754        do {
    754755            maxSize = trySize;
    755756            trySize += 128;
    756757        } while (trySize * trySize * pScrn->bitsPerPixel / 8 < pScrn->videoRam * 1024);
     758#else
     759        maxSize = 32000;
     760#endif
    757761
    758762        xf86CrtcSetSizeRange(pScrn, 64, 64, maxSize, maxSize);
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