Changeset 35999 in vbox for trunk/src/VBox/Additions/common/VBoxVideo
- Timestamp:
- Feb 16, 2011 5:38:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r35948 r35999 113 113 /* enable the mode */ 114 114 VBoxVideoCmnPortWriteUshort(VBE_DISPI_IOPORT_INDEX, 115 VBE_DISPI_INDEX_ENABLE | VBE_DISPI_LFB_ENABLED);115 VBE_DISPI_INDEX_ENABLE); 116 116 VBoxVideoCmnPortWriteUshort(VBE_DISPI_IOPORT_DATA, 117 117 fFlags | VBE_DISPI_ENABLED);
Note:
See TracChangeset
for help on using the changeset viewer.