Changeset 53812 in vbox
- Timestamp:
- Jan 15, 2015 10:36:04 AM (10 years ago)
- Location:
- trunk/src/VBox/Additions/x11/vboxvideo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/getmode.c
r53808 r53812 469 469 if (pVBox->hACPIEventHandler == NULL) 470 470 break; 471 /* We ignore the return value as the fall-back should be active472 * anyway. */473 VBoxHGSMISendCapsInfo(&pVBox->guestCtx, VBVACAPS_VIDEO_MODE_HINTS);474 471 pVBox->fdACPIDevices = fd; 475 472 fd = -1; -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r53544 r53812 1073 1073 pScrn->vtSema = TRUE; 1074 1074 1075 #if defined(VBOXVIDEO_13) && defined(RT_OS_LINUX) 1076 VBoxSetUpLinuxACPI(pScreen); 1077 #endif 1078 1075 1079 vbox_open (pScrn, pScreen, pVBox); 1076 1080 vboxEnableVbva(pScrn); … … 1171 1175 #endif 1172 1176 1173 #if defined(VBOXVIDEO_13) && defined(RT_OS_LINUX)1174 VBoxSetUpLinuxACPI(pScreen);1175 #endif1176 1177 1177 /* Report any unused options (only for the first generation) */ 1178 1178 if (serverGeneration == 1) -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r53530 r53812 282 282 vboxDisableVbva(pScrn); 283 283 } 284 #ifdef VBOXVIDEO_13 285 # ifdef RT_OS_LINUX 286 if (rc && pVBox->hACPIEventHandler != NULL) 287 /* We ignore the return value as the fall-back should be active 288 * anyway. */ 289 VBoxHGSMISendCapsInfo(&pVBox->guestCtx, VBVACAPS_VIDEO_MODE_HINTS); 290 # endif 291 #endif 284 292 return rc; 285 293 }
Note:
See TracChangeset
for help on using the changeset viewer.