- Timestamp:
- Mar 12, 2007 3:13:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c
r1383 r1429 564 564 xf86PrintModes(pScrn); 565 565 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); 568 568 569 569 if (pScrn->modes == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.