Searched defs:pcszXrandr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | display.cpp | 79 const char *pcszXrandr; member in struct:DISPLAYSTATE 133 pState->pcszXrandr = "xrandr"; 135 pState->pcszXrandr = "/usr/X11/bin/xrandr"; 136 status = system(pState->pcszXrandr); 139 RTStrPrintf(szCommand, sizeof(szCommand), "%s --q12", pState->pcszXrandr); 211 pState->pcszXrandr, pState->paScreenInformation[0].cx, pState->paScreenInformation[0].cy); 220 RTStrPrintf(szCommand, sizeof(szCommand), "%s --output VGA-%u --preferred", pState->pcszXrandr, i); 226 pState->pcszXrandr, i, pState->paScreenInformation[i].x, pState->paScreenInformation[i].y); 233 RTStrPrintf(szCommand, sizeof(szCommand), "%s", pState->pcszXrandr);
|
Completed in 62 milliseconds