VirtualBox

Changeset 1429 in vbox for trunk


Ignore:
Timestamp:
Mar 12, 2007 3:13:55 PM (18 years ago)
Author:
vboxsync
Message:

Added a default dpi to the X11 graphics driver to make SUSE happy

File:
1 edited

Legend:

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

    r1383 r1429  
    564564    xf86PrintModes(pScrn);
    565565
    566     /* Set display resolution */
    567     xf86SetDpi(pScrn, 0, 0);
     566    /* Set display resolution.  This was arbitrarily chosen to be about the same as my monitor. */
     567    xf86SetDpi(pScrn, 100, 100);
    568568
    569569    if (pScrn->modes == NULL) {
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