VirtualBox

Changeset 60866 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
May 6, 2016 4:02:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107076
Message:

bugref:8087: Additions/x11: support non-root X server: reduce the mmap offset for the dumb-frame buffer in the kernel graphics driver, as some 32-bit X systems seem not to like 64-bit offsets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.h

    r60352 r60866  
    267267                uint64_t *offset);
    268268
    269 #define DRM_FILE_PAGE_OFFSET (0x100000000ULL >> PAGE_SHIFT)
     269#define DRM_FILE_PAGE_OFFSET (0x10000000ULL >> PAGE_SHIFT)
    270270
    271271int vbox_mm_init(struct vbox_private *vbox);
Note: See TracChangeset for help on using the changeset viewer.

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