VirtualBox

Ignore:
Timestamp:
Aug 24, 2007 8:52:02 AM (17 years ago)
Author:
vboxsync
Message:

Linux guest additions: clock frequency is kHz, not MHz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_70.c

    r4244 r4335  
    543543        m->VSyncEnd      = m->VDisplay + 4;
    544544        m->VTotal        = m->VDisplay + 6;
    545         m->Clock         = m->HTotal * m->VTotal * 60 / 1000000;
     545        m->Clock         = m->HTotal * m->VTotal * 60 / 1000; /* kHz */
    546546        m->name          = strdup(pScrn->display->modes[i]);
    547547        if (!m_prev)
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